1. 0d25d09 regulator: core: Fix checkpatch issue by Jingoo Han · 11 years ago
  2. 0781719 regulator: core: don't print an error when no regulator is found by Hans de Goede · 11 years ago
  3. 334a820 Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linus by Mark Brown · 11 years ago
  4. 75bc964 regulator: core: Check for DT every time we check full constraints by Mark Brown · 11 years ago
  5. 87b2841 regulator: core: Replace checks of have_full_constraints with a function by Mark Brown · 11 years ago
  6. f446043 regulator: fixed: fix regulator_list_voltage() for regression by Guennadi Liakhovetski · 11 years ago
  7. aef393d Merge remote-tracking branch 'regulator/topic/optional' into regulator-next by Mark Brown · 11 years ago
  8. 706664c Merge remote-tracking branch 'regulator/topic/fixed' into regulator-next by Mark Brown · 11 years ago
  9. 81e439f Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 11 years ago
  10. a06ccd9 regulator: core: Add ability to create a lookup alias for supply by Charles Keepax · 11 years ago
  11. 4040394 regulator: core: Always warn when using a dummy regulator by Mark Brown · 11 years ago
  12. 5df529d regulator: core: Reduce busy-wait looping by Thierry Reding · 11 years ago
  13. ef60abb regulator: core: Always use return value when regulator_dev_lookup() fails by Mark Brown · 11 years ago
  14. 043c998 regulator: core: Fix return code for invalid parameters by Mark Brown · 11 years ago
  15. 9b92da1 regulator: core: Fix default return value for _get() by Mark Brown · 11 years ago
  16. f8c1700 regulator: core: set current constraints while setting machine constraints by Laxman Dewangan · 11 years ago
  17. 00c877c regulator: core: add support for configuring turn-on time through constraints by Laxman Dewangan · 11 years ago
  18. 4f0ac6d regulator: core: Remove unused regulator_use_dummy_regulator() by Mark Brown · 11 years ago
  19. 4ddfebd regulator: core: Provide a dummy regulator with full constraints by Mark Brown · 11 years ago
  20. 0cdfcc0 regulator: core: Split devres code out into a separate file by Mark Brown · 11 years ago
  21. cee8e35 regulator: core: Refactor devm_regulator_get* APIs by Axel Lin · 11 years ago
  22. 42141f2 regulator: core: Fix a trivial typo by Sachin Kamat · 11 years ago
  23. b33e46b regulator: core: Provide managed regulator registration by Mark Brown · 11 years ago
  24. 5a52360 regulator: core: provide fixed voltage in desc for single voltage rail by Laxman Dewangan · 11 years ago
  25. a89f5c7 Merge remote-tracking branch 'regulator/topic/ramp' into regulator-next by Mark Brown · 11 years ago
  26. f27a5fb Merge remote-tracking branch 'regulator/topic/optional' into regulator-next by Mark Brown · 11 years ago
  27. 724d054 Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next by Mark Brown · 11 years ago
  28. 1ad1302 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 11 years ago
  29. 9efdd27 regulator: Add devm_regulator_get_exclusive() by Matthias Kaehlcke · 11 years ago
  30. 84fcf44 regulator: core: Use bool for exclusivitity flag by Mark Brown · 11 years ago
  31. d295f76 regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c by Axel Lin · 11 years ago
  32. c4a54b8 regulator: core: Move helpers for drivers out into a separate file by Mark Brown · 11 years ago
  33. eca2a65 Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-helpers by Mark Brown · 11 years ago
  34. de1dd9f regulator: core: Provide hints to the core about optional supplies by Mark Brown · 11 years ago
  35. 587cea2 regulator: core: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  36. 6c918d2 regulator: core: Ensure selector is mapped by Mark Brown · 11 years ago
  37. a56d66a regulator: core: Allow fixed voltage range in multiple linear ranges by Axel Lin · 11 years ago
  38. 070260f regulator: core: Use the power efficient workqueue for delayed powerdown by Mark Brown · 11 years ago
  39. 5b17595 regulator: core: Remove redundant checks by Yadwinder Singh Brar · 11 years ago
  40. 1653ccf regulator: core: Add support for disabling ramp delay by Yadwinder Singh Brar · 11 years ago
  41. 94d33c0 regulator: core: Add helpers for multiple linear ranges by Mark Brown · 11 years ago
  42. 891636e regulator: core: Drop references on supply regulator when unregistering by Mark Brown · 11 years ago
  43. 0a192cc Merge remote-tracking branch 'regulator/topic/linar' into regulator-next by Mark Brown · 11 years ago
  44. 2a668a8 regulator: core: add regulator_get_linear_step() by Paul Walmsley · 11 years ago
  45. 2a66a85 Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus by Mark Brown · 11 years ago
  46. ce0d10f regulator: core: Correct spelling mistake in comment by Charles Keepax · 11 years ago
  47. 31d6eeb regulator: Fix kernel-doc generation warnings. by Robert P. J. Day · 11 years ago
  48. 3dc06c1 Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8 by Mark Brown · 11 years ago
  49. 1d60a4c Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8 by Mark Brown · 11 years ago
  50. 0e340ce Merge remote-tracking branch 'regulator/topic/core' into v3.9-rc8 by Mark Brown · 11 years ago
  51. fcf371e regulator: core: Add regulator_map_voltage_ascend() API by Axel Lin · 11 years ago
  52. 1e4b545 regulator: core: return err value for regulator_get if there is no DT binding by Nishanth Menon · 11 years ago
  53. 0f7b87f regulator: core: don't require a supply when supply_name is specified by Andrew Bresticker · 11 years ago
  54. 167d41d regulator: Fix typo in of_get_regulator function comments by Maxime Ripard · 11 years ago
  55. 51dcdaf regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits to disable by Axel Lin · 11 years ago
  56. 6d62768 Merge remote-tracking branch 'regulator/fix/doc' into tmp by Mark Brown · 11 years ago
  57. 7b74d14 regulator: core: use regulator_ena_pin member by Kim, Milo · 11 years ago
  58. 967cfb1 regulator: core: manage enable GPIO list by Kim, Milo · 11 years ago
  59. f19b00d regulator: core: support shared enable GPIO concept by Kim, Milo · 11 years ago
  60. fbe3105 regulator: fixed regulator_bulk_enable unwinding code by Andrzej Hajda · 11 years ago
  61. 9345dfb regulator: core: fix documentation error in regulator_allow_bypass by Nishanth Menon · 11 years ago
  62. a4dba88 Merge remote-tracking branch 'regulator/topic/gpio' into regulator-next by Mark Brown · 11 years ago
  63. 52582ad Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 11 years ago
  64. fc22152 Merge remote-tracking branch 'regulator/topic/apply' into regulator-next by Mark Brown · 11 years ago
  65. 9c7b4e8 regulator: Fix memory garbage dev_err printout. by Russ Dill · 11 years ago
  66. f2e5d07 Merge tag 'v3.8-rc7' into regulator-core by Mark Brown · 11 years ago
  67. c66a566 regulator: core: Optimize _regulator_do_set_voltage if voltage does not change by Axel Lin · 11 years ago
  68. 896b65f regulator: show state for GPIO-controlled regulators by Michał Mirosław · 11 years ago
  69. 0384618 regulator: core: Fix comment for regulator_register() by Axel Lin · 12 years ago
  70. c8520b4 regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operations by Axel Lin · 12 years ago
  71. 19280e4 regulator: core: Fix continuous_voltage_range case in regulator_can_change_voltage by Axel Lin · 12 years ago
  72. 92d7a55 regulator: core: if voltage scaling fails, restore original voltage values by Paolo Pisati · 12 years ago
  73. f3cd19c Merge remote-tracking branch 'regulator/topic/change' into regulator-next by Mark Brown · 12 years ago
  74. 8a23b4e regulator: core: Fix logic to determinate if regulator can change voltage by Axel Lin · 12 years ago
  75. b17fc86 Merge branch 'topic/min' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-change by Mark Brown · 12 years ago
  76. adca48f Merge remote-tracking branch 'regulator/topic/min' into regulator-next by Mark Brown · 12 years ago
  77. bdb7e45 Merge remote-tracking branch 'regulator/topic/log' into regulator-next by Mark Brown · 12 years ago
  78. 1f9cc5f Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-next by Mark Brown · 12 years ago
  79. d1e7de3 regulators: add regulator_can_change_voltage() function by Marek Szyprowski · 12 years ago
  80. fff15be regulator: core: Say what unsupportable voltage constraints are by Mark Brown · 12 years ago
  81. dd8004a regulator: core: Log when a device causes a voltage constraint fail by Mark Brown · 12 years ago
  82. 33234e7 regulator: core: Allow specific minimal selector for starting linear mapping by Axel Lin · 12 years ago
  83. f86221d Merge branches 'topic/tps51632', 'topic/tps80031', 'topic/vexpress', 'topic/max8925', 'topic/gpio' and 'topic/tps65090' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-hotplug by Mark Brown · 12 years ago
  84. ecb48c3 Merge remote-tracking branches 'regulator/fix/gpio', 'regulator/fix/put' and 'regulator/fix/supp-volt' into tmp by Mark Brown · 12 years ago
  85. f0f98b1 regulator: fix voltage check in regulator_is_supported_voltage() by Marek Szyprowski · 12 years ago
  86. 23ff2f0 regulator: core: Avoid deadlock when regulator_register fails by Charles Keepax · 12 years ago
  87. b2da55d Regulator: core: Unregister when gpio request fails. by Andrew Lunn · 12 years ago
  88. bd7a2b6 regulator: core: Support for continuous voltage range by Pawel Moll · 12 years ago
  89. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  90. 6a2027a Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next by Mark Brown · 12 years ago
  91. df36793 regulator: core: Provide regmap get/set bypass operations by Mark Brown · 12 years ago
  92. f59c8f9 regulator: core: Support bypass mode by Mark Brown · 12 years ago
  93. 52b84da regulator: core: Try using the parent device for the default regmap by AnilKumar Ch · 12 years ago
  94. 2b5a24a regulator: core: Fast path non-deferred disables by Mark Brown · 12 years ago
  95. f2889e6 regulator: core: Report microvolts in sysfs even with only list_voltage() by Mark Brown · 12 years ago
  96. dedae95 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  97. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  98. 296c656 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  99. b2a1ef4 regulator: core: request only valid gpio pins for regulator enable by Marek Szyprowski · 12 years ago
  100. f7df20e regulator: core: Use list_voltage() to read single voltage regulators by Mark Brown · 12 years ago