summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-041-2/+49
|\
| * Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman2014-07-211-4/+14
| |\
| * | driver core: platform: add device binding path 'driver_override'Kim Phillips2014-07-081-0/+47
| * | driver core/platform: remove unused implicit padding in platform_objectYann Droneaud2014-07-081-2/+2
* | | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-08-041-0/+5
|\ \ \ | |_|/ |/| |
| * | clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-251-0/+5
| |/
* / platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-111-4/+14
|/
* of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-231-2/+5
* of/irq: do irq resolution in platform_get_irqRob Herring2014-04-241-1/+6
* ACPI / platform: drop redundant ACPI_HANDLE checkJosh Cartwright2014-02-141-7/+4
* platform: introduce OF style 'modalias' support for platform busZhang Rui2014-01-171-0/+4
* ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui2014-01-161-1/+11
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+2
* driver core: prevent deferred probe with platform_driver_probeJohan Hovold2013-09-261-4/+13
* driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-4/+6
* drivers / platform: Fix __init attribute locationHanjun Guo2013-08-191-2/+2
* driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap2013-07-161-0/+1
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-3/+0
|\
| * driver core: move to_platform_driver to platform_device.hRob Herring2013-06-121-3/+0
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+0
|\ \
| * | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+0
| |/
* / platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-031-3/+5
|/
* driver core: platform.c: fix checkpatch errors and warningsFabio Porcedda2013-03-291-10/+8
* driver core: warn that platform_driver_probe can not use deferred probingFabio Porcedda2013-03-291-1/+5
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\
| * driver: platform: fix documentation for platform_get_irq_bynameWolfram Sang2012-11-151-1/+1
| * Merge 3.7-rc5 into driver-core-nextGreg Kroah-Hartman2012-11-141-0/+7
| |\
| * | drivers/base: fix typo in comment for arch_setup_pdev_archdata()Sebastian Andrzej Siewior2012-10-301-1/+1
* | | platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdownRafael J. Wysocki2012-11-271-2/+17
* | | ACPI / platform: Initialize ACPI handles of platform devices in advanceRafael J. Wysocki2012-11-211-0/+2
* | | ACPI: Add support for platform bus typeMika Westerberg2012-11-151-0/+5
| |/ |/|
* | sparc: Add sparc support for platform_get_irq()Andreas Larsson2012-11-091-0/+7
|/
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-0/+2
|\
| * PM / Runtime: Allow helpers to be called by early platform driversRafael J. Wysocki2012-09-041-0/+2
* | driver core: Check if r->name is valid in platform_get_resource_byname()Peter Ujfalusi2012-09-061-0/+3
* | platform: Add support for automatic device IDsJean Delvare2012-08-161-3/+35
|/
* drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-1/+1
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-115/+0
|\
| * PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki2011-12-211-115/+0
* | drivers_base: make argument to platform_device_register_full constUwe Kleine-König2011-12-091-1/+1
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-251-21/+33
|\
| * new helper to create platform devices with dma maskUwe Kleine-König2011-08-261-20/+32
| * drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior2011-08-221-1/+1
* | driver core: fix kernel-doc warning in platform.cRandy Dunlap2011-08-081-1/+1
|/
* driver core: Add ability for arch code to setup pdev_archdataKumar Gala2011-07-081-0/+21
* drivers/base/platform.c: don't mark platform_device_register_resndata() as __...Andrew Morton2011-06-071-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-19/+19
|\
| * driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König2011-04-221-0/+1
| * driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König2011-04-221-10/+9
| * driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König2011-04-221-0/+1