aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds48-1918/+4597
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds6-0/+6
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+6
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker5-0/+5
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+5
2011-10-16mtd: nand: initialize ops.modeBrian Norris1-0/+4
2011-10-16mtd: nand_h1900 never workedArnd Bergmann1-1/+1
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin1-3/+3
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering1-1/+1
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris1-4/+2
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris1-2/+10
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris1-6/+7
2011-09-21mtd: nand: wait to set BBT versionBrian Norris1-4/+8
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris1-5/+24
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris1-5/+12
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris2-3/+3
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris1-16/+19
2011-09-11mtd: nand: begin restructuring check_createBrian Norris1-19/+5
2011-09-11mtd: nand: fix styleBrian Norris1-14/+14
2011-09-11mtd: nand: remove unnecessary variableBrian Norris1-5/+3
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris1-3/+3
2011-09-11mtd: nand: refactor scanning codeBrian Norris1-20/+8
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris1-21/+25
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris4-26/+26
2011-09-11mtd: support reading OOB without ECCBrian Norris1-1/+6
2011-09-11mtd: support writing OOB without ECCBrian Norris1-1/+9
2011-09-11mtd: add the common code for GPMI-NAND controller driverHuang Shijie2-0/+1892
2011-09-11mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie3-0/+17
2011-09-11mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie3-0/+1313
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu1-1/+1
2011-09-11mtd: bcm_umi_nand: clean up error handling codeJulia Lawall1-15/+18
2011-09-11mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench1-0/+19
2011-09-11mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi1-1/+1
2011-09-11mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel1-3/+4
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris3-8/+6
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris6-54/+51
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris2-48/+42
2011-09-11mtd: nand: convert printk() to pr_*()Brian Norris2-39/+39
2011-09-11mtd: nand: change KERN_DEBUG to KERN_INFOBrian Norris1-7/+7
2011-09-11mtd: pxa3xx_nand: enable multiple chip select supportLei Wen1-50/+123
2011-09-11mtd: pxa3xx_nand: sperate each chip individual infoLei Wen1-132/+160
2011-09-11mtd: pxa3xx_nand: convert all printk into dev_*Lei Wen1-11/+16
2011-09-11mtd: pxa3xx_nand: enhance suspend and resume routineLei Wen1-1/+14
2011-09-11mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poiMike Hench1-31/+2
2011-09-11mtd: atmel_nand: optimize read/write buffer functionsNicolas Ferre1-41/+4
2011-09-11mtd: nand: don't free the global data too earlyLiu Shuo1-1/+0
2011-09-11mtd: fsl_upm: fix a memory leak in fun_chip_init error pathAxel Lin1-0/+2
2011-09-11mtd: atmel_nand: fix wrong use of 0 as NULLNicolas Ferre1-1/+1