aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] at91_nand: use at91_nand_{en,dis}able consistently.Atsushi Nemoto2008-04-261-21/+21
* [MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich2008-04-251-8/+8
* [MTD] [NAND] at91_nand: control NCE signalAtsushi Nemoto2008-04-251-0/+6
* [MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260Richard Genoud2008-04-251-1/+1
* [MTD] [NAND] Hardware ECC controller on at91sam9263 / at91sam9260Richard Genoud2008-04-232-5/+397
* [MTD] [NAND] Verify probe by retrying to checking the results matchBen Dooks2008-04-221-0/+21
* [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks2008-04-221-0/+3
* [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks2008-04-221-0/+3
* [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks2008-04-221-0/+8
* [MTD] [NAND] S3C2410 Large page NAND supportBen Dooks2008-04-221-5/+33
* [MTD] [NAND] S3C2410 Fix previous nFCE suspend save patchBen Dooks2008-04-221-10/+8
* [MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov2008-04-221-1/+10
* [MTD] [NAND] plat_nand: set mtd->nameHamish Moffatt2008-04-221-0/+1
* [MTD] [NAND] corrected MPC8313 NAND fixesMike Hench2008-04-221-7/+2
* [MTD] [NAND] fsl_elbc_nand: fix mtd nameAnton Vorontsov2008-04-221-0/+8
* [MTD] [NAND] FSL UPM NAND driverAnton Vorontsov2008-04-223-0/+300
* [MTD] [NAND] Fix checkpatch errors in pxa3xx_nandDavid Woodhouse2008-04-221-9/+9
* [MTD] [NAND] support for pxa3xxeric miao2008-04-223-0/+1257
* [MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages.Scott Wood2008-04-221-5/+6
* [MTD] [NAND] at91_nand: Make part_probes[] staticAtsushi Nemoto2008-04-221-1/+1
* [MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers2008-04-226-0/+9
* [MTD] [NAND] fix possible Ooops in rfc_from4Sebastian Siewior2008-04-221-21/+29
* [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] staticAdrian Bunk2008-04-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-211-207/+12
|\
| * [POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov2008-04-171-207/+12
* | Merge branch 'omap2-upstream' into develRussell King2008-04-191-1/+1
|\ \ | |/
| * mtd: nand: add out label in rfc_from4Sebastian Siewior2008-03-281-1/+1
* | plat-orion: make orion_nand available for all Orion familiesLennert Buytenhek2008-03-272-2/+2
|/
* [MTD] [NAND] cs553x_nand: command line partitioning supportMart Raudsepp2008-02-091-3/+28
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-0711-35/+1780
|\
| * [MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood2008-02-073-0/+1254
| * [MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood2008-02-031-2/+2
| * [MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu2008-02-031-6/+10
| * [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu2008-02-031-3/+0
| * [MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan2008-02-031-0/+2
| * [MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto2008-02-031-6/+6
| * [MTD] [NAND] fix s3c2410 error correctionMatt Reimer2008-01-261-14/+12
| * [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer2008-01-121-1/+1
| * [MTD] [NAND] Don't panic if a controller driver does ecc its own way.Scott Wood2008-01-081-2/+6
| * [MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein2007-12-033-0/+181
| * [MTD] [NAND] pasemi_nand driverEgor Martovetsky2007-11-293-0/+250
| * [MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks2007-11-281-0/+20
| * [MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich2007-10-302-3/+19
| * [MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse2007-10-281-0/+19
* | drivers/mtd/: Spelling fixesJoe Perches2008-02-038-10/+10
|/
* [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2007-10-202-3/+3
* [MTD] [NAND] treat any negative return value from correct() as an errorMatt Reimer2007-10-201-3/+3
* [MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy2007-10-201-1/+1
* [MTD] Fix typo in Alauda config option help text.Dave Jones2007-10-201-1/+1
* [MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer2007-10-201-0/+14