aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-30/+406
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-21mtd: Enable Open Firmware initialisation of MTD devices and maps for MicroBlazeJohn Williams1-1/+1
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse6-7/+7
2009-09-19mtd: maps: add mtd-ram support to physmap_ofWolfram Sang1-0/+4
2009-09-19mtd/maps: gpio-addr-flash: new driver for GPIO assisted flash addressingMike Frysinger3-2/+322
2009-09-19mtd/maps: uclinux: depend on MTD_RAM being built into the kernelMike Frysinger1-1/+1
2009-09-19mtd/maps: uclinux: fix building when partition support is disabledTimofei Bondarenko1-0/+8
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre6-7/+7
2009-09-04mtd: pmcmsp-flash: fix error paths in init_msp_flashRoel Kluin1-17/+59
2009-09-04mtd: physmap_of: fix incorrect checkvimal singh1-6/+7
2009-09-04mtd: plat-ram: use resource_sizeWolfram Sang1-1/+1
2009-09-04mtd: physmap_of: use resource_sizeWolfram Sang1-3/+4
2009-08-12Remove zero-length file drivers/mtd/maps/sbc8240.cJeff Garzik1-0/+0
2009-08-03mtd: remove 'SBC8240 Wind River' Device Driver CodeSubrata Modak3-258/+0
2009-06-24mtd: maps: Remove BUS_ID_SIZE from integrator_flashDavid Woodhouse1-8/+14
2009-06-06mtd: physmap_of: Add multiple regions and concatenation supportStefan Roese1-56/+143
2009-06-05mtd: maps: Blackfin async: fix memory leaks in probe/remove funcsMike Frysinger1-0/+5
2009-06-05mtd: uclinux: mark local stuff staticMike Frysinger1-3/+3
2009-06-05mtd: uclinux: do not allow to be built as a moduleMike Frysinger1-1/+1
2009-06-05mtd: uclinux: allow systems to override map addr/sizeMike Frysinger1-4/+6
2009-06-05mtd: remove pmcmsp-ramroot.cShane McDonald3-114/+0
2009-05-29mtd: Add armflash support for multiple blocks of flashCatalin Marinas1-62/+164
2009-05-29mtd: DIL/NetPC broken for nowDavid Woodhouse1-1/+1
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse4-108/+0
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds9-124/+221
2009-04-06[MTD] [NOR] Add device parent info to physmap_ofDavid Woodhouse1-0/+1
2009-04-04[MTD] support driver model updatesDavid Brownell3-0/+4
2009-04-03[MTD] [MAPS] move sa1100 flash's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-04-02[ARM] fix build-breaking 7a192ec commitRussell King1-1/+1
2009-03-28Merge branch 'origin' into develRussell King4-19/+863
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-18/+19
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-1/+844
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King2-2/+2
2009-03-25[MTD] [MAPS] Drop now unused sharpsl-flash mapDmitry Eremin-Solenikov3-123/+0
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'Ming Lei1-18/+19
2009-03-20[MTD] RBTX4939 map driverAtsushi Nemoto3-0/+215
2009-03-10mtd: physmap: fix NULL pointer dereference in error pathAtsushi Nemoto1-8/+11
2009-03-10mtd: flash mapping support for Dreamcast VMU.Adrian McMenamin3-1/+844
2009-02-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-22/+26
2009-02-27[MTD] [MAPS] Remove MODULE_DEVICE_TABLE() from ck804rom driver.David Woodhouse1-1/+1
2009-02-14[MTD] [MAPS] blackfin async requires complex mappingsMike Frysinger1-1/+1
2009-02-14[MTD] [MAPS] blackfin: fix memory leak in error pathMike Frysinger1-1/+5
2009-02-14[MTD] [MAPS] physmap: fix wrong free and del_mtd_{partition,device}Atsushi Nemoto1-19/+19
2009-01-31rename platform_driver name "flash" to "sa1100-mtd"Uwe Kleine-König1-2/+2
2009-01-09[MTD] [MAPS] Fix printk format warning in nettel.cDavid Woodhouse1-2/+2
2009-01-05[MTD] LPDDR extended physmap driver to support LPDDR flashAlexey Korolev2-3/+9
2009-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse3-6/+5
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers6-10/+10