summaryrefslogtreecommitdiff
path: root/drivers/mtd/maps/plat-ram.c
AgeCommit message (Expand)Author
2015-10-13mtd: maps: plat_ram: drop owner assignmentFrans Klaver
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang
2014-03-10mtd: plat-ram: Remove unnecessary OOM messagesJingoo Han
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-06mtd: plat-ram: Use module_platform_driverSachin Kamat
2013-10-27mtd: plat-ram: Remove casting the return value which is a void pointerJingoo Han
2013-08-30mtd: maps: use dev_get_platdata()Jingoo Han
2013-08-05mtd: maps: plat-ram: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-05mtd: plat-ram: add const quilifiersArtem Bityutskiy
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2011-12-19mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok
2011-09-11mtd: plat-ram.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-05-25mtd: plat-ram: convert to mtd_device_register()Jamie Iles
2010-02-05Fix spelling of 'platform' in comments and docStefan Weil
2009-09-04mtd: plat-ram: use resource_sizeWolfram Sang
2009-04-04[MTD] support driver model updatesDavid Brownell
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison
2008-04-22[MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli
2008-04-22[MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers
2007-04-26[MTD] [MAPS] fix plat-ram printk formatRandy Dunlap
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner
2005-11-07[MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner
2005-11-06[MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-05-23[MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner
2005-05-23[MTD] plat-ram: removed extraneous debugging codeBen Dooks
2005-05-23[MTD] Platform RAM DriverBen Dooks