1. d8e1e01 Documentation: devres: Sort managed interfaces by Geert Uytterhoeven · 10 years ago
  2. b23b354 Documentation: devres: Add devm_kmalloc() et al by Daniel Thompson · 10 years ago
  3. c9d53c0 devres: remove devm_request_and_ioremap() by Jingoo Han · 10 years ago
  4. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  5. 5142c33 Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging into next by Linus Torvalds · 10 years ago
  6. 43339be devres: Add devm_get_free_pages API by Eli Billauer · 10 years ago
  7. 29a1f233 gpio: Add helpers for optional GPIOs by Thierry Reding · 10 years ago
  8. f9748ef gpio: Add missing device-managed documentation by Thierry Reding · 10 years ago
  9. 6d48f44 mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free by Grygorii Strashko · 10 years ago
  10. 3046365 devres: introduce API "devm_kmemdup by Srinivas Pandruvada · 10 years ago
  11. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  12. de4fe30 Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  13. 880ae35 Documentation: fix spelling in design-patterns by Linus Walleij · 11 years ago
  14. 5e4fcf9 doc: driver-model/platform.txt: fix a typo by Laszlo Papp · 11 years ago
  15. a8b1c01 Documentation: start documenting driver design patterns by Linus Walleij · 11 years ago
  16. 3ce5ae8 Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  17. 8caa07c iio: core: Implement devm_iio_device_{register,unregister} by Sachin Kamat · 11 years ago
  18. f095ca6 Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  19. 666d5b4 spi: core: Add devm_spi_register_master() by Mark Brown · 11 years ago
  20. b33e46b regulator: core: Provide managed regulator registration by Mark Brown · 11 years ago
  21. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  22. 0244d84 acpi-dma, doc: append managed function to the list by Andy Shevchenko · 11 years ago
  23. d536321 iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_free by Jacek Anaszewski · 11 years ago
  24. 224b995 Documentation: devres: add IIO device alloc/free functions to list by Oleksandr Kravchenko · 11 years ago
  25. 7509657 lib: devres: Introduce devm_ioremap_resource() by Thierry Reding · 11 years ago
  26. 2202d4e Documentation: devres: add PHY get/put functions to list of supported calls by Marko Katic · 12 years ago
  27. 6354316 pwm: add devm_pwm_get() and devm_pwm_put() by Alexandre Courbot · 12 years ago
  28. 3d1482f Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  29. a8a97db ARM: 7376/1: clkdev: Implement managed clk_get() by Mark Brown · 12 years ago
  30. 6d4ca1f pinctrl: implement devm_pinctrl_get()/put() by Stephen Warren · 12 years ago
  31. c02f935 Merge remote-tracking branches 'regulator/topic/devm' and 'regulator/topic/stub' into regulator-next by Mark Brown · 12 years ago
  32. c1432b1 regulator: add devm_regulator_* to the list of managed interfaces by Axel Lin · 12 years ago
  33. 543f43c Documentation: devres: add allocation functions to list of supported calls by Wolfram Sang · 13 years ago
  34. 070b907 regulator: Add devm_regulator_get() by Stephen Boyd · 13 years ago
  35. 72f8c0b lib: devres: add convenience function to remap a resource by Wolfram Sang · 13 years ago
  36. b7565fa docs/driver-model: Update device class docs by Bart Van Assche · 13 years ago
  37. d58cb9c docs/driver-model: Document device.groups by Bart Van Assche · 13 years ago
  38. b6baddd DOCUMENTATION: Replace create_device() with device_create(). by Robert P. J. Day · 13 years ago
  39. 5464e9c DOCUMENTATION: Update overview.txt in Doc/driver-model. by Robert P. J. Day · 13 years ago
  40. 63dc355 driver core: remove the driver-model structures from the documentation by Wanlong Gao · 13 years ago
  41. b17cd8d driver core: prune docs about device_interface by Brandon Philips · 14 years ago
  42. 947af29 Fix spelling of 'platform' in comments and doc by Stefan Weil · 15 years ago
  43. 099c2f2 Driver core: driver_attribute parameters can often be const* by Phil Carmody · 15 years ago
  44. 909662e driver model: fix show/store prototypes in doc. by vibi sreenivasan · 15 years ago
  45. b22813b Driver Core: Warn driver authors about adding device attributes by Grant Likely · 15 years ago
  46. 19f5946 trivial: Miscellaneous documentation typo fixes by Matt LaPlante · 15 years ago
  47. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  48. 245127d PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attribute by Mike Murphy · 15 years ago
  49. 44414e1 Driver core: Update some prototypes in platform.txt by Stephen Rothwell · 16 years ago
  50. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  51. 2c19c49 Documentation fix devres.txt: lib/iomap.c -> lib/devres.c by Brandon Philips · 17 years ago
  52. adfdebc update Documentation/driver-model/platform.txt by David Brownell · 17 years ago
  53. a982ac0 misc doc and kconfig typos by Matt LaPlante · 17 years ago
  54. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  55. 3265b54 DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt by Rolf Eike Beer · 17 years ago
  56. be7d2f7 trivial documentation patch for platform.txt by Erik Hovland · 17 years ago
  57. 9ac7849 devres: device resource management by Tejun Heo · 17 years ago
  58. 4549df8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  59. c957b32 Documentation/driver-model/platform.txt update/rewrite by David Brownell · 18 years ago
  60. 5d3f083 Fix typos in /Documentation : Misc by Matt LaPlante · 18 years ago
  61. 670e9f3 Documentation: remove duplicated words by Paolo Ornati · 18 years ago
  62. d6bc8ac Fix typos in Documentation/: 'Q'-'R' by Matt LaPlante · 18 years ago
  63. 2fe0ae7 Fix typos in Documentation/: 'H'-'M' by Matt LaPlante · 18 years ago
  64. 2e2d0dc typo fixes by olecom@mail.ru · 18 years ago
  65. ab11f89 [PATCH] Clean up Documentation/driver-model/overview.txt by Linas Vepstas · 18 years ago
  66. 1a222bca [PATCH] Fix documentation of driver suspend/resume callbacks by Takashi Iwai · 19 years ago
  67. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  68. 2a7ff1f [PATCH] changes device to driver in porting.txt by Erik Hovland · 19 years ago
  69. 4109aca [PATCH] Driver Core: driver model doc update by David Brownell · 19 years ago
  70. 438510f [PATCH] pm_message_t: more fixes in common and i386 by Pavel Machek · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago