aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-25mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel1-2/+8
2011-05-25mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy1-3/+21
2011-05-25mtd: atmel_nand: add missing include of linux/dmaengine.hHans-Christian Egtvedt1-0/+1
2011-05-25mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava1-6/+0
2011-05-25mtd: nand: fix S3C NAND clock stopJiri Pinkava1-16/+43
2011-05-25mtd: cmdset_0002: add CFI 1.5 support for S29GL-SGernot Hoyler1-2/+3
2011-05-25mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenandRoman Tereshonkov1-6/+40
2011-05-25mtd: denali: drop __TIME__ usageMichal Marek1-2/+1
2011-05-25mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris1-23/+4
2011-05-25mtd: m25p80: add support for the MX25L1606E chipGabor Juhos1-0/+1
2011-05-25mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach1-19/+32
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-24Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds8-108/+109
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidateRussell King5-351/+30
2011-05-20ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a map_infoMarc Zyngier2-42/+18
2011-05-20ARM: 6906/1: MTD: Remove integrator-flashMarc Zyngier3-312/+1
2011-05-20ARM: 6904/1: MTD: Add integrator-flash feature to physmapMarc Zyngier1-1/+15
2011-05-20UBI: switch to dynamic printksArtem Bityutskiy2-58/+28