aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva1-1/+1
2011-04-19Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva1-2/+2
2011-03-30Clarify LPC32XX address cycles messageAlexandre Pereira da Silva1-1/+1
2011-03-30Add Micron 2GiB nandAlexandre Pereira da Silva1-0/+2
2011-03-17Fix a bunch of typos.Uwe Hermann2-2/+2
2011-02-18fix compile error under MinGWSimonQian1-3/+3
2011-02-15lpc32xx: Flash driverBjarne Steinsbo5-0/+1932
2011-01-09nit: more LOG_* \n fixesEric Wetzel2-2/+2
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel4-5/+5
2011-01-02NAND/S3CXXXX: remove private "target" copyAntonio Borneo7-33/+16
2011-01-02NAND/ORION: remove private "target" copyAntonio Borneo1-13/+5
2011-01-02NAND/NUC910: remove private "target" copyAntonio Borneo1-21/+7
2011-01-02NAND/MX3: remove private "target" copyAntonio Borneo2-22/+11
2011-01-02NAND/MX2: remove private "target" copyAntonio Borneo2-20/+11
2011-01-02NAND/LPC3180: remove private "target" copyAntonio Borneo2-24/+16
2011-01-02NAND/DAVINCI: remove private "target" copyAntonio Borneo1-27/+17
2011-01-02NAND/AT91SAM9: remove private "target" copyAntonio Borneo1-37/+22
2011-01-02NAND/TCL: prepare for common "target" referenceAntonio Borneo2-3/+26
2011-01-02NAND/TCL: fix segfault on syntax errorAntonio Borneo1-1/+1
2011-01-02NAND/CORE: Comment use of alive_sleep()Antonio Borneo1-0/+1
2011-01-02NAND/CORE: Replace decimal dot in messagesAntonio Borneo1-66/+66
2011-01-02flash/nand: review NAND driver interfaceAntonio Borneo13-47/+2
2010-12-29warnings: use more 'const' for char *Øyvind Harboe2-4/+4
2010-12-15Fix for segfault in handle_nand_dump_command.Paul Richards1-5/+5
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-09-29fileio: fileio_size() can now failØyvind Harboe2-3/+14
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe2-3/+3
2010-09-21flash: fix error handlingØyvind Harboe1-29/+3
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-07-19flash: add nuc910 nand driverSpencer Oliver4-2/+306
2010-07-19nand: nand probe also outputs manufacturerSpencer Oliver1-1/+2
2010-06-21nand/mx2: review scope of symbolsAntonio Borneo1-1/+1
2010-06-16arm_io: -Wshadow warning fixØyvind Harboe1-6/+6
2010-06-16nand: when verify failed, it didn't return an errorØyvind Harboe1-6/+10
2010-06-14-Wshadow fixesØyvind Harboe1-1/+1
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed4-0/+900
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