| Commit message (Expand) | Author | Age | Files | Lines |
* | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h | Ulf Hansson | 2014-09-30 | 1 | -0/+1 |
* | drivercore / platform: Convert to dev_pm_domain_attach|detach() | Ulf Hansson | 2014-09-22 | 1 | -7/+8 |
* | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-04 | 1 | -2/+49 |
|\ |
|
| * | Merge 3.16-rc6 into driver-core-next | Greg Kroah-Hartman | 2014-07-21 | 1 | -4/+14 |
| |\ |
|
| * | | driver core: platform: add device binding path 'driver_override' | Kim Phillips | 2014-07-08 | 1 | -0/+47 |
| * | | driver core/platform: remove unused implicit padding in platform_object | Yann Droneaud | 2014-07-08 | 1 | -2/+2 |
* | | | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 2014-08-04 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | clk: Support for clock parents and rates assigned from device tree | Sylwester Nawrocki | 2014-07-25 | 1 | -0/+5 |
| |/ |
|
* / | platform_get_irq: Revert to platform_get_resource if of_irq_get fails | Guenter Roeck | 2014-07-11 | 1 | -4/+14 |
|/ |
|
* | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko | 2014-05-23 | 1 | -2/+5 |
* | of/irq: do irq resolution in platform_get_irq | Rob Herring | 2014-04-24 | 1 | -1/+6 |
* | ACPI / platform: drop redundant ACPI_HANDLE check | Josh Cartwright | 2014-02-14 | 1 | -7/+4 |
* | platform: introduce OF style 'modalias' support for platform bus | Zhang Rui | 2014-01-17 | 1 | -0/+4 |
* | ACPI: fix module autoloading for ACPI enumerated devices | Zhang Rui | 2014-01-16 | 1 | -1/+11 |
* | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 2013-11-14 | 1 | -2/+2 |
* | driver core: prevent deferred probe with platform_driver_probe | Johan Hovold | 2013-09-26 | 1 | -4/+13 |
* | driver-core: platform: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -4/+6 |
* | drivers / platform: Fix __init attribute location | Hanjun Guo | 2013-08-19 | 1 | -2/+2 |
* | driver-core: fix new kernel-doc warning in base/platform.c | Randy Dunlap | 2013-07-16 | 1 | -0/+1 |
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-04 | 1 | -3/+0 |
|\ |
|
| * | driver core: move to_platform_driver to platform_device.h | Rob Herring | 2013-06-12 | 1 | -3/+0 |
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 | 1 | -1/+0 |
|\ \ |
|
| * | | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 2013-06-03 | 1 | -1/+0 |
| |/ |
|
* / | platform_device: use a macro instead of platform_driver_register | Libo Chen | 2013-06-03 | 1 | -3/+5 |
|/ |
|
* | driver core: platform.c: fix checkpatch errors and warnings | Fabio Porcedda | 2013-03-29 | 1 | -10/+8 |
* | driver core: warn that platform_driver_probe can not use deferred probing | Fabio Porcedda | 2013-03-29 | 1 | -1/+5 |
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 1 | -2/+2 |
|\ |
|
| * | driver: platform: fix documentation for platform_get_irq_byname | Wolfram Sang | 2012-11-15 | 1 | -1/+1 |
| * | Merge 3.7-rc5 into driver-core-next | Greg Kroah-Hartman | 2012-11-14 | 1 | -0/+7 |
| |\ |
|
| * | | drivers/base: fix typo in comment for arch_setup_pdev_archdata() | Sebastian Andrzej Siewior | 2012-10-30 | 1 | -1/+1 |
* | | | platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown | Rafael J. Wysocki | 2012-11-27 | 1 | -2/+17 |
* | | | ACPI / platform: Initialize ACPI handles of platform devices in advance | Rafael J. Wysocki | 2012-11-21 | 1 | -0/+2 |
* | | | ACPI: Add support for platform bus type | Mika Westerberg | 2012-11-15 | 1 | -0/+5 |
| |/
|/| |
|
* | | sparc: Add sparc support for platform_get_irq() | Andreas Larsson | 2012-11-09 | 1 | -0/+7 |
|/ |
|
* | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-02 | 1 | -0/+2 |
|\ |
|
| * | PM / Runtime: Allow helpers to be called by early platform drivers | Rafael J. Wysocki | 2012-09-04 | 1 | -0/+2 |
* | | driver core: Check if r->name is valid in platform_get_resource_byname() | Peter Ujfalusi | 2012-09-06 | 1 | -0/+3 |
* | | platform: Add support for automatic device IDs | Jean Delvare | 2012-08-16 | 1 | -3/+35 |
|/ |
|
* | drivercore: Output common devicetree information in uevent | Grant Likely | 2012-02-01 | 1 | -1/+1 |
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -115/+0 |
|\ |
|
| * | PM / Sleep: Remove forward-only callbacks from platform bus type | Rafael J. Wysocki | 2011-12-21 | 1 | -115/+0 |
* | | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König | 2011-12-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-10-25 | 1 | -21/+33 |
|\ |
|
| * | new helper to create platform devices with dma mask | Uwe Kleine-König | 2011-08-26 | 1 | -20/+32 |
| * | drivers_base: platform: use always ->name for uevent | Sebastian Andrzej Siewior | 2011-08-22 | 1 | -1/+1 |
* | | driver core: fix kernel-doc warning in platform.c | Randy Dunlap | 2011-08-08 | 1 | -1/+1 |
|/ |
|
* | driver core: Add ability for arch code to setup pdev_archdata | Kumar Gala | 2011-07-08 | 1 | -0/+21 |
* | drivers/base/platform.c: don't mark platform_device_register_resndata() as __... | Andrew Morton | 2011-06-07 | 1 | -1/+1 |
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 1 | -19/+19 |
|\ |
|
| * | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König | 2011-04-22 | 1 | -0/+1 |