1. 177f72f Merge tag 'v3.3-rc2' into for-3.4 by Mark Brown · 13 years ago
  2. 4a7cbb5 regulator: Fix documentation for of_node parameter of regulator_register() by Mark Brown · 13 years ago
  3. 5bc75a8 kernel-doc: fix new warning in regulator core by Randy Dunlap · 13 years ago
  4. e6e7403 regulator: Provide devm_regulator_bulk_get() by Mark Brown · 13 years ago
  5. d5ad34f regulator: Implement devm_regulator_free() by Mark Brown · 13 years ago
  6. 070b907 regulator: Add devm_regulator_get() by Stephen Boyd · 13 years ago
  7. e1de2f4 regulator: add regulator_bulk_force_disable function by Donggeun Kim · 13 years ago
  8. b2296bd regulator: Enable supply regulator if child rail is enabled. by Laxman Dewangan · 13 years ago
  9. 32c78de regulator: Fix checking return value of create_regulator by Axel Lin · 13 years ago
  10. bcda432 regulator: Fix the error handling if create_regulator fails by Axel Lin · 13 years ago
  11. a398eaa regulator: Export regulator_is_supported_voltage() by Mark Brown · 13 years ago
  12. 9a8f5e0 regulator: Allow regulators to register with no init_data by Mark Brown · 13 years ago
  13. 12f457d Merge remote-tracking branch 'regulator/for-linus' into regulator-next by Mark Brown · 13 years ago
  14. 58fb5cf regulator: fix use after free bug by Lothar Waßmann · 13 years ago
  15. 924ee2c Merge remote-tracking branch 'regulator/topic/dt' into regulator-next by Mark Brown · 13 years ago
  16. 69511a4 regulator: map consumer regulator based on device tree by Rajendra Nayak · 13 years ago
  17. 2c043bc regulator: pass additional of_node to regulator_register() by Rajendra Nayak · 13 years ago
  18. 4c78899 regulator: Don't create voltage sysfs entries if we can't read voltage by Mark Brown · 13 years ago
  19. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  20. f3c3f06 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator by Linus Torvalds · 13 years ago
  21. 65602c3 regulator: Add module.h to drivers/regulator users as required by Paul Gortmaker · 13 years ago
  22. d1685e4 regulator: Fix possible nullpointer dereference in regulator_enable() by Heiko Stübner · 13 years ago
  23. aa59802 regulator: Fix return code from regulator_disable_deferred() by Mark Brown · 13 years ago
  24. da07ecd regulator: Implement deferred disable support by Mark Brown · 13 years ago
  25. ba55a97 regulator: Add debugfs file showing the supply map table by Mark Brown · 13 years ago
  26. 54abd33 regulator: Fix argument format type errors in error prints by Mark Brown · 13 years ago
  27. 1a6958e7 regulator: Fix memory leak in set_machine_constraints() error paths by Axel Lin · 13 years ago
  28. 89f425e regulator: Make core more chatty about some errors by Mark Brown · 13 years ago
  29. 5de7051 regulator: Add basic per consumer debugfs by Mark Brown · 13 years ago
  30. 7d51a0d regulator: Add rdev_crit() macro by Mark Brown · 13 years ago
  31. 3801b86 regulator: Refactor supply implementation to work as regular consumers by Mark Brown · 13 years ago
  32. e0eaede regulator: Include the device name in the microamps_requested_ file by Mark Brown · 13 years ago
  33. f5726ae regulator: Increase the limit on sysfs file names by Mark Brown · 13 years ago
  34. f21e0e8 regulator: Do bulk enables of regulators in parallel by Mark Brown · 13 years ago
  35. cb220d1 regulator: Fix _regulator_get_voltage if get_voltage callback is NULL by Axel Lin · 13 years ago
  36. 4aa922c regulator: Only apply voltage constraints from consumers that set them by Mark Brown · 13 years ago
  37. a4b4148 regulator: If we can't configure optimum mode we're always in the best one by Mark Brown · 13 years ago
  38. bf5892a regulator: Support voltage offsets to compensate for drops in system by Mark Brown · 13 years ago
  39. 492c826b regulator: Remove supply_regulator_dev from machine configuration by Mark Brown · 13 years ago
  40. 82d1583 regulator: Factor out references to rdev in regulator_force_disable() by Mark Brown · 13 years ago
  41. 22c51b4 regulator: Fix the argument of calling regulator_mode_constrain by Axel Lin · 13 years ago
  42. 2c60823 regulator: When constraining modes fall back to higher power modes by Mark Brown · 13 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  44. 88cd222b regulator: provide consumer interface for fall/rise time by Linus Walleij · 13 years ago
  45. 77af1b264 regulator: add set_voltage_time_sel infrastructure by Linus Walleij · 13 years ago
  46. 7a32b58 Regulator: add suspend-finish API for regulator core. by MyungJoo Ham · 13 years ago
  47. 23c2f04 regulator: If we fail when setting up a supply say which supply by Mark Brown · 14 years ago
  48. 1130e5b regulator: Add initial per-regulator debugfs support by Mark Brown · 14 years ago
  49. 21cf891 regulator: Make regulator_has_full_constraints a bool by Mark Brown · 14 years ago
  50. 13ce29f regulator: Clean up logging a bit by Mark Brown · 14 years ago
  51. 95a3c23 regulator: Optimise out noop voltage changes by Mark Brown · 14 years ago
  52. 606a256 regulator: Add API to re-apply voltage to hardware by Mark Brown · 14 years ago
  53. ded06a5 regulator: Only notify voltage changes when they succeed by Mark Brown · 14 years ago
  54. e8eef82 regulator: Provide a selector based set_voltage_sel() operation by Mark Brown · 14 years ago
  55. 7579025 regulator: Factor out voltage set operation into a separate function by Mark Brown · 14 years ago
  56. 476c2d8 regulator: Allow drivers to report voltages as selectors by Mark Brown · 14 years ago
  57. 1bf5a1f regulator: Use _regulator_get_voltage() consistently by Mark Brown · 14 years ago
  58. 43e7ee3 drivers/regulator: Update WARN uses by Joe Perches · 14 years ago
  59. 05fda3b1a regulator: Take into account the requirements of all consumers by Thomas Petazzoni · 14 years ago
  60. 5da84fd regulator: Add and use rdev_<level> macros by Joe Perches · 14 years ago
  61. f8c12fe regulator: Copy constraints from regulators when initialising them by Mark Brown · 14 years ago
  62. 50ba5ca regulator: Remove regulator core version announcement by Mark Brown · 14 years ago
  63. 4c35508 regulator: Fix obfuscated log messages by Mark Brown · 14 years ago
  64. 1d7372e drivers: regulator: core: convert to using pr_ macros by Daniel Walker · 14 years ago
  65. c5e28ed7 drivers: regulator: core: use pr_fmt by Daniel Walker · 14 years ago
  66. acaf6ff regulator: enable supply regulator only when use count is zero by Bengt Jonsson · 14 years ago
  67. 02fa3ec regulator: Add basic trace facilities by Mark Brown · 14 years ago
  68. 3a93f2a regulator: Report actual configured voltage to set_voltage() by Mark Brown · 14 years ago
  69. 63cee94 regulator: lock supply in regulator enable by Mattias Wallin · 14 years ago
  70. 06c63f9 regulator: fix kernel-doc for set_consumer_device_supply by Randy Dunlap · 14 years ago
  71. f3c18a8 regulator: enable supply regulator only when use count is zero by Bengt Jonsson · 14 years ago
  72. 3aa713e regulator: lock supply in regulator enable by Mattias Wallin · 14 years ago
  73. 7727da2 regulator: Return proper error for regulator_register() by Axel Lin · 14 years ago
  74. e36c1df regulator: Ensure enough delay time for enabling regulator by Axel Lin · 14 years ago
  75. aa7a740 regulator: Remove a redundant device_remove_file call in create_regulator by Axel Lin · 14 years ago
  76. b12a1e2 regulator: regulator disable supply fix by Mattias Wallin · 14 years ago
  77. 8cbf811 regulator: avoid deadlock when disabling regulator with supply by Jeffrey Carlyle · 14 years ago
  78. 688fe99 regulator: Add option for machine drivers to enable the dummy regulator by Mark Brown · 14 years ago
  79. e4a6376 regulator: fix typo in current units by Cyril Chemparathy · 14 years ago
  80. ad7725c regulator: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  81. 068a278 regulator: Remove owner field from attribute initialization in regulator core driver by Guenter Roeck · 14 years ago
  82. 500b4ac regulator: return set_mode is same mode is requested by Sundar R Iyer · 14 years ago
  83. d4033b5 regulator: simplify regulator_register() error handling by Jani Nikula · 14 years ago
  84. 47bd53f0 regulator: fix unset_regulator_supplies() to remove all matches by Jani Nikula · 14 years ago
  85. 23b5cc2 regulator: prevent registration of matching regulator consumer supplies by Jani Nikula · 14 years ago
  86. 0178f3e regulator: Allow regulator-regulator supplies to be specified by name by Mark Brown · 14 years ago
  87. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  88. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  89. 4f26a2a regulator: Get rid of lockdep warning by Ameya Palande · 14 years ago
  90. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  91. 34abbd6 regulator: Provide optional dummy regulator for consumers by Mark Brown · 15 years ago
  92. 9a7f6a4 regulator: Assume regulators are enabled if they don't report anything by Mark Brown · 15 years ago
  93. 31aae2b regulator: Allow regulators to specify the time taken to ramp on enable by Mark Brown · 15 years ago
  94. 84b6826 regulator: Add notifier event on regulator disable by Mark Brown · 15 years ago
  95. 973e9a2 regulator: Fix display of null constraints for regulators by Mark Brown · 15 years ago
  96. eb143ac regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable} error path by Lars-Peter Clausen · 15 years ago
  97. fa2984d regulator: core.c: Small coding style cleanup (indentation fixup) by Stefan Roese · 15 years ago
  98. 638f85c regulator: Handle regulators without suspend mode configuration by Mark Brown · 15 years ago
  99. 1083c39 regulator: Factor out regulator name pretty printing by Mark Brown · 15 years ago
  100. 8f031b4 regulator: Display actual settings with constraints by Mark Brown · 15 years ago