aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)Author
2010-03-16lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh
2010-01-16NAND: lpc3180 crashes on LPC3250richard vegh
2010-01-14nand flash support for s3c64xxPeter Korsgaard
2010-01-08NAND: help/usage/doc updatesDavid Brownell
2009-12-28MinGW build fixesFreddie Chopin
2009-12-21Packaging fix, NEWS updateDavid Brownell
2009-12-19cygwin build fixesDavid Brownell
2009-12-19AT91SAM9 NAND flash driver.Dean Glazeski
2009-12-18NAND write data page refactoring.Dean Glazeski
2009-12-18NAND read data page refactor.Dean Glazeski
2009-12-11add missing call to add new NAND devicesZachary T Welch
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch
2009-12-04move remaining nand helper filesZachary T Welch
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch
2009-12-03ARM NAND I/O interface updateDean Glazeski
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch
2009-12-03change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03normalize headers to make changing easierZachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch