summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorLines
2008-04-26[MTD] [NAND] at91_nand: use at91_nand_{en,dis}able consistently.Atsushi Nemoto-21/+21
2008-04-25[MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich-8/+8
2008-04-25[MTD] [NAND] at91_nand: control NCE signalAtsushi Nemoto-0/+6
2008-04-25[MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260Richard Genoud-1/+1
2008-04-23[MTD] [NAND] Hardware ECC controller on at91sam9263 / at91sam9260Richard Genoud-5/+397
2008-04-22[MTD] [NAND] Verify probe by retrying to checking the results matchBen Dooks-0/+21
2008-04-22[MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks-0/+3
2008-04-22[MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks-0/+3
2008-04-22[MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks-0/+8
2008-04-22[MTD] [NAND] S3C2410 Large page NAND supportBen Dooks-5/+33
2008-04-22[MTD] [NAND] S3C2410 Fix previous nFCE suspend save patchBen Dooks-10/+8
2008-04-22[MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov-1/+10
2008-04-22[MTD] [NAND] plat_nand: set mtd->nameHamish Moffatt-0/+1
2008-04-22[MTD] [NAND] corrected MPC8313 NAND fixesMike Hench-7/+2
2008-04-22[MTD] [NAND] fsl_elbc_nand: fix mtd nameAnton Vorontsov-0/+8
2008-04-22[MTD] [NAND] FSL UPM NAND driverAnton Vorontsov-0/+300
2008-04-22[MTD] [NAND] Fix checkpatch errors in pxa3xx_nandDavid Woodhouse-9/+9
2008-04-22[MTD] [NAND] support for pxa3xxeric miao-0/+1257
2008-04-22[MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages.Scott Wood-5/+6
2008-04-22[MTD] [NAND] at91_nand: Make part_probes[] staticAtsushi Nemoto-1/+1
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers-0/+9
2008-04-22[MTD] [NAND] fix possible Ooops in rfc_from4Sebastian Siewior-21/+29
2008-04-22[MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] staticAdrian Bunk-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-207/+12
2008-04-19Merge branch 'omap2-upstream' into develRussell King-1/+1
2008-04-17[POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov-207/+12
2008-03-28mtd: nand: add out label in rfc_from4Sebastian Siewior-1/+1
2008-03-27plat-orion: make orion_nand available for all Orion familiesLennert Buytenhek-2/+2
2008-02-09[MTD] [NAND] cs553x_nand: command line partitioning supportMart Raudsepp-3/+28
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds-35/+1780
2008-02-07[MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood-0/+1254
2008-02-03drivers/mtd/: Spelling fixesJoe Perches-10/+10
2008-02-03[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood-2/+2
2008-02-03[MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu-6/+10
2008-02-03[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu-3/+0
2008-02-03[MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan-0/+2
2008-02-03[MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto-6/+6
2008-01-26[MTD] [NAND] fix s3c2410 error correctionMatt Reimer-14/+12
2008-01-12[MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer-1/+1
2008-01-08[MTD] [NAND] Don't panic if a controller driver does ecc its own way.Scott Wood-2/+6
2007-12-03[MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein-0/+181
2007-11-29[MTD] [NAND] pasemi_nand driverEgor Martovetsky-0/+250
2007-11-28[MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks-0/+20
2007-10-30[MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich-3/+19
2007-10-28[MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse-0/+19
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel-3/+3
2007-10-20[MTD] [NAND] treat any negative return value from correct() as an errorMatt Reimer-3/+3
2007-10-20[MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy-1/+1
2007-10-20[MTD] Fix typo in Alauda config option help text.Dave Jones-1/+1
2007-10-20[MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer-0/+14