summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_device.h
Commit message (Expand)AuthorAgeFilesLines
* device property: don't bother the drivers with struct property_setHeikki Krogerus2016-04-091-3/+3
* Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-0/+5
|\
| * driver core: platform: Add support for built-in device propertiesMika Westerberg2015-12-071-0/+5
* | driver-core: platform: Add platform_irq_count()Stephen Boyd2016-01-071-0/+1
|/
* driver-core: platform: Provide helpers for multi-driver modulesThierry Reding2015-10-051-0/+8
* platform_device: better support builtin boilerplate avoidancePaul Gortmaker2015-06-161-0/+23
* driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-1/+1
* core: platform: let platform_create_bundle initialize module ownerWolfram Sang2014-11-061-2/+4
* core: platform: let platform_driver_probe initialize module ownerWolfram Sang2014-11-061-2/+4
* driver core: platform: add device binding path 'driver_override'Kim Phillips2014-07-081-0/+1
* driver core: prevent deferred probe with platform_driver_probeJohan Hovold2013-09-261-0/+1
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-0/+3
|\
| * driver core: move to_platform_driver to platform_device.hRob Herring2013-06-121-0/+3
* | platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-031-1/+7
|/
* driver core: platform_device.h: fix checkpatch errors and warningsFabio Porcedda2013-03-291-10/+15
* driver core: add helper macro for platform_driver_probe() boilerplateFabio Porcedda2013-01-171-0/+18
* ACPI / platform: Initialize ACPI handles of platform devices in advanceRafael J. Wysocki2012-11-211-0/+1
* platform: Add support for automatic device IDsJean Delvare2012-08-161-0/+4
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-29/+1
|\
| * PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki2011-12-211-29/+1
* | drivers_base: make argument to platform_device_register_full constUwe Kleine-König2011-12-091-1/+1
* | drivercore: Generalize module_platform_driverLars-Peter Clausen2011-11-171-10/+2
|/
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+17
|\
| * drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-0/+17
* | new helper to create platform devices with dma maskUwe Kleine-König2011-08-261-2/+46
|/
* driver core: Add ability for arch code to setup pdev_archdataKumar Gala2011-07-081-0/+1
* PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman2011-05-161-3/+0
* PM: Export platform bus type's default PM callbacksRafael J. Wysocki2011-04-291-0/+60
* mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-121-0/+5
* Driver core: convert platform_{get,set}_drvdata to static inline functionsMarc Kleine-Budde2011-02-181-2/+9
* driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+3
* Driver core: reduce duplicated code for platform_device creationUwe Kleine-König2010-08-051-4/+58
* platform: Make platform resource input parameters constGeert Uytterhoeven2010-05-171-2/+4
* Driver core: make struct platform_driver.id_table constUwe Kleine-König2010-03-071-1/+1
* driver core: make platform_device_id table constEric Miao2010-03-071-1/+1
* Driver core: add platform_create_bundle() helperDmitry Torokhov2010-03-071-0/+5
* Driver Core: Early platform driver bufferMagnus Damm2009-12-111-5/+15
* PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-221-2/+0
* Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
* driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-151-2/+2
* Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-081-1/+0
* Driver Core: early platform driverMagnus Damm2009-04-161-0/+42
* driver core: move platform_data into platform_deviceMing Lei2009-03-241-0/+1
* platform: introduce module id table for platform devicesEric Miao2009-03-241-0/+6
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-1/+0
* platform: add new device registration helperDmitry Baryshkov2008-10-161-0/+2
* Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki2008-06-101-0/+1
* Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-241-1/+1
* Driver core: Make platform_device.id an intJean Delvare2007-10-121-3/+4
* Driver core: Make platform_device_add_data accept a const pointerScott Wood2006-12-131-1/+1