aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)Author
2010-09-29fileio: fileio_size() can now failØyvind Harboe
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe
2010-09-21flash: fix error handlingØyvind Harboe
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-07-19flash: add nuc910 nand driverSpencer Oliver
2010-07-19nand: nand probe also outputs manufacturerSpencer Oliver
2010-06-21nand/mx2: review scope of symbolsAntonio Borneo
2010-06-16arm_io: -Wshadow warning fixØyvind Harboe
2010-06-16nand: when verify failed, it didn't return an errorØyvind Harboe
2010-06-14-Wshadow fixesØyvind Harboe
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey
2010-05-18NAND: catch read errors when building BBTJon Povey
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey
2010-05-14NAND: fix first and last handling in nand_build_bbtJon Povey
2010-05-14NAND: fix off-by-one error in erase command argument rangeJon Povey
2010-04-10NAND/TCL: review scope of functionsAntonio Borneo
2010-04-10NAND/ARM_IO: review scope of functionsAntonio Borneo
2010-04-10NAND/CORE: review scope of functionsAntonio Borneo
2010-04-10NAND/MX3: review scope of dataAntonio Borneo
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder
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