| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-27 | platform: Add firmware-agnostic irq and affinity retrieval interface | Marc Zyngier | 1 | -15/+56 |
| 2025-07-07 | driver core: platform: Drop dev_pm_domain_detach() call | Claudiu Beznea | 1 | -6/+3 |
| 2025-07-07 | PM: domains: Add flags to specify power on attach/detach | Claudiu Beznea | 1 | -1/+1 |
| 2025-05-12 | Merge 6.15-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -3/+3 |
| 2025-05-01 | platform: Fix race condition during DMA configure at IOMMU probe time | Will McVicker | 1 | -3/+3 |
| 2025-04-15 | platform: replace magic number with macro PLATFORM_DEVID_NONE | Woody Zhang | 1 | -1/+1 |
| 2025-03-11 | iommu: Get DT/ACPI parsing into the proper probe path | Robin Murphy | 1 | -1/+2 |
| 2024-09-03 | platform: Make platform_bus_type constant | Kunwu Chan | 1 | -1/+1 |
| 2024-07-04 | driver core: platform: Switch to use kmemdup_array() | Andy Shevchenko | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-06-13 | driver core: platform: fix ups for constant struct device_driver | Greg Kroah-Hartman | 1 | -6/+6 |
| 2024-05-27 | platform: Make platform_driver::remove() return void | Uwe Kleine-König | 1 | -8/+2 |
| 2023-10-07 | driver core: platform: Annotate struct irq_affinity_devres with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-05 | driver core: platform: Unify the firmware node type check | Andy Shevchenko | 1 | -11/+13 |
| 2023-10-05 | driver core: platform: Use temporary variable in platform_device_add() | Andy Shevchenko | 1 | -11/+12 |
| 2023-10-05 | driver core: platform: Refactor error path in a couple places | Andy Shevchenko | 1 | -9/+10 |
| 2023-10-05 | driver core: platform: Drop redundant check in platform_device_add() | Andy Shevchenko | 1 | -3/+0 |
| 2023-08-04 | of: Move of_platform_register_reconfig_notifier() into DT core | Rob Herring | 1 | -1/+1 |
| 2023-02-01 | driver core: platform: simplify __platform_driver_probe() | Greg Kroah-Hartman | 1 | -11/+15 |
| 2023-02-01 | driver core: platform: removed unneeded variable from __platform_driver_probe() | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-17 | platform: remove useless if-branch in __platform_get_irq_byname() | Soha Jin | 1 | -5/+3 |
| 2023-01-17 | platform: Document platform_add_devices() return value | Umang Jain | 1 | -0/+2 |
| 2023-01-17 | platform: Provide a remove callback that returns no value | Uwe Kleine-König | 1 | -1/+3 |
| 2022-11-10 | platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irq | Soha Jin | 1 | -2/+2 |
| 2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -26/+8 |
| 2022-04-28 | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management | Lu Baolu | 1 | -0/+18 |
| 2022-04-28 | amba: Stop sharing platform_dma_configure() | Lu Baolu | 1 | -2/+1 |
| 2022-04-27 | platform: finally disallow IRQ0 in platform_get_irq() and its ilk | Sergey Shtylyov | 1 | -2/+4 |
| 2022-04-22 | driver: platform: Add helper for safer setting of driver_override | Krzysztof Kozlowski | 1 | -24/+4 |
| 2022-02-08 | platform: use dev_err_probe() in platform_get_irq_byname() | Sergey Shtylyov | 1 | -3/+3 |
| 2021-12-22 | driver core: platform: document registration-failure requirement | Johan Hovold | 1 | -0/+4 |
| 2021-11-27 | driver core: platform: Make use of the helper function dev_err_probe() | Cai Huoqing | 1 | -2/+3 |
| 2021-09-14 | driver core: platform: Make use of the helper macro SET_RUNTIME_PM_OPS() | Cai Huoqing | 1 | -2/+1 |
| 2021-08-18 | driver core: platform: Remove platform_device_add_properties() | Heikki Krogerus | 1 | -18/+2 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-06-04 | drivers/base: Constify static attribute_group structs | Rikard Falkeborn | 1 | -1/+1 |
| 2021-05-27 | driver core: Drop helper devm_platform_ioremap_resource_wc() | Uwe Kleine-König | 1 | -20/+0 |
| 2021-04-07 | Revert "driver core: platform: Make platform_get_irq_optional() optional" | Greg Kroah-Hartman | 1 | -34/+21 |
| 2021-04-02 | driver core: platform: Make platform_get_irq_optional() optional | Andy Shevchenko | 1 | -21/+34 |
| 2021-04-02 | driver core: platform: Make clear error code used for missed IRQ | Andy Shevchenko | 1 | -6/+5 |
| 2021-02-24 | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+7 |
| 2021-02-22 | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2021-02-12 | driver core: platform: Drop of_device_node_put() wrapper | Rob Herring | 1 | -1/+1 |
| 2021-02-09 | driver core: platform: Emit a warning if a remove callback returned non-zero | Uwe Kleine-König | 1 | -4/+7 |
| 2021-01-12 | Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 1 | -0/+2 |
| 2020-12-22 | driver core: platform: Add extra error check in devm_platform_get_irqs_affini... | John Garry | 1 | -0/+2 |
| 2020-12-15 | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+121 |
| 2020-12-13 | driver core: platform: don't oops in platform_shutdown() on unbound devices | Dmitry Baryshkov | 1 | -1/+5 |
| 2020-12-11 | driver core: platform: Add devm_platform_get_irqs_affinity() | John Garry | 1 | -0/+121 |
| 2020-12-10 | driver core: platform: Introduce platform_get_mem_or_io() | Andy Shevchenko | 1 | -0/+15 |
| 2020-12-09 | driver core: platform: use bus_type functions | Uwe Kleine-König | 1 | -67/+65 |
| 2020-12-09 | driver core: platform: change logic implementing platform_driver_probe | Uwe Kleine-König | 1 | -3/+15 |
| 2020-12-09 | driver core: platform: reorder functions | Uwe Kleine-König | 1 | -166/+167 |
| 2020-10-02 | drivers core: Miscellaneous changes for sysfs_emit | Joe Perches | 1 | -7/+6 |
| 2020-10-02 | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions | Joe Perches | 1 | -2/+2 |
| 2020-09-10 | platform_device: switch to simpler IDA interface | Bartosz Golaszewski | 1 | -3/+3 |
| 2020-09-10 | driver core: platform: Document return type of more functions | Stephen Boyd | 1 | -0/+14 |
| 2020-07-10 | driver core: platform: expose numa_node to users in sysfs | Barry Song | 1 | -1/+25 |
| 2020-07-07 | driver core: platform: need consistent spacing around '-' | Barry Song | 1 | -1/+1 |
| 2020-06-07 | Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
| 2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+25 |
| 2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+4 |
| 2020-05-21 | driver core: platform: Fix spelling errors in platform.c | Tang Bin | 1 | -1/+1 |
| 2020-05-12 | driver core: platform: Clarify that IRQ 0 is invalid | Bjorn Helgaas | 1 | -15/+25 |
| 2020-05-11 | Merge v5.7-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2020-05-05 | drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d... | Kuppuswamy Sathyanarayanan | 1 | -0/+2 |
| 2020-04-28 | driver core: platform: Initialize dma_parms for platform devices | Ulf Hansson | 1 | -0/+2 |
| 2020-04-23 | driver core: platform: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2020-04-20 | docs: drivers: fix some warnings at base/platform.c when building docs | Mauro Carvalho Chehab | 1 | -2/+4 |
| 2020-03-24 | driver core: platform: Reimplement devm_platform_ioremap_resource | Dejin Zheng | 1 | -4/+1 |
| 2020-03-24 | drivers: provide devm_platform_get_and_ioremap_resource() | Dejin Zheng | 1 | -0/+22 |
| 2020-03-11 | driver code: clarify and fix platform device DMA mask allocation | Christoph Hellwig | 1 | -19/+6 |
| 2020-01-22 | driver core: platform: fix u32 greater or equal to zero comparison | Colin Ian King | 1 | -1/+1 |
| 2020-01-14 | driver core: platform: Prevent resouce overflow from causing infinite loops | Simon Schwartz | 1 | -4/+6 |
| 2019-12-10 | drivers: Fix boot problem on SuperH | Guenter Roeck | 1 | -0/+4 |
| 2019-11-14 | driver core: platform: Declare ret variable only once | Andy Shevchenko | 1 | -8/+4 |
| 2019-11-14 | driver core: platform: use the correct callback type for bus_find_device | Sami Tolvanen | 1 | -1/+6 |
| 2019-11-05 | drivers: provide devm_platform_ioremap_resource_byname() | Bartosz Golaszewski | 1 | -0/+20 |
| 2019-11-05 | drivers: platform: provide devm_platform_ioremap_resource_wc() | Bartosz Golaszewski | 1 | -1/+18 |
| 2019-10-27 | Merge 5.4-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -7/+39 |
| 2019-10-11 | driver core: simplify definitions of platform_get_irq* | Uwe Kleine-König | 1 | -26/+21 |
| 2019-10-07 | drivers: move the early platform device support to arch/sh | Bartosz Golaszewski | 1 | -288/+0 |
| 2019-10-07 | driver core: platform: Add platform_get_irq_byname_optional() | Hans de Goede | 1 | -7/+39 |
| 2019-09-18 | Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -21/+16 |
| 2019-09-03 | Merge generic_lookup_helpers into usb-next | Greg Kroah-Hartman | 1 | -0/+14 |
| 2019-08-29 | driver core: platform: Export platform_get_irq_optional() | Thierry Reding | 1 | -0/+1 |
| 2019-08-28 | driver core: platform: Introduce platform_get_irq_optional() | Thierry Reding | 1 | -0/+22 |
| 2019-08-22 | driver core: initialize a default DMA mask for platform device | Christoph Hellwig | 1 | -21/+16 |
| 2019-08-12 | Merge 5.3-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+7 |
| 2019-07-30 | driver core: platform: Add an error message to platform_get_irq*() | Stephen Boyd | 1 | -8/+34 |
| 2019-07-30 | driver core: platform: return -ENXIO for missing GpioInt | Brian Norris | 1 | -2/+7 |
| 2019-07-30 | platform: Add platform_find_device_by_driver() helper | Suzuki K Poulose | 1 | -0/+14 |
| 2019-07-15 | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-06-21 | docs: driver-model: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-04-29 | Revert "driver core: platform: Fix the usage of platform device name(pdev->na... | Greg Kroah-Hartman | 1 | -4/+4 |
| 2019-04-25 | driver core: platform: Fix the usage of platform device name(pdev->name) | Venkata Narendra Kumar Gutta | 1 | -4/+4 |
| 2019-04-25 | driver core: platform: Propagate error from insert_resource() | Andy Shevchenko | 1 | -4/+6 |
| 2019-04-25 | drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -1/+1 |
| 2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+20 |
| 2019-03-01 | driver core: platform: remove misleading err_alloc label | Johannes Berg | 1 | -3/+1 |
| 2019-02-26 | platform: set of_node in platform_device_register_full() | Mans Rullgard | 1 | -0/+2 |
| 2019-02-22 | drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -0/+2 |
| 2019-02-21 | drivers: provide devm_platform_ioremap_resource() | Bartosz Golaszewski | 1 | -0/+18 |
| 2019-02-12 | driver: platform: Support parsing GpioInt 0 in platform_get_irq() | Enrico Granata | 1 | -1/+14 |
| 2019-01-04 | drivers/base/platform.c: kmemleak ignore a known leak | Qian Cai | 1 | -0/+3 |
| 2018-12-28 | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -33/+1 |
| 2018-12-13 | ACPI / scan: Refactor _CCA enforcement | Robin Murphy | 1 | -2/+1 |
| 2018-12-13 | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig | 1 | -31/+0 |
| 2018-12-06 | driver core: platform: Respect return code of platform_device_register_full() | Andy Shevchenko | 1 | -2/+2 |
| 2018-11-26 | driver core: platform: Remove duplicated device_remove_properties() call | Heikki Krogerus | 1 | -1/+0 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-10-02 | dma-mapping: move dma_default_get_required_mask under ifdef | Christoph Hellwig | 1 | -1/+1 |
| 2018-10-01 | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig | 1 | -2/+11 |
| 2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -9/+8 |
| 2018-05-14 | driver core: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson | 1 | -9/+8 |
| 2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -2/+1 |
| 2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta | 1 | -0/+17 |
| 2018-03-15 | driver core: platform: use put_device() if device_register fail | Arvind Yadav | 1 | -1/+3 |
| 2017-12-07 | driver core: Remove redundant license text | Greg Kroah-Hartman | 1 | -2/+0 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy | 1 | -0/+1 |
| 2017-09-18 | driver core: platform: Don't read past the end of "driver_override" buffer | Nicolai Stange | 1 | -1/+2 |
| 2017-07-07 | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+1 |
| 2017-07-03 | platform: Accept const properties | Jan Kiszka | 1 | -1/+1 |
| 2017-05-25 | driver core: platform: fix race condition with driver_override | Adrian Salido | 1 | -2/+9 |
| 2017-03-22 | of: Add function for generating a DT modalias with a newline | Rob Herring | 1 | -1/+1 |
| 2017-02-22 | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2017-02-03 | ACPI: Add support for ResourceSource/IRQ domain mapping | Agustin Vega-Frias | 1 | -0/+10 |
| 2017-01-11 | platform: Print the resource range if device failed to claim | Chen Yu | 1 | -1/+1 |
| 2016-09-27 | driver-core: platform: Catch errors from calls to irq_get_irq_data | Guenter Roeck | 1 | -3/+8 |
| 2016-08-31 | platform: don't return 0 from platform_get_irq[_byname]() on error | Sergei Shtylyov | 1 | -2/+2 |
| 2016-08-31 | platform driver: fix use-after-free in platform_device_del() | Jerome Marchand | 1 | -2/+1 |
| 2016-04-09 | device property: don't bother the drivers with struct property_set | Heikki Krogerus | 1 | -9/+10 |
| 2016-01-26 | base/platform: Fix platform drivers with no probe callback | Martin Wilck | 1 | -4/+9 |
| 2016-01-21 | Merge branch 'pm-core' | Rafael J. Wysocki | 1 | -1/+0 |
| 2016-01-12 | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+25 |
| 2016-01-12 | platform: Do not detach from PM domains on shutdown | Rafael J. Wysocki | 1 | -1/+0 |
| 2016-01-07 | driver-core: platform: Add platform_irq_count() | Stephen Boyd | 1 | -0/+20 |
| 2015-12-07 | driver core: platform: Add support for built-in device properties | Mika Westerberg | 1 | -0/+25 |
| 2015-10-05 | driver-core: platform: Provide helpers for multi-driver modules | Thierry Reding | 1 | -0/+61 |
| 2015-10-04 | base/platform: assert that dev_pm_domain callbacks are called unconditionally | Uwe Kleine-König | 1 | -10/+9 |
| 2015-08-25 | drivercore: Fix unregistration path of platform devices | Grant Likely | 1 | -6/+2 |
| 2015-06-10 | Revert "base/platform: Only insert MEM and IO resources" | Greg Kroah-Hartman | 1 | -7/+3 |
| 2015-06-10 | Revert "base/platform: Continue on insert_resource() error" | Greg Kroah-Hartman | 1 | -15/+11 |
| 2015-06-10 | Revert "base/platform: Remove code duplication" | Greg Kroah-Hartman | 1 | -25/+35 |
| 2015-06-01 | base/platform: Remove code duplication | Ricardo Ribalda Delgado | 1 | -35/+25 |
| 2015-06-01 | base/platform: Continue on insert_resource() error | Ricardo Ribalda Delgado | 1 | -11/+15 |
| 2015-06-01 | base/platform: Only insert MEM and IO resources | Ricardo Ribalda Delgado | 1 | -3/+7 |
| 2015-05-20 | driver-core: platform_driver_probe() must probe synchronously | Dmitry Torokhov | 1 | -0/+13 |
| 2015-04-14 | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2015-03-25 | drivers: platform: parse IRQ flags from resources | Linus Walleij | 1 | -0/+9 |
| 2015-03-16 | driver core / ACPI: Represent ACPI companions using fwnode_handle | Rafael J. Wysocki | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -10/+12 |
| 2014-11-24 | of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type | Pantelis Antoniou | 1 | -0/+1 |
| 2014-11-06 | core: platform: let platform_create_bundle initialize module owner | Wolfram Sang | 1 | -5/+6 |
| 2014-11-06 | core: platform: let platform_driver_probe initialize module owner | Wolfram Sang | 1 | -5/+6 |
| 2014-09-30 | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h | Ulf Hansson | 1 | -0/+1 |
| 2014-09-22 | drivercore / platform: Convert to dev_pm_domain_attach|detach() | Ulf Hansson | 1 | -7/+8 |
| 2014-08-04 | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+49 |
| 2014-08-04 | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 1 | -0/+5 |
| 2014-07-25 | clk: Support for clock parents and rates assigned from device tree | Sylwester Nawrocki | 1 | -0/+5 |
| 2014-07-21 | Merge 3.16-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -4/+14 |
| 2014-07-11 | platform_get_irq: Revert to platform_get_resource if of_irq_get fails | Guenter Roeck | 1 | -4/+14 |
| 2014-07-08 | driver core: platform: add device binding path 'driver_override' | Kim Phillips | 1 | -0/+47 |
| 2014-07-08 | driver core/platform: remove unused implicit padding in platform_object | Yann Droneaud | 1 | -2/+2 |
| 2014-05-23 | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko | 1 | -2/+5 |
| 2014-04-24 | of/irq: do irq resolution in platform_get_irq | Rob Herring | 1 | -1/+6 |
| 2014-02-14 | 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-16 | ACPI: fix module autoloading for ACPI enumerated devices | Zhang Rui | 1 | -1/+11 |
| 2013-11-14 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 1 | -2/+2 |
| 2013-09-26 | driver core: prevent deferred probe with platform_driver_probe | Johan Hovold | 1 | -4/+13 |
| 2013-08-23 | driver-core: platform: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -4/+6 |
| 2013-08-19 | drivers / platform: Fix __init attribute location | Hanjun Guo | 1 | -2/+2 |
| 2013-07-16 | driver-core: fix new kernel-doc warning in base/platform.c | Randy Dunlap | 1 | -0/+1 |
| 2013-07-04 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -3/+0 |
| 2013-07-03 | 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-03 | 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-11 | 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-15 | 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-14 | Merge 3.7-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+7 |
| 2012-11-09 | sparc: Add sparc support for platform_get_irq() | Andreas Larsson | 1 | -0/+7 |
| 2012-10-30 | drivers/base: fix typo in comment for arch_setup_pdev_archdata() | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2012-10-02 | 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-06 | 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-01 | drivercore: Output common devicetree information in uevent | Grant Likely | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -115/+0 |
| 2011-12-21 | PM / Sleep: Remove forward-only callbacks from platform bus type | Rafael J. Wysocki | 1 | -115/+0 |
| 2011-12-09 | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König | 1 | -1/+1 |