1. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  2. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 14 years ago
  3. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 15 years ago
  4. 0787fdf Driver core: export platform_device_register_data as a GPL symbol by Michael Hennerich · 15 years ago
  5. c60e050 Driver Core: Early platform driver buffer by Magnus Damm · 15 years ago
  6. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  7. daa4122 driver core: platform_device_add_data(): use kmemdup() by Andrew Morton · 15 years ago
  8. 9d73022 PM: Run-time PM platform device bus support by Magnus Damm · 15 years ago
  9. 3e2bcad Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  10. 651b1f1 PM / Driver Core: Kill dev_pm_ops platform warning for now by Magnus Damm · 15 years ago
  11. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  12. 511647f PM: Remove platform device suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  13. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  14. c0afe7b driver core: Const-correct platform getbyname functions by Linus Walleij · 15 years ago
  15. 783ea7d Driver Core: Rework platform suspend/resume, print warning by Magnus Damm · 15 years ago
  16. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 15 years ago
  17. bee8632 Revert driver core: fix passing platform_data by Ming Lei · 15 years ago
  18. d86c130 Driver core: platform: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  19. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  20. ce21c7b driver core: fix passing platform_data by Ming Lei · 15 years ago
  21. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  22. 57fee4a platform: introduce module id table for platform devices by Eric Miao · 15 years ago
  23. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 15 years ago
  24. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  25. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  26. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  27. c9f6616 resource: add resource_type() and IORESOURCE_TYPE_BITS by Magnus Damm · 16 years ago
  28. d8bf254 platform: add new device registration helper by Dmitry Baryshkov · 16 years ago
  29. ec748fa driver core: make struct platform_pm_ops static by Adrian Bunk · 16 years ago
  30. 25e1849 Implement new suspend and hibernation callbacks for platform busses by Rafael J. Wysocki · 16 years ago
  31. e88a0c2 drivers: fix dma_get_required_mask by James Bottomley · 16 years ago
  32. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  33. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 17 years ago
  34. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  35. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  36. 1359555e Driver core: Make platform_device.id an int by Jean Delvare · 17 years ago
  37. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  38. 43cc71e platform: prefix MODALIAS with "platform:" by Kay Sievers · 17 years ago
  39. 01afd80 drivers/base/platform.c: fix small typo in doc by Márton Németh · 17 years ago
  40. 49a4ec1 fix hotplug for legacy platform drivers by David Brownell · 17 years ago
  41. dc4c15d platform: reorder platform_device_del by Jean Delvare · 17 years ago
  42. fbfb144 driver core fixes: device_register() retval check in platform.c by Cornelia Huck · 18 years ago
  43. 6eefd34 Driver core: Make platform_device_add_data accept a const pointer by Scott Wood · 18 years ago
  44. c63e078 Driver core: "platform_driver_probe() can save codespace": save codespace by Andrew Morton · 18 years ago
  45. c67334f Driver core: platform_driver_probe(), can save codespace by David Brownell · 18 years ago
  46. 386415d PM: platform_bus and late_suspend/early_resume by David Brownell · 18 years ago
  47. e391553 [PATCH] Driver Core: Fix platform_device_add to use device_add by Russell King · 18 years ago
  48. a0245f7 [PATCH] platform_bus learns about modalias by David Brownell · 18 years ago
  49. 80682fa Fix "frist", "fisrt", typos by Uwe Zeisberger · 18 years ago
  50. 305b322 [PATCH] driver core: platform_get_irq*(): return -ENXIO on error by David Vrabel · 18 years ago
  51. 2d7b5a7 [PATCH] platform-device-del typo fix by Jean Delvare · 19 years ago
  52. a96b204 [PATCH] Driver Core: Rearrange exports in platform.c by Dmitry Torokhov · 19 years ago
  53. 93ce306 [PATCH] Driver Core: Add platform_device_del() by Dmitry Torokhov · 19 years ago
  54. d960bb4 [PATCH] Allow overlapping resources for platform devices by Kumar Gala · 19 years ago
  55. 00d3dcd [DRIVER MODEL] Add platform_driver by Russell King · 19 years ago
  56. 37c12e7 [DRIVER MODEL] Improved dynamically allocated platform_device interface by Russell King · 19 years ago
  57. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  58. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  59. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  60. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  61. a1bdc7a [PATCH] drivers/base - fix sparse warnings by Ben Dooks · 19 years ago
  62. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  63. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  64. 46ea0d6 [PATCH] export platform_add_devices by Robert Schwebel · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago