1. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  2. 9b39e73 PM / Sleep: Remove forward-only callbacks from platform bus type by Rafael J. Wysocki · 13 years ago
  3. 5a3072b drivers_base: make argument to platform_device_register_full const by Uwe Kleine-König · 13 years ago
  4. 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
  5. 01dcc60 new helper to create platform devices with dma mask by Uwe Kleine-König · 13 years ago
  6. 0a26813 drivers_base: platform: use always ->name for uevent by Sebastian Andrzej Siewior · 13 years ago
  7. 7de636f driver core: fix kernel-doc warning in platform.c by Randy Dunlap · 13 years ago
  8. a77ce81 driver core: Add ability for arch code to setup pdev_archdata by Kumar Gala · 13 years ago
  9. bb2b43f drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module by Andrew Morton · 13 years ago
  10. 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
  11. 2064af9 PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" by Kevin Hilman · 13 years ago
  12. 8b313a3 PM / Platform: Use generic runtime PM callbacks directly by Rafael J. Wysocki · 13 years ago
  13. 69c9dd1 PM: Export platform bus type's default PM callbacks by Rafael J. Wysocki · 13 years ago
  14. 4a03d6f driver core/platform_device_add_resources: free resource before overwriting by Uwe Kleine-König · 13 years ago
  15. cea8962 driver core/platform_device_add_resources: set resource to NULL if !res by Uwe Kleine-König · 13 years ago
  16. 251e031 driver core/platform_device_add_data: free platform data before overwriting by Uwe Kleine-König · 13 years ago
  17. 27a33f9 driver core/platform_device_add_data: set platform_data to NULL if !data by Uwe Kleine-König · 13 years ago
  18. 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
  19. e710d7d mfd: Fetch cell pointer from platform_device->mfd_cell by Samuel Ortiz · 13 years ago
  20. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  21. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  22. 807508c base/platform: Simplifications for NULL platform data/resources handling by Anton Vorontsov · 14 years ago
  23. 5cfc64c base/platform: Safe handling for NULL platform data and resources by Anton Vorontsov · 14 years ago
  24. c64a092 driver core: platform_bus: allow runtime override of dev_pm_ops by Kevin Hilman · 14 years ago
  25. d79d324 driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type by Patrick Pannuto · 14 years ago
  26. 7096d04 of/device: Rework to use common platform_device_alloc() for allocating devices by Grant Likely · 14 years ago
  27. ab69bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  28. 737a3bb Driver core: move platform device creation helpers to .init.text (if MODULE=n) by Uwe Kleine-König · 14 years ago
  29. 44f28bd Driver core: reduce duplicated code for platform_device creation by Uwe Kleine-König · 14 years ago
  30. 3e61dfd Driver core: use kmemdup in platform_device_add_resources by Uwe Kleine-König · 14 years ago
  31. eca3930 of: Merge of_platform_bus_type with platform_bus_type by Grant Likely · 14 years ago
  32. 0521215 drivercore/of: Add OF style matching to platform bus by Grant Likely · 14 years ago
  33. 190e837 platform_bus: allow custom extensions to system PM methods by Kevin Hilman · 14 years ago
  34. 46ee964 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  35. 7c7cbaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  36. 0b7f1a7 platform: Make platform resource input parameters const by Geert Uytterhoeven · 15 years ago
  37. b9e3fc2 Merge branch 'sh/driver-core' by Paul Mundt · 14 years ago
  38. 06fe53b driver core: Early dev_name() depends on slab_is_available(). by Paul Mundt · 14 years ago
  39. 543f2503 PM / platform_bus: Allow runtime PM by default by Mark Brown · 14 years ago
  40. 720fcb3 Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk' by Paul Mundt · 14 years ago
  41. bd05086 driver core: Convert to kasprintf() for early dev_name(). by Paul Mundt · 14 years ago
  42. f0eae0e driver-core: document ERR_PTR() return values by Jani Nikula · 14 years ago
  43. 4d26e139 Driver core: Early platform kernel-doc update by Magnus Damm · 14 years ago
  44. a636ee7 driver core: Early dev_name() support. by Paul Mundt · 14 years ago
  45. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  46. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 14 years ago
  47. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 15 years ago
  48. 0787fdf Driver core: export platform_device_register_data as a GPL symbol by Michael Hennerich · 15 years ago
  49. c60e050 Driver Core: Early platform driver buffer by Magnus Damm · 15 years ago
  50. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  51. daa4122 driver core: platform_device_add_data(): use kmemdup() by Andrew Morton · 15 years ago
  52. 9d73022 PM: Run-time PM platform device bus support by Magnus Damm · 15 years ago
  53. 3e2bcad Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  54. 651b1f1 PM / Driver Core: Kill dev_pm_ops platform warning for now by Magnus Damm · 15 years ago
  55. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  56. 511647f PM: Remove platform device suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  57. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  58. c0afe7b driver core: Const-correct platform getbyname functions by Linus Walleij · 15 years ago
  59. 783ea7d Driver Core: Rework platform suspend/resume, print warning by Magnus Damm · 15 years ago
  60. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 15 years ago
  61. bee8632 Revert driver core: fix passing platform_data by Ming Lei · 15 years ago
  62. d86c130 Driver core: platform: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  63. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  64. ce21c7b driver core: fix passing platform_data by Ming Lei · 15 years ago
  65. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  66. 57fee4a platform: introduce module id table for platform devices by Eric Miao · 15 years ago
  67. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 15 years ago
  68. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  69. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  70. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  71. c9f6616 resource: add resource_type() and IORESOURCE_TYPE_BITS by Magnus Damm · 16 years ago
  72. d8bf254 platform: add new device registration helper by Dmitry Baryshkov · 16 years ago
  73. ec748fa driver core: make struct platform_pm_ops static by Adrian Bunk · 16 years ago
  74. 25e1849 Implement new suspend and hibernation callbacks for platform busses by Rafael J. Wysocki · 16 years ago
  75. e88a0c2 drivers: fix dma_get_required_mask by James Bottomley · 16 years ago
  76. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  77. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 17 years ago
  78. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  79. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  80. 1359555 Driver core: Make platform_device.id an int by Jean Delvare · 17 years ago
  81. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  82. 43cc71e platform: prefix MODALIAS with "platform:" by Kay Sievers · 17 years ago
  83. 01afd80 drivers/base/platform.c: fix small typo in doc by Márton Németh · 17 years ago
  84. 49a4ec1 fix hotplug for legacy platform drivers by David Brownell · 17 years ago
  85. dc4c15d platform: reorder platform_device_del by Jean Delvare · 17 years ago
  86. fbfb144 driver core fixes: device_register() retval check in platform.c by Cornelia Huck · 18 years ago
  87. 6eefd34 Driver core: Make platform_device_add_data accept a const pointer by Scott Wood · 18 years ago
  88. c63e078 Driver core: "platform_driver_probe() can save codespace": save codespace by Andrew Morton · 18 years ago
  89. c67334f Driver core: platform_driver_probe(), can save codespace by David Brownell · 18 years ago
  90. 386415d PM: platform_bus and late_suspend/early_resume by David Brownell · 18 years ago
  91. e391553 [PATCH] Driver Core: Fix platform_device_add to use device_add by Russell King · 18 years ago
  92. a0245f7 [PATCH] platform_bus learns about modalias by David Brownell · 18 years ago
  93. 80682fa Fix "frist", "fisrt", typos by Uwe Zeisberger · 18 years ago
  94. 305b322 [PATCH] driver core: platform_get_irq*(): return -ENXIO on error by David Vrabel · 18 years ago
  95. 2d7b5a7 [PATCH] platform-device-del typo fix by Jean Delvare · 19 years ago
  96. a96b204 [PATCH] Driver Core: Rearrange exports in platform.c by Dmitry Torokhov · 19 years ago
  97. 93ce306 [PATCH] Driver Core: Add platform_device_del() by Dmitry Torokhov · 19 years ago
  98. d960bb4 [PATCH] Allow overlapping resources for platform devices by Kumar Gala · 19 years ago
  99. 00d3dcd [DRIVER MODEL] Add platform_driver by Russell King · 19 years ago
  100. 37c12e7 [DRIVER MODEL] Improved dynamically allocated platform_device interface by Russell King · 19 years ago