aboutsummaryrefslogtreecommitdiff
path: root/board/delta/nand.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22PXA: Remove "delta" boardMarek Vasut1-558/+0
2010-10-19PXA: pxa-regs.h cleanupMarek Vasut1-53/+57
2009-08-17Monahans: avoid floating point calculationsWolfgang Denk1-3/+5
2009-07-17Remove legacy NAND and disk on chip references from boards.Scott Wood1-4/+0
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming1-2/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-10delta, zylonite: Update nand_oobinfo to nand_ecclayout.Scott Wood1-4/+2
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-12Fixing coding style issuesWilliam Juul1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-33/+8
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-07-09board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher1-1/+2
2006-04-12Merge with /home/m8/git/u-bootWolfgang Denk1-1/+1
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-1/+1
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher1-3/+3
2006-03-20Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher1-8/+2
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk1-3/+3
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk1-28/+26
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher1-202/+78
2006-03-06NAND finally working. Two bugs fixed:Markus Klotzbücher1-8/+34
2006-03-04Lots of new stuff:Markus Klotzbücher1-67/+184
2006-03-03Erasing works too now. The CS don't care causes problem with READSTATUS,Markus Klotzbücher1-5/+10
2006-03-03Write operation is working. Turned out that the READSTATUS hack was wrongMarkus Klotzbücher1-0/+2
2006-03-03Writing is working, but there's still a bug that causes the data written toMarkus Klotzbücher1-25/+73
2006-03-03Implemented writing, not working yet.Markus Klotzbücher1-54/+158
2006-03-02Moved the waiting loop for "Read Data Request" RDDREQ into theMarkus Klotzbücher1-15/+19
2006-03-02Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, sinceMarkus Klotzbücher1-2/+5
2006-03-01Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher1-83/+146
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher1-2/+40
2006-02-28First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher1-0/+306