aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-29/+1
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki1-29/+1
2011-12-09drivers_base: make argument to platform_device_register_full constUwe Kleine-König1-1/+1
2011-11-17drivercore: Generalize module_platform_driverLars-Peter Clausen1-10/+2
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+17
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-0/+17
2011-08-26new helper to create platform devices with dma maskUwe Kleine-König1-2/+46
2011-07-08driver core: Add ability for arch code to setup pdev_archdataKumar Gala1-0/+1
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman1-3/+0
2011-04-29PM: Export platform bus type's default PM callbacksRafael J. Wysocki1-0/+60
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz1-0/+5
2011-02-18Driver core: convert platform_{get,set}_drvdata to static inline functionsMarc Kleine-Budde1-2/+9
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman1-0/+3
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König1-4/+58
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven1-2/+4
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König1-1/+1
2010-03-07driver core: make platform_device_id table constEric Miao1-1/+1
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov1-0/+5
2009-12-11Driver Core: Early platform driver bufferMagnus Damm1-5/+15
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm1-2/+0
2009-07-22Driver Core: Add platform device arch data V3Magnus Damm1-0/+3
2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij1-2/+2
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman1-1/+0
2009-04-16Driver Core: early platform driverMagnus Damm1-0/+42
2009-03-24driver core: move platform_data into platform_deviceMing Lei1-0/+1
2009-03-24platform: introduce module id table for platform devicesEric Miao1-0/+6
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-1/+0
2008-10-16platform: add new device registration helperDmitry Baryshkov1-0/+2
2008-06-10Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki1-0/+1
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell1-1/+1
2007-10-12Driver core: Make platform_device.id an intJean Delvare1-3/+4
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood1-1/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+6
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell1-0/+2
2006-01-04[PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov1-0/+1
2005-11-09[DRIVER MODEL] Add platform_driverRussell King1-0/+15
2005-11-05[DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King1-0/+6
2005-10-29[DRIVER MODEL] Add missing platform_device.h header.Russell King1-0/+40