aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)AuthorFilesLines
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey1-12/+62
2010-05-18NAND: catch read errors when building BBTJon Povey1-1/+4
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey1-3/+3
2010-05-14NAND: fix first and last handling in nand_build_bbtJon Povey1-3/+5
2010-05-14NAND: fix off-by-one error in erase command argument rangeJon Povey1-1/+1
2010-04-10NAND/TCL: review scope of functionsAntonio Borneo2-3/+4
2010-04-10NAND/ARM_IO: review scope of functionsAntonio Borneo1-1/+1
2010-04-10NAND/CORE: review scope of functionsAntonio Borneo2-10/+8
2010-04-10NAND/MX3: review scope of dataAntonio Borneo1-1/+1
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-4/+4
2010-03-16lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2-9/+441
2010-01-16NAND: lpc3180 crashes on LPC3250richard vegh1-13/+38
2010-01-14nand flash support for s3c64xxPeter Korsgaard3-0/+79
2010-01-08NAND: help/usage/doc updatesDavid Brownell3-48/+50
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-21Packaging fix, NEWS updateDavid Brownell1-1/+3
2009-12-19cygwin build fixesDavid Brownell1-2/+6
2009-12-19AT91SAM9 NAND flash driver.Dean Glazeski3-1/+754
2009-12-18NAND write data page refactoring.Dean Glazeski2-59/+69
2009-12-18NAND read data page refactor.Dean Glazeski2-45/+25
2009-12-11add missing call to add new NAND devicesZachary T Welch2-0/+4
2009-12-09Comment and doxygen fixesDavid Brownell1-1/+1
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+3
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell2-2/+2
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch18-16/+268
2009-12-04move remaining nand helper filesZachary T Welch7-2/+606
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch6-0/+1900
2009-12-04split NAND driver handling into nand/driver.[ch]Zachary T Welch3-0/+190
2009-12-03ARM NAND I/O interface updateDean Glazeski2-0/+2
2009-12-03remove tertiary include pathsZachary T Welch1-6/+1
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-0/+2
2009-12-03change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch4-4/+4
2009-12-03change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2-2/+2
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03normalize headers to make changing easierZachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch15-0/+3791