aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds21-47/+92
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy16-25/+29
2012-03-27mtd: maps: sa1100-flash: Add reference counter to set_vpp()Paul Parsons1-1/+13
2012-03-27mtd: maps: pcmciamtd: Add reference counter to set_vpp()Paul Parsons1-1/+12
2012-03-27mtd: maps: l440gx: Add reference counter to set_vpp()Paul Parsons1-5/+9
2012-03-27mtd: maps: physmap: Add reference counter to set_vpp()Paul Parsons1-2/+20
2012-03-27mtd: mips: lantiq: reintroduce support for cmdline partitionsDaniel Schwierzeck1-1/+2
2012-03-27mtd: ixp4xx: oops in ixp4xx_flash_probeMarc Kleine-Budde1-1/+4
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-8/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy2-4/+4
2012-03-27mtd: sa11x0: remove definitions and code left for documentation purposesRussell King - ARM Linux1-100/+0
2012-03-27mtd: sa11x0: Remove shutdown handlerRussell King - ARM Linux1-12/+0
2012-03-25MTD: Relax dependenciesRichard Weinberger1-0/+1
2012-02-09MTD: sa11x0: remove definitions and code left for documentation purposesRussell King1-100/+0
2012-02-09MTD: sa11x0: Remove shutdown handlerRussell King1-12/+0
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2-6/+4
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall1-5/+1
2012-01-09mtd: maps: remove the now unused bcm963xx-flashJonas Gorski3-130/+0
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski1-1/+4
2012-01-09mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski2-150/+4
2012-01-09mtd: maps: bcm963xx-flash: clean up printk usageJonas Gorski1-10/+10
2012-01-09mtd: maps: bcm963xx-flash: remove superfluous semicolonsJonas Gorski1-5/+5
2012-01-09mtd: maps: bcm963xx-flash: fix word order for spare partitionJonas Gorski1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin11-129/+11
2011-12-19mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok1-4/+8
2011-12-07mtd: pxa2xx-flash.c: It used to fall back to provided table.Jonathan Cameron1-1/+1
2011-11-07MTD: MAPS: bcm963xx-flash.c: explicitly include module.hJonas Gorski1-0/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds23-973/+112
2011-10-20MIPS: Lantiq: Fix MTD registration of NOR deviceJohn Crispin1-2/+2
2011-09-11mtd: drop Integrator flash map KconfigLinus Walleij1-4/+0
2011-09-11mtd: Kbuild: remove reference to MTD_PARTITIONSBrian Norris1-1/+0
2011-09-11mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris1-4/+0
2011-09-11mtd: pcmciamtd: remove custom DEBUG() functionBrian Norris1-68/+52
2011-09-11mtd: maps: drop edb7312 supportDmitry Eremin-Solenikov3-143/+0
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-Solenikov1-52/+1
2011-09-11mtd: physmap_of: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+5
2011-09-11mtd: edb7312: correctly pass MTD name to parsersDmitry Eremin-Solenikov1-1/+2
2011-09-11mtd: wr_sbc82xx_flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-20/+13
2011-09-11mtd: solutionengine.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-23/+7
2011-09-11mtd: sa1100-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-27/+3
2011-09-11mtd: rbtx4939-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-17/+4
2011-09-11mtd: pxa2xx-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-19/+1