summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Guo1-2/+16
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
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-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 Norris15-97/+93
2011-09-11mtd: drop mtd_device_registerDmitry Eremin-Solenikov1-23/+0
2011-09-11mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov1-0/+2
2011-09-11mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov2-1/+3
2011-09-11mtd: nand: drop edb7312 supportDmitry Eremin-Solenikov3-196/+0
2011-09-11mtd: maps: drop edb7312 supportDmitry Eremin-Solenikov3-143/+0
2011-09-11mtd: OneNAND: Detect the correct NOP when 4KiB pagesizeKyungmin Park1-0/+15
2011-09-11mtd: socrates_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-10/+1
2011-09-11mtd: ndfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-6/+1
2011-09-11mtd: mpc5121_nfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-10/+1
2011-09-11mtd: fsl_upm.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-3/+1
2011-09-11mtd: fsl_elbc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-6/+2
2011-09-11mtd: m25p80.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-25/+3
2011-09-11mtd: physmap_of.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-15/+3
2011-09-11mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov2-53/+75
2011-09-11mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov1-11/+9
2011-09-11mtd: socrates_nand: use ofpart through generic parsingDmitry Eremin-Solenikov1-11/+3
2011-09-11mtd: ndfc: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: mpc5121_nfc: use ofpart through generic parsingDmitry Eremin-Solenikov1-5/+3
2011-09-11mtd: fsl_upm: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: fsl_elbc_nand: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+4
2011-09-11mtd: m25p80: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: physmap_of: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+5
2011-09-11mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov2-4/+31
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov6-18/+18
2011-09-11mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)1-11/+16
2011-09-11mtd: onenand: remove redundant mtd_device_unregister before onenand_releaseAxel Lin1-1/+0
2011-09-11mtd: edb7312: correctly pass MTD name to parsersDmitry Eremin-Solenikov1-1/+2