1. 8bff309 driver core: platform: fix u32 greater or equal to zero comparison by Colin Ian King · 4 years, 5 months ago
  2. 34b95aa driver core: platform: Prevent resouce overflow from causing infinite loops by Simon Schwartz · 4 years, 6 months ago
  3. 0b0ddf0 drivers/base/platform.c: kmemleak ignore a known leak by Qian Cai · 5 years ago
  4. a97ca4f driver core: platform: Don't read past the end of "driver_override" buffer by Nicolai Stange · 7 years ago
  5. c4c592b driver core: platform: fix race condition with driver_override by Adrian Salido · 7 years ago
  6. 60ca5e0 driver-core: platform: Catch errors from calls to irq_get_irq_data by Guenter Roeck · 8 years ago
  7. e330b9a platform: don't return 0 from platform_get_irq[_byname]() on error by Sergei Shtylyov · 8 years ago
  8. c90aab9 platform driver: fix use-after-free in platform_device_del() by Jerome Marchand · 8 years ago
  9. f4d0526 device property: don't bother the drivers with struct property_set by Heikki Krogerus · 8 years ago
  10. 25cad69 base/platform: Fix platform drivers with no probe callback by Martin Wilck · 9 years ago
  11. 6efd3f8 Merge branch 'pm-core' by Rafael J. Wysocki · 8 years ago
  12. 6799060 Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  13. 2d30bb0 platform: Do not detach from PM domains on shutdown by Rafael J. Wysocki · 8 years ago
  14. 4b83555 driver-core: platform: Add platform_irq_count() by Stephen Boyd · 8 years ago
  15. 00bbc1d driver core: platform: Add support for built-in device properties by Mika Westerberg · 9 years ago
  16. dbe2256 driver-core: platform: Provide helpers for multi-driver modules by Thierry Reding · 9 years ago
  17. b8b2c7d base/platform: assert that dev_pm_domain callbacks are called unconditionally by Uwe Kleine-König · 9 years ago
  18. 7f5dcaf drivercore: Fix unregistration path of platform devices by Grant Likely · 9 years ago
  19. 0e6c861 Revert "base/platform: Only insert MEM and IO resources" by Greg Kroah-Hartman · 9 years ago
  20. 5da7f70 Revert "base/platform: Continue on insert_resource() error" by Greg Kroah-Hartman · 9 years ago
  21. 8b2dceb Revert "base/platform: Remove code duplication" by Greg Kroah-Hartman · 9 years ago
  22. 6d9d4b1 base/platform: Remove code duplication by Ricardo Ribalda Delgado · 9 years ago
  23. e50e69d base/platform: Continue on insert_resource() error by Ricardo Ribalda Delgado · 9 years ago
  24. 36d4b29 base/platform: Only insert MEM and IO resources by Ricardo Ribalda Delgado · 9 years ago
  25. 5c36eb2 driver-core: platform_driver_probe() must probe synchronously by Dmitry Torokhov · 9 years ago
  26. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  27. 7085a74 drivers: platform: parse IRQ flags from resources by Linus Walleij · 9 years ago
  28. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 9 years ago
  29. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  30. 801d728 of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type by Pantelis Antoniou · 10 years ago
  31. 291f653 core: platform: let platform_create_bundle initialize module owner by Wolfram Sang · 10 years ago
  32. c3b50dc core: platform: let platform_driver_probe initialize module owner by Wolfram Sang · 10 years ago
  33. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  34. cb51841 drivercore / platform: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  35. 29b88e2 Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  36. e4ca430 Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  37. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  38. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  39. aff008a platform_get_irq: Revert to platform_get_resource if of_irq_get fails by Guenter Roeck · 10 years ago
  40. 3d713e0 driver core: platform: add device binding path 'driver_override' by Kim Phillips · 10 years ago
  41. 1cec24c driver core/platform: remove unused implicit padding in platform_object by Yann Droneaud · 10 years ago
  42. ad69674 of/irq: do irq resolution in platform_get_irq_byname() by Grygorii Strashko · 10 years ago
  43. 9ec36ca of/irq: do irq resolution in platform_get_irq by Rob Herring · 10 years ago
  44. 9383f4c ACPI / platform: drop redundant ACPI_HANDLE check by Josh Cartwright · 10 years ago
  45. b9f7306 platform: introduce OF style 'modalias' support for platform bus by Zhang Rui · 10 years ago
  46. 8c4ff6d ACPI: fix module autoloading for ACPI enumerated devices by Zhang Rui · 10 years ago
  47. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  48. 3f9120b driver core: prevent deferred probe with platform_driver_probe by Johan Hovold · 11 years ago
  49. d06262e driver-core: platform: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  50. a825791 drivers / platform: Fix __init attribute location by Hanjun Guo · 11 years ago
  51. 08801f9 driver-core: fix new kernel-doc warning in base/platform.c by Randy Dunlap · 11 years ago
  52. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  53. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  54. 10dbc5e driver core: move to_platform_driver to platform_device.h by Rob Herring · 11 years ago
  55. 9447057 platform_device: use a macro instead of platform_driver_register by Libo Chen · 11 years ago
  56. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  57. 0258e18 driver core: platform.c: fix checkpatch errors and warnings by Fabio Porcedda · 11 years ago
  58. 647c86d driver core: warn that platform_driver_probe can not use deferred probing by Fabio Porcedda · 11 years ago
  59. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  60. 94d76d5 platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown by Rafael J. Wysocki · 12 years ago
  61. 863f9f3 ACPI / platform: Initialize ACPI handles of platform devices in advance by Rafael J. Wysocki · 12 years ago
  62. d6ff855 driver: platform: fix documentation for platform_get_irq_byname by Wolfram Sang · 12 years ago
  63. 91e5687 ACPI: Add support for platform bus type by Mika Westerberg · 12 years ago
  64. ecdca04 Merge 3.7-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  65. 5cf8f7d sparc: Add sparc support for platform_get_irq() by Andreas Larsson · 12 years ago
  66. b1d6d82 drivers/base: fix typo in comment for arch_setup_pdev_archdata() by Sebastian Andrzej Siewior · 12 years ago
  67. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  68. 1b8cb92 driver core: Check if r->name is valid in platform_get_resource_byname() by Peter Ujfalusi · 12 years ago
  69. bed2b42 PM / Runtime: Allow helpers to be called by early platform drivers by Rafael J. Wysocki · 12 years ago
  70. 689ae23 platform: Add support for automatic device IDs by Jean Delvare · 12 years ago
  71. 07d57a3 drivercore: Output common devicetree information in uevent by Grant Likely · 12 years ago
  72. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  73. 9b39e73 PM / Sleep: Remove forward-only callbacks from platform bus type by Rafael J. Wysocki · 12 years ago
  74. 5a3072b drivers_base: make argument to platform_device_register_full const by Uwe Kleine-König · 12 years ago
  75. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  76. 01dcc60 new helper to create platform devices with dma mask by Uwe Kleine-König · 13 years ago
  77. 0a26813 drivers_base: platform: use always ->name for uevent by Sebastian Andrzej Siewior · 13 years ago
  78. 7de636f driver core: fix kernel-doc warning in platform.c by Randy Dunlap · 13 years ago
  79. a77ce81 driver core: Add ability for arch code to setup pdev_archdata by Kumar Gala · 13 years ago
  80. bb2b43f drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module by Andrew Morton · 13 years ago
  81. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  82. 2064af91 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 13 years ago
  83. 8b313a3 PM / Platform: Use generic runtime PM callbacks directly by Rafael J. Wysocki · 13 years ago
  84. 69c9dd1 PM: Export platform bus type's default PM callbacks by Rafael J. Wysocki · 13 years ago
  85. 4a03d6f driver core/platform_device_add_resources: free resource before overwriting by Uwe Kleine-König · 13 years ago
  86. cea8962 driver core/platform_device_add_resources: set resource to NULL if !res by Uwe Kleine-König · 13 years ago
  87. 251e031 driver core/platform_device_add_data: free platform data before overwriting by Uwe Kleine-König · 13 years ago
  88. 27a33f9 driver core/platform_device_add_data: set platform_data to NULL if !data by Uwe Kleine-König · 13 years ago
  89. aaa119a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  90. e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 13 years ago
  91. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  92. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  93. 807508c base/platform: Simplifications for NULL platform data/resources handling by Anton Vorontsov · 14 years ago
  94. 5cfc64c base/platform: Safe handling for NULL platform data and resources by Anton Vorontsov · 14 years ago
  95. c64a092 driver core: platform_bus: allow runtime override of dev_pm_ops by Kevin Hilman · 14 years ago
  96. d79d324 driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type by Patrick Pannuto · 14 years ago
  97. 7096d04 of/device: Rework to use common platform_device_alloc() for allocating devices by Grant Likely · 14 years ago
  98. ab69bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  99. 737a3bb Driver core: move platform device creation helpers to .init.text (if MODULE=n) by Uwe Kleine-König · 14 years ago
  100. 44f28bd Driver core: reduce duplicated code for platform_device creation by Uwe Kleine-König · 14 years ago