summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/plat-ram.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev2017-11-061-34/+4
* mtd: maps: plat_ram: drop owner assignmentFrans Klaver2015-10-131-1/+0
* mtd: maps: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: plat-ram: Remove unnecessary OOM messagesJingoo Han2014-03-101-1/+0
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* mtd: plat-ram: Use module_platform_driverSachin Kamat2013-11-061-15/+1
* mtd: plat-ram: Remove casting the return value which is a void pointerJingoo Han2013-10-271-1/+1
* mtd: maps: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* mtd: maps: plat-ram: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0
* mtd: plat-ram: add const quilifiersArtem Bityutskiy2013-04-051-1/+1
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+3
* mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok2011-12-191-4/+8
* mtd: plat-ram.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-21/+2
* 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
OpenPOWER on IntegriCloud