summaryrefslogtreecommitdiff
path: root/drivers/nand/nand.c
Commit message (Collapse)AuthorAgeLines
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-5/+1
| | | | Some more NAND cleanup and small fixes.
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-05-3/+4
| | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-24-4/+9
|
* Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-17-0/+71
Patch by Ladislav Michl, 29 Jun 2005