summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
AgeCommit message (Expand)AuthorLines
2012-09-29mtd: autcpu12-nvram: drop frees of devm_ alloc'd dataJulia Lawall-14/+4
2012-09-29mtd: maps: rbtx4939-flash: delete unneeded testJulia Lawall-2/+0
2012-09-29mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese-0/+14
2012-09-29mtd: maps: pci: remove dead codeWolfram Sang-23/+0
2012-09-29mtd: allow uclinux map driver to be used on any ColdFire CPU platformGreg Ungerer-1/+1
2012-09-29mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driverGreg Ungerer-6/+9
2012-09-29mtd: autcpu12-nvram: Convert driver to platform_deviceAlexander Shiyan-70/+82
2012-09-29mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan-8/+11
2012-08-22Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...David Woodhouse-3/+2
2012-07-06mtd: delete SBC82xx/SBC8560 MTD mapping supportPaul Gortmaker-187/+0
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven-3/+2
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds-40/+5
2012-05-21MTD: MIPS: lantiq: verify that the NOR interface is available on falcon socJohn Crispin-0/+7
2012-05-21MTD: MIPS: lantiq: implement OF supportJohn Crispin-44/+25
2012-05-13mtd: fix scb2_flash build when PCI is not enabledRandy Dunlap-1/+1
2012-05-13mtd: use module_pci_driverAxel Lin-38/+3
2012-05-13mtd: mark const init data with __initconst instead of __initdataUwe Kleine-König-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds-47/+92
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy-25/+29
2012-03-27mtd: maps: sa1100-flash: Add reference counter to set_vpp()Paul Parsons-1/+13
2012-03-27mtd: maps: pcmciamtd: Add reference counter to set_vpp()Paul Parsons-1/+12
2012-03-27mtd: maps: l440gx: Add reference counter to set_vpp()Paul Parsons-5/+9
2012-03-27mtd: maps: physmap: Add reference counter to set_vpp()Paul Parsons-2/+20
2012-03-27mtd: mips: lantiq: reintroduce support for cmdline partitionsDaniel Schwierzeck-1/+2
2012-03-27mtd: ixp4xx: oops in ixp4xx_flash_probeMarc Kleine-Budde-1/+4
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy-8/+0
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-4/+4
2012-03-27mtd: sa11x0: remove definitions and code left for documentation purposesRussell King - ARM Linux-100/+0
2012-03-27mtd: sa11x0: Remove shutdown handlerRussell King - ARM Linux-12/+0
2012-03-25MTD: Relax dependenciesRichard Weinberger-0/+1
2012-02-09MTD: sa11x0: remove definitions and code left for documentation purposesRussell King-100/+0
2012-02-09MTD: sa11x0: Remove shutdown handlerRussell King-12/+0
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy-6/+4
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy-2/+1
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy-4/+4
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy-4/+4
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall-5/+1
2012-01-09mtd: maps: remove the now unused bcm963xx-flashJonas Gorski-130/+0
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski-1/+4
2012-01-09mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski-150/+4
2012-01-09mtd: maps: bcm963xx-flash: clean up printk usageJonas Gorski-10/+10
2012-01-09mtd: maps: bcm963xx-flash: remove superfluous semicolonsJonas Gorski-5/+5
2012-01-09mtd: maps: bcm963xx-flash: fix word order for spare partitionJonas Gorski-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin-129/+11
2011-12-19mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok-4/+8
2011-12-07mtd: pxa2xx-flash.c: It used to fall back to provided table.Jonathan Cameron-1/+1