aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtd/mtd-user.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-11mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2-22/+22
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris22-97/+99
2011-09-11mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris3-17/+18
2011-09-11mtd: support reading OOB without ECCBrian Norris3-7/+17
2011-09-11mtd: nand: document nand_chip.oob_poiBrian Norris1-1/+2
2011-09-11mtd: support writing OOB without ECCBrian Norris3-2/+14
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: check parts pointer before using itJason Liu1-3/+4
2011-09-11mtd: style fixups in multi-line comment, indentationBrian Norris1-7/+9
2011-09-11mtd: nand: fix spelling error (date => data)Brian Norris1-1/+1
2011-09-11mtd: remove MEMSETOOBSEL macro definitionBrian Norris1-1/+6
2011-09-11mtd: doc: remove mention of MEMSETOOBSELBrian Norris1-14/+0
2011-09-11mtd: do not assume oobsize is power of 2Brian Norris1-4/+4
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: spelling fixesBrian Norris8-28/+28
2011-09-11mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel1-3/+4
2011-09-11mtd: Kbuild: remove reference to MTD_PARTITIONSBrian Norris1-1/+0
2011-09-11mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris2-62/+43
2011-09-11mtd: remove CONFIG_MTD_DEBUGBrian Norris2-36/+0
2011-09-11mtd: pcmciamtd: remove custom DEBUG() functionBrian Norris1-68/+52
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris9-78/+66
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris26-249/+216
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: dataflash: add device tree probe supportShawn Guo2-2/+30
2011-09-11mtd: pxa3xx_nand: enable multiple chip select supportLei Wen9-68/+164
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: plat-nand: Fixup kerneldoc for struct platform_nand_chipTobias Klauser1-2/+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
2011-09-11mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET1-4/+4
2011-09-11mtd: edit NAND-related commentBrian Norris1-2/+3
2011-09-11mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris1-1/+2
2011-09-11mtd: nand: ignore ECC errors for simple BBM scansBrian Norris1-3/+10
2011-09-11jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov1-2/+1
2011-09-11mtd: ofpart: add ofoldpart aliasDmitry Eremin-Solenikov1-0/+6
2011-09-11mtd: nand: handle ECC errors in OOBBrian Norris2-1/+23
2011-09-11mtd: make ofpart buildable as a separate moduleDmitry Eremin-Solenikov3-2/+5
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris17-123/+119