summaryrefslogtreecommitdiffstats
path: root/drivers/nand/nand.c
Commit message (Expand)AuthorAgeFilesLines
* move drivers/nand to drivers/mtd/nandSascha Hauer2010-07-051-247/+0
* rework device parametersSascha Hauer2010-06-171-4/+3
* NAND: Free asprintf()-allocated space upon mtd device deletion.Robert P. J. Day2009-12-211-0/+2
* nand: do not write empty pages. Needed for writing UBI imagesSascha Hauer2009-12-031-6/+18
* nand: refuse to write data if not beginning on a page boundarySascha Hauer2009-12-031-1/+6
* NAND: Allow to read oob dataSascha Hauer2009-12-031-0/+41
* nand: print size parameter as unsinged not as signedMarc Kleine-Budde2009-11-231-1/+1
* nand: Add size parameterSascha Hauer2009-07-211-0/+12
* get rid of device idsSascha Hauer2009-07-211-25/+4
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-1/+0
* introduce cdevSascha Hauer2009-07-211-38/+31
* nand: implement MEMSETBADBLOCK ioctlSascha Hauer2008-09-021-0/+3
* NAND: Add updated NAND support from KernelSascha Hauer2008-08-131-77/+67
* [NAND] continue to make it work. Now works partly on at91sam9260Sascha Hauer2008-06-061-17/+148
* NAND support work in progresssascha2007-10-201-34/+25
* make NAND support compileSascha Hauer2007-10-151-28/+39
* add NAND Flash support. Initial import from u-boot-1.2.0Sascha Hauer2007-10-121-0/+79
* remove unused driversSascha Hauer2007-09-211-83/+0
* Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-7/+10
* Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-201-1/+8
* Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-5/+1
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-3/+4
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-241-4/+9
* Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-0/+71