aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_device.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-16platform_device: better support builtin boilerplate avoidanceGravatar Paul Gortmaker 1-0/+23
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleGravatar Rafael J. Wysocki 1-1/+1
2014-11-06core: platform: let platform_create_bundle initialize module ownerGravatar Wolfram Sang 1-2/+4
2014-11-06core: platform: let platform_driver_probe initialize module ownerGravatar Wolfram Sang 1-2/+4
2014-07-08driver core: platform: add device binding path 'driver_override'Gravatar Kim Phillips 1-0/+1
2013-09-26driver core: prevent deferred probe with platform_driver_probeGravatar Johan Hovold 1-0/+1
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-0/+3
2013-06-12driver core: move to_platform_driver to platform_device.hGravatar Rob Herring 1-0/+3
2013-06-03platform_device: use a macro instead of platform_driver_registerGravatar Libo Chen 1-1/+7
2013-03-29driver core: platform_device.h: fix checkpatch errors and warningsGravatar Fabio Porcedda 1-10/+15
2013-01-17driver core: add helper macro for platform_driver_probe() boilerplateGravatar Fabio Porcedda 1-0/+18
2012-11-21ACPI / platform: Initialize ACPI handles of platform devices in advanceGravatar Rafael J. Wysocki 1-0/+1
2012-08-16platform: Add support for automatic device IDsGravatar Jean Delvare 1-0/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-29/+1
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeGravatar Rafael J. Wysocki 1-29/+1
2011-12-09drivers_base: make argument to platform_device_register_full constGravatar Uwe Kleine-König 1-1/+1
2011-11-17drivercore: Generalize module_platform_driverGravatar Lars-Peter Clausen 1-10/+2
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+17
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGravatar Grant Likely 1-0/+17
2011-08-26new helper to create platform devices with dma maskGravatar Uwe Kleine-König 1-2/+46
2011-07-08driver core: Add ability for arch code to setup pdev_archdataGravatar Kumar Gala 1-0/+1
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Gravatar Kevin Hilman 1-3/+0
2011-04-29PM: Export platform bus type's default PM callbacksGravatar Rafael J. Wysocki 1-0/+60
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellGravatar Samuel Ortiz 1-0/+5
2011-02-18Driver core: convert platform_{get,set}_drvdata to static inline functionsGravatar Marc Kleine-Budde 1-2/+9
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsGravatar Kevin Hilman 1-0/+3
2010-08-05Driver core: reduce duplicated code for platform_device creationGravatar Uwe Kleine-König 1-4/+58
2010-05-17platform: Make platform resource input parameters constGravatar Geert Uytterhoeven 1-2/+4
2010-03-07Driver core: make struct platform_driver.id_table constGravatar Uwe Kleine-König 1-1/+1
2010-03-07driver core: make platform_device_id table constGravatar Eric Miao 1-1/+1
2010-03-07Driver core: add platform_create_bundle() helperGravatar Dmitry Torokhov 1-0/+5
2009-12-11Driver Core: Early platform driver bufferGravatar Magnus Damm 1-5/+15
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Gravatar Magnus Damm 1-2/+0
2009-07-22Driver Core: Add platform device arch data V3Gravatar Magnus Damm 1-0/+3
2009-06-15driver core: Const-correct platform getbyname functionsGravatar Linus Walleij 1-2/+2
2009-05-08Revert driver core: move platform_data into platform_deviceGravatar Greg Kroah-Hartman 1-1/+0
2009-04-16Driver Core: early platform driverGravatar Magnus Damm 1-0/+42
2009-03-24driver core: move platform_data into platform_deviceGravatar Ming Lei 1-0/+1
2009-03-24platform: introduce module id table for platform devicesGravatar Eric Miao 1-0/+6
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesGravatar Rafael J. Wysocki 1-1/+0
2008-10-16platform: add new device registration helperGravatar Dmitry Baryshkov 1-0/+2
2008-06-10Implement new suspend and hibernation callbacks for platform bussesGravatar Rafael J. Wysocki 1-0/+1
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleGravatar Stephen Rothwell 1-1/+1
2007-10-12Driver core: Make platform_device.id an intGravatar Jean Delvare 1-3/+4
2006-12-13Driver core: Make platform_device_add_data accept a const pointerGravatar Scott Wood 1-1/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceGravatar David Brownell 1-0/+6
2006-09-25PM: platform_bus and late_suspend/early_resumeGravatar David Brownell 1-0/+2
2006-01-04[PATCH] Driver Core: Add platform_device_del()Gravatar Dmitry Torokhov 1-0/+1
2005-11-09[DRIVER MODEL] Add platform_driverGravatar Russell King 1-0/+15
2005-11-05[DRIVER MODEL] Improved dynamically allocated platform_device interfaceGravatar Russell King 1-0/+6