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