summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-0748-1918/+4597
|\
| * mtd: nand: initialize ops.modeBrian Norris2011-10-161-0/+4
| * mtd: nand_h1900 never workedArnd Bergmann2011-10-161-1/+1
| * mtd: r852: make r852_pm_ops staticAxel Lin2011-10-011-3/+3
| * mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering2011-09-231-1/+1
| * mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris2011-09-211-4/+2Star
| * mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-211-2/+10
| * mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris2011-09-211-6/+7
| * mtd: nand: wait to set BBT versionBrian Norris2011-09-211-4/+8
| * mtd: nand: scrub BBT on ECC errorsBrian Norris2011-09-211-5/+24
| * mtd: nand: report ECC errors properly when reading BBTBrian Norris2011-09-211-5/+12
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-212-3/+3
| * mtd: nand: remove gotos in `check_create()'Brian Norris2011-09-111-16/+19
| * mtd: nand: begin restructuring check_createBrian Norris2011-09-111-19/+5Star
| * mtd: nand: fix styleBrian Norris2011-09-111-14/+14
| * mtd: nand: remove unnecessary variableBrian Norris2011-09-111-5/+3Star
| * mtd: nand: do not ignore all ECC errorsBrian Norris2011-09-111-3/+3
| * mtd: nand: refactor scanning codeBrian Norris2011-09-111-20/+8Star
| * mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-21/+25
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-114-26/+26
| * mtd: support reading OOB without ECCBrian Norris2011-09-111-1/+6
| * mtd: support writing OOB without ECCBrian Norris2011-09-111-1/+9
| * mtd: add the common code for GPMI-NAND controller driverHuang Shijie2011-09-112-0/+1892
| * mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie2011-09-113-0/+17
| * mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie2011-09-113-0/+1313
| * mtd: mxc_nand: add mx53 NFC driver supportJason Liu2011-09-111-1/+1
| * mtd: bcm_umi_nand: clean up error handling codeJulia Lawall2011-09-111-15/+18
| * mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench2011-09-111-0/+19
| * mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi2011-09-111-1/+1
| * mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel2011-09-111-3/+4
| * mtd: cleanup style on pr_debug messagesBrian Norris2011-09-113-8/+6Star
| * mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-116-54/+51Star
| * mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-112-48/+42Star
| * mtd: nand: convert printk() to pr_*()Brian Norris2011-09-112-39/+39
| * mtd: nand: change KERN_DEBUG to KERN_INFOBrian Norris2011-09-111-7/+7
| * mtd: pxa3xx_nand: enable multiple chip select supportLei Wen2011-09-111-50/+123
| * mtd: pxa3xx_nand: sperate each chip individual infoLei Wen2011-09-111-132/+160
| * mtd: pxa3xx_nand: convert all printk into dev_*Lei Wen2011-09-111-11/+16
| * mtd: pxa3xx_nand: enhance suspend and resume routineLei Wen2011-09-111-1/+14
| * mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poiMike Hench2011-09-111-31/+2Star
| * mtd: atmel_nand: optimize read/write buffer functionsNicolas Ferre2011-09-111-41/+4Star
| * mtd: nand: don't free the global data too earlyLiu Shuo2011-09-111-1/+0Star
| * mtd: fsl_upm: fix a memory leak in fun_chip_init error pathAxel Lin2011-09-111-0/+2
| * mtd: atmel_nand: fix wrong use of 0 as NULLNicolas Ferre2011-09-111-1/+1
| * mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET2011-09-111-4/+4
| * mtd: nand: ignore ECC errors for simple BBM scansBrian Norris2011-09-111-3/+10
| * mtd: nand: handle ECC errors in OOBBrian Norris2011-09-111-1/+8
| * mtd: spelling, capitalization, uniformityBrian Norris2011-09-117-82/+78Star
| * mtd: nand: drop edb7312 supportDmitry Eremin-Solenikov2011-09-113-196/+0Star
| * mtd: socrates_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+1Star