aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/plat-ram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mtd: plat-ram: Remove unnecessary OOM messagesJingoo Han1-1/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-06mtd: plat-ram: Use module_platform_driverSachin Kamat1-15/+1
2013-10-27mtd: plat-ram: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-08-30mtd: maps: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-05mtd: maps: plat-ram: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-05mtd: plat-ram: add const quilifiersArtem Bityutskiy1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+3
2011-12-19mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok1-4/+8
2011-09-11mtd: plat-ram.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-21/+2
2011-05-25mtd: plat-ram: convert to mtd_device_register()Jamie Iles1-15/+9
2010-02-05Fix spelling of 'platform' in comments and docStefan Weil1-1/+1
2009-09-04mtd: plat-ram: use resource_sizeWolfram Sang1-1/+1
2009-04-04[MTD] support driver model updatesDavid Brownell1-0/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-22[MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli1-15/+32
2008-04-22[MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers1-0/+3
2007-04-26[MTD] [MAPS] fix plat-ram printk formatRandy Dunlap1-1/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-34/+34
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner1-5/+5
2005-11-07[MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner1-2/+2
2005-11-06[MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks1-1/+2
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+1
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-05-23[MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner1-2/+2
2005-05-23[MTD] plat-ram: removed extraneous debugging codeBen Dooks1-10/+2
2005-05-23[MTD] Platform RAM DriverBen Dooks1-0/+286