summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel2011-09-111-3/+4
* mtd: Kbuild: remove reference to MTD_PARTITIONSBrian Norris2011-09-111-1/+0Star
* mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris2011-09-112-62/+43Star
* mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-112-36/+0Star
* mtd: pcmciamtd: remove custom DEBUG() functionBrian Norris2011-09-111-68/+52Star
* mtd: cleanup style on pr_debug messagesBrian Norris2011-09-119-78/+66Star
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-1126-249/+216Star
* 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: dataflash: add device tree probe supportShawn Guo2011-09-112-2/+30
* mtd: pxa3xx_nand: enable multiple chip select supportLei Wen2011-09-119-68/+164
* 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: plat-nand: Fixup kerneldoc for struct platform_nand_chipTobias Klauser2011-09-111-2/+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: edit NAND-related commentBrian Norris2011-09-111-2/+3
* mtd: tests: ignore corrected bitflips in OOB on mtd_readtestBrian Norris2011-09-111-1/+2
* mtd: nand: ignore ECC errors for simple BBM scansBrian Norris2011-09-111-3/+10
* jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov2011-09-111-2/+1Star
* mtd: ofpart: add ofoldpart aliasDmitry Eremin-Solenikov2011-09-111-0/+6
* mtd: nand: handle ECC errors in OOBBrian Norris2011-09-112-1/+23
* mtd: make ofpart buildable as a separate moduleDmitry Eremin-Solenikov2011-09-113-2/+5
* mtd: spelling, capitalization, uniformityBrian Norris2011-09-1117-123/+119Star
* mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-112-26/+2Star
* mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov2011-09-112-2/+2
* mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov2011-09-113-4/+3Star
* mtd: nand: drop edb7312 supportDmitry Eremin-Solenikov2011-09-113-196/+0Star
* mtd: maps: drop edb7312 supportDmitry Eremin-Solenikov2011-09-113-143/+0Star
* mtd: OneNAND: Detect the correct NOP when 4KiB pagesizeKyungmin Park2011-09-112-0/+19
* mtd: socrates_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+1Star
* mtd: ndfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+1Star
* mtd: mpc5121_nfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-10/+1Star
* mtd: fsl_upm.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-3/+1Star
* mtd: fsl_elbc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+2Star
* mtd: m25p80.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-25/+3Star
* mtd: physmap_of.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-15/+3Star
* mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov2011-09-112-53/+75
* mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov2011-09-112-27/+9Star
* mtd: socrates_nand: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-11/+3Star
* mtd: ndfc: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+3Star
* mtd: mpc5121_nfc: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-5/+3Star
* mtd: fsl_upm: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+3Star
* mtd: fsl_elbc_nand: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+4Star