summaryrefslogtreecommitdiffstats
path: root/drivers/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* move drivers/nand to drivers/mtd/nandSascha Hauer2010-07-051-2648/+0
* documentation updatesJuergen Beisert2009-12-151-0/+3
* nand_base: We have to ignore the -EUCLEAN errorSascha Hauer2009-09-081-1/+1
* Bring back endianess awarenessJuergen Beisert2009-07-011-0/+1
* mtd: Replace DEBUG by MTD_DEBUGSascha Hauer2009-06-101-17/+17
* NAND: Add updated NAND support from KernelSascha Hauer2008-08-131-1535/+1899
* Change kernel style documentation to doxygenSascha Hauer2008-04-041-123/+123
* NAND support work in progresssascha2007-10-201-692/+306
* make NAND support compileSascha Hauer2007-10-151-6/+7
* add NAND Flash support. Initial import from u-boot-1.2.0Sascha Hauer2007-10-121-0/+2665
* remove unused driversSascha Hauer2007-09-211-2328/+0
* svn_rev_003Sascha Hauer2007-07-051-340/+0
* [PATCH] nand: Fix problem with oobsize calculationStefan Roese2007-01-051-1/+1
* Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-301-0/+1
|\
| * Merge http://www.denx.de/git/u-bootKim Phillips2006-11-281-4/+6
| |\
| * | NAND Flash verify across block boundariesNick Spence2006-11-031-0/+1
* | | [PATCH] nand: Fix patch merge problemStefan Roese2006-11-281-2/+2
| |/ |/|
* | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-271-0/+2
|\ \
| * | CFG_NAND_QUIET_TEST added to not warn upon missing NAND deviceStefan Roese2006-10-071-0/+2
| |/
* / [PATCH] nand_wait() timeout fixesStefan Roese2006-11-271-4/+4
|/
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-5/+1
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-2/+3
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-061-5/+6
|\
| * Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-5/+6
* | Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-061-7/+1
* | NAND finally working. Two bugs fixed:Markus Klotzbücher2006-03-061-2/+11
|/
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-241-5/+11
* * Add hook to NAND erase and implement nand_wait function.Wolfgang Denk2005-11-021-3/+33
* Update of new NAND codeWolfgang Denk2005-09-141-248/+246
* Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-0/+2630