1. fd78901 driver core: platform: Reimplement devm_platform_ioremap_resource by Dejin Zheng · 4 years, 10 months ago
  2. 890cc39 drivers: provide devm_platform_get_and_ioremap_resource() by Dejin Zheng · 4 years, 10 months ago
  3. e3a36eb driver code: clarify and fix platform device DMA mask allocation by Christoph Hellwig · 4 years, 10 months ago
  4. 0707cfa driver core: platform: fix u32 greater or equal to zero comparison by Colin Ian King · 5 years ago
  5. 39cc539 driver core: platform: Prevent resouce overflow from causing infinite loops by Simon Schwartz · 5 years ago
  6. eecd37e drivers: Fix boot problem on SuperH by Guenter Roeck · 5 years ago
  7. 71564a2 driver core: platform: Declare ret variable only once by Andy Shevchenko · 5 years ago
  8. 492c887 driver core: platform: use the correct callback type for bus_find_device by Sami Tolvanen · 5 years ago
  9. c9c8641 drivers: provide devm_platform_ioremap_resource_byname() by Bartosz Golaszewski · 5 years ago
  10. bb6243b drivers: platform: provide devm_platform_ioremap_resource_wc() by Bartosz Golaszewski · 5 years ago
  11. 8f677bc Merge 5.4-rc5 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  12. ec4e290 driver core: simplify definitions of platform_get_irq* by Uwe Kleine-König · 5 years ago
  13. 507fd01 drivers: move the early platform device support to arch/sh by Bartosz Golaszewski · 5 years ago
  14. f1da567 driver core: platform: Add platform_get_irq_byname_optional() by Hans de Goede · 5 years ago
  15. c6b48da Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  16. c5c0283 Merge generic_lookup_helpers into usb-next by Greg Kroah-Hartman · 5 years ago
  17. d9430f9 driver core: platform: Export platform_get_irq_optional() by Thierry Reding · 5 years ago
  18. 8973ea4 driver core: platform: Introduce platform_get_irq_optional() by Thierry Reding · 5 years ago
  19. cdfee56 driver core: initialize a default DMA mask for platform device by Christoph Hellwig · 5 years ago
  20. e6aa640 Merge 5.3-rc4 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  21. 7723f4c driver core: platform: Add an error message to platform_get_irq*() by Stephen Boyd · 5 years ago
  22. 46c42d8 driver core: platform: return -ENXIO for missing GpioInt by Brian Norris · 5 years ago
  23. 36f3313 platform: Add platform_find_device_by_driver() helper by Suzuki K Poulose · 5 years ago
  24. fe34c89 docs: driver-model: move it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
  25. 4489f161 docs: driver-model: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  26. 391c032 Revert "driver core: platform: Fix the usage of platform device name(pdev->name)" by Greg Kroah-Hartman · 6 years ago
  27. edb16da driver core: platform: Fix the usage of platform device name(pdev->name) by Venkata Narendra Kumar Gutta · 6 years ago
  28. 25ebcb7 driver core: platform: Propagate error from insert_resource() by Andy Shevchenko · 6 years ago
  29. 7067c96 drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() by Bartosz Golaszewski · 6 years ago
  30. 3601fe4 Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  31. 36cf3b1 driver core: platform: remove misleading err_alloc label by Johannes Berg · 6 years ago
  32. 2c1ea6a platform: set of_node in platform_device_register_full() by Mans Rullgard · 6 years ago
  33. 837ccda drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() by Bartosz Golaszewski · 6 years ago
  34. 7945f92 drivers: provide devm_platform_ioremap_resource() by Bartosz Golaszewski · 6 years ago
  35. daaef25 driver: platform: Support parsing GpioInt 0 in platform_get_irq() by Enrico Granata · 6 years ago
  36. 967d301 drivers/base/platform.c: kmemleak ignore a known leak by Qian Cai · 6 years ago
  37. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  38. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  39. e5361ca ACPI / scan: Refactor _CCA enforcement by Robin Murphy · 6 years ago
  40. 05887cb dma-mapping: move dma_get_required_mask to kernel/dma by Christoph Hellwig · 6 years ago
  41. 99fef58 driver core: platform: Respect return code of platform_device_register_full() by Andy Shevchenko · 6 years ago
  42. 2d51ac9 driver core: platform: Remove duplicated device_remove_properties() call by Heikki Krogerus · 6 years ago
  43. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  44. 6db37ad dma-mapping: move dma_default_get_required_mask under ifdef by Christoph Hellwig · 6 years ago
  45. c6d4381 dma-mapping: make the get_required_mask method available unconditionally by Christoph Hellwig · 6 years ago
  46. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  47. 88a9769 driver core: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 7 years ago
  48. 3d6ce86 drivers: remove force dma flag from buses by Christoph Hellwig · 7 years ago
  49. 07397df dma-mapping: move dma configuration to bus infrastructure by Nipun Gupta · 7 years ago
  50. c8ae167 driver core: platform: use put_device() if device_register fail by Arvind Yadav · 7 years ago
  51. 3282570 driver core: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  52. 989d42e driver core: add SPDX identifiers to all driver core files by Greg Kroah-Hartman · 7 years ago
  53. d89e237 drivers: flag buses which demand DMA configuration by Robin Murphy · 7 years ago
  54. bf563b0 driver core: platform: Don't read past the end of "driver_override" buffer by Nicolai Stange · 7 years ago
  55. c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  56. 277036f platform: Accept const properties by Jan Kiszka · 8 years ago
  57. 62655397 driver core: platform: fix race condition with driver_override by Adrian Salido · 8 years ago
  58. 0634c29 of: Add function for generating a DT modalias with a newline by Rob Herring · 8 years ago
  59. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  60. d44fa3d ACPI: Add support for ResourceSource/IRQ domain mapping by Agustin Vega-Frias · 8 years ago
  61. 8a18f42 platform: Print the resource range if device failed to claim by Chen Yu · 8 years ago
  62. 60ca5e0 driver-core: platform: Catch errors from calls to irq_get_irq_data by Guenter Roeck · 8 years ago
  63. e330b9a platform: don't return 0 from platform_get_irq[_byname]() on error by Sergei Shtylyov · 9 years ago
  64. c90aab9 platform driver: fix use-after-free in platform_device_del() by Jerome Marchand · 8 years ago
  65. f4d0526 device property: don't bother the drivers with struct property_set by Heikki Krogerus · 9 years ago
  66. 25cad69 base/platform: Fix platform drivers with no probe callback by Martin Wilck · 9 years ago
  67. 6efd3f8 Merge branch 'pm-core' by Rafael J. Wysocki · 9 years ago
  68. 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 · 9 years ago
  69. 2d30bb0 platform: Do not detach from PM domains on shutdown by Rafael J. Wysocki · 9 years ago
  70. 4b83555 driver-core: platform: Add platform_irq_count() by Stephen Boyd · 9 years ago
  71. 00bbc1d driver core: platform: Add support for built-in device properties by Mika Westerberg · 9 years ago
  72. dbe2256 driver-core: platform: Provide helpers for multi-driver modules by Thierry Reding · 9 years ago
  73. b8b2c7d base/platform: assert that dev_pm_domain callbacks are called unconditionally by Uwe Kleine-König · 9 years ago
  74. 7f5dcaf drivercore: Fix unregistration path of platform devices by Grant Likely · 10 years ago
  75. 0e6c861 Revert "base/platform: Only insert MEM and IO resources" by Greg Kroah-Hartman · 10 years ago
  76. 5da7f70 Revert "base/platform: Continue on insert_resource() error" by Greg Kroah-Hartman · 10 years ago
  77. 8b2dceb Revert "base/platform: Remove code duplication" by Greg Kroah-Hartman · 10 years ago
  78. 6d9d4b1 base/platform: Remove code duplication by Ricardo Ribalda Delgado · 10 years ago
  79. e50e69d base/platform: Continue on insert_resource() error by Ricardo Ribalda Delgado · 10 years ago
  80. 36d4b29 base/platform: Only insert MEM and IO resources by Ricardo Ribalda Delgado · 10 years ago
  81. 5c36eb2 driver-core: platform_driver_probe() must probe synchronously by Dmitry Torokhov · 10 years ago
  82. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  83. 7085a74 drivers: platform: parse IRQ flags from resources by Linus Walleij · 10 years ago
  84. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 10 years ago
  85. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  86. 801d728 of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type by Pantelis Antoniou · 10 years ago
  87. 291f653 core: platform: let platform_create_bundle initialize module owner by Wolfram Sang · 10 years ago
  88. c3b50dc core: platform: let platform_driver_probe initialize module owner by Wolfram Sang · 10 years ago
  89. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  90. cb51841 drivercore / platform: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  91. 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
  92. e4ca430 Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  93. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 11 years ago
  94. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  95. aff008a platform_get_irq: Revert to platform_get_resource if of_irq_get fails by Guenter Roeck · 11 years ago
  96. 3d713e0 driver core: platform: add device binding path 'driver_override' by Kim Phillips · 11 years ago
  97. 1cec24c driver core/platform: remove unused implicit padding in platform_object by Yann Droneaud · 11 years ago
  98. ad69674 of/irq: do irq resolution in platform_get_irq_byname() by Grygorii Strashko · 11 years ago
  99. 9ec36ca of/irq: do irq resolution in platform_get_irq by Rob Herring · 11 years ago
  100. 9383f4c ACPI / platform: drop redundant ACPI_HANDLE check by Josh Cartwright · 11 years ago