aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/plat-ram.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: plat-ram: convert to mtd_device_register()Jamie Iles2011-05-251-15/+9
* Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
* mtd: plat-ram: use resource_sizeWolfram Sang2009-09-041-1/+1
* [MTD] support driver model updatesDavid Brownell2009-04-041-0/+1
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* drivers: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* [MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli2008-04-221-15/+32
* [MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+3
* [MTD] [MAPS] fix plat-ram printk formatRandy Dunlap2007-04-261-1/+2
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-2/+1
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-34/+34
* [MTD] maps: Clean up trailing white spacesThomas Gleixner2005-11-071-5/+5
* [MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner2005-11-071-2/+2
* [MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks2005-11-061-1/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-0/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
|/
* [MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner2005-05-231-2/+2
* [MTD] plat-ram: removed extraneous debugging codeBen Dooks2005-05-231-10/+2
* [MTD] Platform RAM DriverBen Dooks2005-05-231-0/+286