summaryrefslogtreecommitdiff
path: root/src/flash/nand
Commit message (Expand)AuthorAgeFilesLines
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* fileio: fileio_size() can now failØyvind Harboe2010-09-292-3/+14
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-292-3/+3
* flash: fix error handlingØyvind Harboe2010-09-211-29/+3
* warnings: fix alignment warningsØyvind Harboe2010-09-201-2/+2
* flash: add nuc910 nand driverSpencer Oliver2010-07-194-2/+306
* nand: nand probe also outputs manufacturerSpencer Oliver2010-07-191-1/+2
* nand/mx2: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* arm_io: -Wshadow warning fixØyvind Harboe2010-06-161-6/+6
* nand: when verify failed, it didn't return an errorØyvind Harboe2010-06-161-6/+10
* -Wshadow fixesØyvind Harboe2010-06-141-1/+1
* nand : Add Freescale iMX27 nand flash controller supportgcembed2010-05-204-0/+900
* NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey2010-05-181-12/+62
* NAND: catch read errors when building BBTJon Povey2010-05-181-1/+4
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-3/+3
* NAND: fix first and last handling in nand_build_bbtJon Povey2010-05-141-3/+5
* NAND: fix off-by-one error in erase command argument rangeJon Povey2010-05-141-1/+1
* NAND/TCL: review scope of functionsAntonio Borneo2010-04-102-3/+4
* NAND/ARM_IO: review scope of functionsAntonio Borneo2010-04-101-1/+1
* NAND/CORE: review scope of functionsAntonio Borneo2010-04-102-10/+8
* NAND/MX3: review scope of dataAntonio Borneo2010-04-101-1/+1
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-4/+4
* lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2010-03-162-9/+441
* NAND: lpc3180 crashes on LPC3250richard vegh2010-01-161-13/+38
* nand flash support for s3c64xxPeter Korsgaard2010-01-143-0/+79
* NAND: help/usage/doc updatesDavid Brownell2010-01-083-48/+50
* MinGW build fixesFreddie Chopin2009-12-281-2/+2
* Packaging fix, NEWS updateDavid Brownell2009-12-211-1/+3
* cygwin build fixesDavid Brownell2009-12-191-2/+6
* AT91SAM9 NAND flash driver.Dean Glazeski2009-12-193-1/+754
* NAND write data page refactoring.Dean Glazeski2009-12-182-59/+69
* NAND read data page refactor.Dean Glazeski2009-12-182-45/+25
* add missing call to add new NAND devicesZachary T Welch2009-12-112-0/+4
* Comment and doxygen fixesDavid Brownell2009-12-091-1/+1
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+3
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-072-2/+2
* rename nand.h to flash//nand/core.hZachary T Welch2009-12-0418-16/+268
* move remaining nand helper filesZachary T Welch2009-12-047-2/+606
* split nand.c into nand/{core,fileio,tcl}.cZachary T Welch2009-12-046-0/+1900
* split NAND driver handling into nand/driver.[ch]Zachary T Welch2009-12-043-0/+190
* ARM NAND I/O interface updateDean Glazeski2009-12-032-0/+2
* remove tertiary include pathsZachary T Welch2009-12-031-6/+1
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-031-0/+2
* change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-034-4/+4
* change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2009-12-032-2/+2
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* normalize headers to make changing easierZachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-0215-0/+3791