Age | Commit message (Expand) | Author | Files | Lines |
2014-02-15 | ACPI / platform: drop redundant ACPI_HANDLE check | Josh Cartwright | 1 | -7/+4 |
2014-01-17 | platform: introduce OF style 'modalias' support for platform bus | Zhang Rui | 1 | -0/+4 |
2014-01-17 | ACPI: fix module autoloading for ACPI enumerated devices | Zhang Rui | 1 | -1/+11 |
2013-11-15 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 1 | -2/+2 |
2013-09-27 | driver core: prevent deferred probe with platform_driver_probe | Johan Hovold | 1 | -4/+13 |
2013-08-24 | driver-core: platform: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -4/+6 |
2013-08-20 | drivers / platform: Fix __init attribute location | Hanjun Guo | 1 | -2/+2 |
2013-07-17 | driver-core: fix new kernel-doc warning in base/platform.c | Randy Dunlap | 1 | -0/+1 |
2013-07-05 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -3/+0 |
2013-07-04 | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2013-06-12 | driver core: move to_platform_driver to platform_device.h | Rob Herring | 1 | -3/+0 |
2013-06-04 | platform_device: use a macro instead of platform_driver_register | Libo Chen | 1 | -3/+5 |
2013-06-03 | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 1 | -1/+0 |
2013-03-29 | driver core: platform.c: fix checkpatch errors and warnings | Fabio Porcedda | 1 | -10/+8 |
2013-03-29 | driver core: warn that platform_driver_probe can not use deferred probing | Fabio Porcedda | 1 | -1/+5 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2012-11-27 | platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown | Rafael J. Wysocki | 1 | -2/+17 |
2012-11-21 | ACPI / platform: Initialize ACPI handles of platform devices in advance | Rafael J. Wysocki | 1 | -0/+2 |
2012-11-16 | driver: platform: fix documentation for platform_get_irq_byname | Wolfram Sang | 1 | -1/+1 |
2012-11-15 | ACPI: Add support for platform bus type | Mika Westerberg | 1 | -0/+5 |
2012-11-15 | Merge 3.7-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+7 |
2012-11-10 | sparc: Add sparc support for platform_get_irq() | Andreas Larsson | 1 | -0/+7 |
2012-10-31 | drivers/base: fix typo in comment for arch_setup_pdev_archdata() | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-10-03 | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -0/+2 |
2012-09-07 | driver core: Check if r->name is valid in platform_get_resource_byname() | Peter Ujfalusi | 1 | -0/+3 |
2012-09-04 | PM / Runtime: Allow helpers to be called by early platform drivers | Rafael J. Wysocki | 1 | -0/+2 |
2012-08-16 | platform: Add support for automatic device IDs | Jean Delvare | 1 | -3/+35 |
2012-02-02 | drivercore: Output common devicetree information in uevent | Grant Likely | 1 | -1/+1 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -115/+0 |
2011-12-22 | PM / Sleep: Remove forward-only callbacks from platform bus type | Rafael J. Wysocki | 1 | -115/+0 |
2011-12-10 | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König | 1 | -1/+1 |
2011-10-25 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -21/+33 |
2011-08-26 | new helper to create platform devices with dma mask | Uwe Kleine-König | 1 | -20/+32 |
2011-08-23 | drivers_base: platform: use always ->name for uevent | Sebastian Andrzej Siewior | 1 | -1/+1 |
2011-08-09 | driver core: fix kernel-doc warning in platform.c | Randy Dunlap | 1 | -1/+1 |
2011-07-08 | driver core: Add ability for arch code to setup pdev_archdata | Kumar Gala | 1 | -0/+21 |
2011-06-07 | drivers/base/platform.c: don't mark platform_device_register_resndata() as __... | Andrew Morton | 1 | -1/+1 |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+19 |
2011-05-16 | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" | Kevin Hilman | 1 | -35/+0 |
2011-04-29 | PM / Platform: Use generic runtime PM callbacks directly | Rafael J. Wysocki | 1 | -28/+3 |
2011-04-29 | PM: Export platform bus type's default PM callbacks | Rafael J. Wysocki | 1 | -54/+18 |
2011-04-23 | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König | 1 | -0/+1 |
2011-04-23 | driver core/platform_device_add_resources: set resource to NULL if !res | Uwe Kleine-König | 1 | -10/+9 |
2011-04-23 | driver core/platform_device_add_data: free platform data before overwriting | Uwe Kleine-König | 1 | -0/+1 |
2011-04-23 | driver core/platform_device_add_data: set platform_data to NULL if !data | Uwe Kleine-König | 1 | -9/+8 |
2011-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -3/+3 |
2011-04-12 | mfd: Fetch cell pointer from platform_device->mfd_cell | Samuel Ortiz | 1 | -0/+1 |
2011-04-12 | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS | Rafael J. Wysocki | 1 | -3/+3 |
2010-10-25 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-10-22 | base/platform: Simplifications for NULL platform data/resources handling | Anton Vorontsov | 1 | -20/+12 |