aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Merge branch 'pxa' into develRussell King1-32/+47
2008-07-12Merge branches 'pxa-ian' and 'pxa-xm270' into pxaRussell King1-32/+47
2008-07-09[ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_libMike Rapoport1-32/+47
2008-06-30[MTD] orion_nand: add chip_delay parameterSaeed Bishara1-0/+3
2008-06-04[MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume pathEric Miao1-1/+1
2008-04-26[MTD] [NAND] at91_nand: use at91_nand_{en,dis}able consistently.Atsushi Nemoto1-21/+21
2008-04-25[MTD] [NAND] bf5xx_nand: Avoid crash if bfin_mac is installed.Michael Hennerich1-8/+8
2008-04-25[MTD] [NAND] at91_nand: control NCE signalAtsushi Nemoto1-0/+6
2008-04-25[MTD] [NAND] AT91 hardware ECC compile fix for at91sam9263 / at91sam9260Richard Genoud1-1/+1
2008-04-23[MTD] [NAND] Hardware ECC controller on at91sam9263 / at91sam9260Richard Genoud2-5/+397
2008-04-22[MTD] [NAND] Verify probe by retrying to checking the results matchBen Dooks1-0/+21
2008-04-22[MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks1-0/+3
2008-04-22[MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks1-0/+3
2008-04-22[MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks1-0/+8
2008-04-22[MTD] [NAND] S3C2410 Large page NAND supportBen Dooks1-5/+33
2008-04-22[MTD] [NAND] S3C2410 Fix previous nFCE suspend save patchBen Dooks1-10/+8
2008-04-22[MTD] [NAND] fsl_elbc_nand: workaround for hangs during nand writeAnton Vorontsov1-1/+10
2008-04-22[MTD] [NAND] plat_nand: set mtd->nameHamish Moffatt1-0/+1
2008-04-22[MTD] [NAND] corrected MPC8313 NAND fixesMike Hench1-7/+2
2008-04-22[MTD] [NAND] fsl_elbc_nand: fix mtd nameAnton Vorontsov1-0/+8
2008-04-22[MTD] [NAND] FSL UPM NAND driverAnton Vorontsov3-0/+300
2008-04-22[MTD] [NAND] Fix checkpatch errors in pxa3xx_nandDavid Woodhouse1-9/+9
2008-04-22[MTD] [NAND] support for pxa3xxeric miao3-0/+1257
2008-04-22[MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages.Scott Wood1-5/+6
2008-04-22[MTD] [NAND] at91_nand: Make part_probes[] staticAtsushi Nemoto1-1/+1
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers6-0/+9
2008-04-22[MTD] [NAND] fix possible Ooops in rfc_from4Sebastian Siewior1-21/+29
2008-04-22[MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] staticAdrian Bunk1-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-207/+12
2008-04-19Merge branch 'omap2-upstream' into develRussell King1-1/+1
2008-04-17[POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov1-207/+12
2008-03-28mtd: nand: add out label in rfc_from4Sebastian Siewior1-1/+1
2008-03-27plat-orion: make orion_nand available for all Orion familiesLennert Buytenhek2-2/+2
2008-02-09[MTD] [NAND] cs553x_nand: command line partitioning supportMart Raudsepp1-3/+28
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds11-35/+1780
2008-02-07[MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood3-0/+1254
2008-02-03drivers/mtd/: Spelling fixesJoe Perches8-10/+10
2008-02-03[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood1-2/+2
2008-02-03[MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu1-6/+10
2008-02-03[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu1-3/+0
2008-02-03[MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan1-0/+2
2008-02-03[MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto1-6/+6
2008-01-26[MTD] [NAND] fix s3c2410 error correctionMatt Reimer1-14/+12
2008-01-12[MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer1-1/+1
2008-01-08[MTD] [NAND] Don't panic if a controller driver does ecc its own way.Scott Wood1-2/+6
2007-12-03[MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein3-0/+181
2007-11-29[MTD] [NAND] pasemi_nand driverEgor Martovetsky3-0/+250
2007-11-28[MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks1-0/+20
2007-10-30[MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich2-3/+19
2007-10-28[MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse1-0/+19