aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: bf5xx_nand: convert to mtd_device_register()Jamie Iles1-6/+1
2011-05-25mtd: bcm_umi_nand: convert to mtd_device_register()Jamie Iles1-3/+1
2011-05-25mtd: atmel_nand: convert to mtd_device_register()Jamie Iles1-11/+1
2011-05-25mtd: uclinux: convert to mtd_device_register()Jamie Iles2-11/+3
2011-05-25mtd: tqm8xll: convert to mtd_device_register()Jamie Iles1-15/+5
2011-05-25mtd: scx200_docflash: convert to mtd_device_register()Jamie Iles2-14/+4
2011-05-25mtd: sa1100-flash: convert to mtd_device_register()Jamie Iles2-16/+7
2011-05-25mtd: rbtx4939-flash: convert to mtd_device_register()Jamie Iles1-19/+5
2011-05-25mtd: plat-ram: convert to mtd_device_register()Jamie Iles1-15/+9
2011-05-25mtd: latch-addr-flash: convert to mtd_device_register()Jamie Iles1-28/+17
2011-05-25mtd: intel_vr_nor: convert to mtd_device_register()Jamie Iles1-17/+2
2011-05-25mtd: impa7: convert to mtd_device_register()Jamie Iles1-19/+3
2011-05-25mtd: h720x-flash: convert to mtd_device_register()Jamie Iles1-4/+2
2011-05-25mtd: gpio-addr-flash: convert to mtd_device_register()Jamie Iles2-18/+10
2011-05-25mtd: edb7312: convert to mtd_device_register()Jamie Iles1-18/+8
2011-05-25mtd: dc21285: convert to mtd_device_register()Jamie Iles1-17/+3
2011-05-25mtd: sst25l: convert to mtd_device_register()Jamie Iles1-36/+26
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles1-27/+18
2011-05-25mtd: m25p80: convert to mtd_device_register()Jamie Iles1-38/+30
2011-05-25mtd: onenand: convert to mtd_device_register()Jamie Iles3-18/+5
2011-05-25mtd: bfin: convert to mtd_device_register()Jamie Iles2-17/+5
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles3-25/+7
2011-05-25mtd: ixp: convert to mtd_device_register()Jamie Iles2-12/+8
2011-05-25mtd: plat_nand: convert to mtd_device_register()Jamie Iles1-9/+3
2011-05-25mtd: nand: convert to mtd_device_register()Jamie Iles1-9/+1
2011-05-25mtd: physmap: convert to mtd_device_register()Jamie Iles2-51/+13
2011-05-25mtd: introduce mtd_device_(un)register()Jamie Iles1-0/+45
2011-05-25mtd: always build partitioning supportJamie Iles1-10/+2
2011-05-25mtd:fix the bad format in the mtdcore.cWanlong Gao1-4/+4
2011-05-25mtd: mtdswap: fix possible null dereferenceMaxin B. John1-1/+7
2011-05-25mtd: remove duplicate assignment of chip->stateTadashi Abe3-3/+0
2011-05-25mtd: fix hang-up in cfi erase and read contentionTadashi Abe4-15/+6
2011-05-25mtd: simplify get_mtd_device_nm functionWanlong Gao1-11/+2
2011-05-25mtd: be silent when mtd partition parser cannot be foundArtem Bityutskiy1-4/+1
2011-05-25mtd: convert to seq_file interfaceAlexey Dobriyan1-31/+19
2011-05-25mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala1-7/+5
2011-05-25mtd: sst25l: fix section markingsMike Frysinger1-3/+3
2011-05-25mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee1-0/+2
2011-05-25mtd: m25p80: Add Spansion S25FL256SKevin Cernekee1-5/+17
2011-05-25mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee1-4/+7
2011-05-25mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee1-1/+4
2011-05-25mtd: denali: detect the number of banksJamie Iles2-9/+21
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles2-395/+110
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles2-44/+40
2011-05-25mtd: onenand: add missing checkjohn.maxin@nokia.com1-1/+1
2011-05-25mtd: return badblockbits backArtem Bityutskiy1-0/+2
2011-05-25mtd: nand: ndfc: add multiple chip select supportFelix Radensky1-17/+35
2011-05-25mtd: mtdchar: retry large buffer allocationsGrant Erickson1-27/+23
2011-05-25mtd: create function to perform large allocationsGrant Erickson1-0/+49
2011-05-25mtd: mtdconcat: fix NAND OOB writeFelix Radensky1-2/+2