1. 6d62768 Merge remote-tracking branch 'regulator/fix/doc' into tmp by Mark Brown · 12 years ago
  2. fbe3105 regulator: fixed regulator_bulk_enable unwinding code by Andrzej Hajda · 12 years ago
  3. 9345dfb regulator: core: fix documentation error in regulator_allow_bypass by Nishanth Menon · 12 years ago
  4. a4dba88 Merge remote-tracking branch 'regulator/topic/gpio' into regulator-next by Mark Brown · 12 years ago
  5. 52582ad Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 12 years ago
  6. fc22152 Merge remote-tracking branch 'regulator/topic/apply' into regulator-next by Mark Brown · 12 years ago
  7. 9c7b4e8 regulator: Fix memory garbage dev_err printout. by Russ Dill · 12 years ago
  8. f2e5d07 Merge tag 'v3.8-rc7' into regulator-core by Mark Brown · 12 years ago
  9. c66a566 regulator: core: Optimize _regulator_do_set_voltage if voltage does not change by Axel Lin · 12 years ago
  10. 896b65f regulator: show state for GPIO-controlled regulators by Michał Mirosław · 12 years ago
  11. 0384618 regulator: core: Fix comment for regulator_register() by Axel Lin · 12 years ago
  12. c8520b4 regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operations by Axel Lin · 12 years ago
  13. 19280e4 regulator: core: Fix continuous_voltage_range case in regulator_can_change_voltage by Axel Lin · 12 years ago
  14. 92d7a55 regulator: core: if voltage scaling fails, restore original voltage values by Paolo Pisati · 12 years ago
  15. f3cd19c Merge remote-tracking branch 'regulator/topic/change' into regulator-next by Mark Brown · 12 years ago
  16. 8a23b4e regulator: core: Fix logic to determinate if regulator can change voltage by Axel Lin · 12 years ago
  17. 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
  18. adca48f Merge remote-tracking branch 'regulator/topic/min' into regulator-next by Mark Brown · 12 years ago
  19. bdb7e45 Merge remote-tracking branch 'regulator/topic/log' into regulator-next by Mark Brown · 12 years ago
  20. 1f9cc5f Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-next by Mark Brown · 12 years ago
  21. d1e7de3 regulators: add regulator_can_change_voltage() function by Marek Szyprowski · 12 years ago
  22. fff15be regulator: core: Say what unsupportable voltage constraints are by Mark Brown · 12 years ago
  23. dd8004a regulator: core: Log when a device causes a voltage constraint fail by Mark Brown · 12 years ago
  24. 33234e7 regulator: core: Allow specific minimal selector for starting linear mapping by Axel Lin · 12 years ago
  25. 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
  26. ecb48c3 Merge remote-tracking branches 'regulator/fix/gpio', 'regulator/fix/put' and 'regulator/fix/supp-volt' into tmp by Mark Brown · 12 years ago
  27. f0f98b1 regulator: fix voltage check in regulator_is_supported_voltage() by Marek Szyprowski · 12 years ago
  28. 23ff2f0 regulator: core: Avoid deadlock when regulator_register fails by Charles Keepax · 12 years ago
  29. b2da55d Regulator: core: Unregister when gpio request fails. by Andrew Lunn · 12 years ago
  30. bd7a2b6 regulator: core: Support for continuous voltage range by Pawel Moll · 12 years ago
  31. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  32. 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
  33. df36793 regulator: core: Provide regmap get/set bypass operations by Mark Brown · 12 years ago
  34. f59c8f9 regulator: core: Support bypass mode by Mark Brown · 12 years ago
  35. 52b84da regulator: core: Try using the parent device for the default regmap by AnilKumar Ch · 12 years ago
  36. 2b5a24a regulator: core: Fast path non-deferred disables by Mark Brown · 12 years ago
  37. f2889e6 regulator: core: Report microvolts in sysfs even with only list_voltage() by Mark Brown · 12 years ago
  38. dedae95 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  39. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  40. 296c656 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  41. b2a1ef4 regulator: core: request only valid gpio pins for regulator enable by Marek Szyprowski · 12 years ago
  42. f7df20e regulator: core: Use list_voltage() to read single voltage regulators by Mark Brown · 12 years ago
  43. 215b8b0 regulator: make the dummy regulator's print_constraint more helpful by Uwe Kleine-König · 12 years ago
  44. 2f6c797 regulator: core: Fix cast to pointer from integer of different size warning by Axel Lin · 12 years ago
  45. 57ad526a regulator: core: increment open_count when regulator supply is set by Laxman Dewangan · 12 years ago
  46. bdc0077 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  47. 3384fb9 Merge branch 'regulator-drivers' into regulator-next by Mark Brown · 12 years ago
  48. 8cfc545 Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-next by Mark Brown · 12 years ago
  49. 2955b47 [SCSI] async: introduce 'async_domain' type by Dan Williams · 12 years ago
  50. d5b2e30 Merge tag 'v3.5-rc7' into regulator-drivers by Mark Brown · 12 years ago
  51. 1beaf76 regulator: Add REGULATOR_STATUS_UNDEFINED. by Krystian Garbaciak · 12 years ago
  52. 03ffcf3 regulator: Fix a typo in regulator_mode_to_status() core function. by Krystian Garbaciak · 12 years ago
  53. 86f5fcf regulator: core: Mark all DT based boards as having full constraints by Mark Brown · 12 years ago
  54. e2c98ea regulator: core: remove sysfs entry properly in regulator_put by Shawn Guo · 12 years ago
  55. 65f7350 regulator: core: Add core support for GPIO controlled enable lines by Mark Brown · 12 years ago
  56. 5c5659d regulator: core: Factor out enable and disable operations some more by Mark Brown · 12 years ago
  57. 79511ed regulator: core: Allow fixed enable_time to be set in the regulator_desc by Mark Brown · 12 years ago
  58. e113d79 regulator: core: Check that the selector from map_voltage() is valid by Mark Brown · 12 years ago
  59. c5f3939 regulator: core: Support fixed voltages in regulator_is_supported_voltage() by Mark Brown · 12 years ago
  60. d92d95b6 regulator: Fix recursive mutex lockdep warning by Stephen Boyd · 12 years ago
  61. bf2516c regulator: core: Remove unused get_device_regulator by Fabio Estevam · 12 years ago
  62. 222cc7b regulator: core: Allow multiple requests of a single supply mapping by Mark Brown · 12 years ago
  63. 5aff3a8 regulator: core: Check for failed voltage sets before checking for delay by Mark Brown · 12 years ago
  64. 85e6334 Merge tag 'v3.5-rc4' into regulator-drivers by Mark Brown · 12 years ago
  65. f11d08c regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_sel by Axel Lin · 12 years ago
  66. b19dbf7 regulator: core: Add export of regulator_set_voltage_time_sel() by Mark Brown · 12 years ago
  67. 230a5a1c regulator: Fix double free in devm_regulator_put() by Mark Brown · 12 years ago
  68. ea38d13 regulator: core: Change the unit of ramp_delay from mV/uS to uV/uS by Axel Lin · 12 years ago
  69. 398715a regulator: core: Support table based mapping in regulator_set_voltage_time_sel by Axel Lin · 12 years ago
  70. 6f0b2c6 regulator: Add ramp_delay configuration to constraints by Yadwinder Singh Brar · 12 years ago
  71. 8b96de3 regulator: core.c Only delay when setting voltage requires this by Philip Rakity · 12 years ago
  72. 2f7baf8 regulator: core.c Pass voltage to notifier when setting voltage by Philip Rakity · 12 years ago
  73. d8493d2 regulator: core: Actually use the data in _notifier_call_chain() by Mark Brown · 12 years ago
  74. 578df8b regulator: core: Return correct delay time in regulator_set_voltage_time_sel by Axel Lin · 12 years ago
  75. 98a175b regulator: core: Add regulator_set_voltage_time_sel to calculate ramp delay. by Yadwinder Singh Brar · 12 years ago
  76. 5a6881e regulator: core: Handle fixed voltage in map_voltage_linear by Axel Lin · 12 years ago
  77. 0bdc81e regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_voltage_linear by Axel Lin · 12 years ago
  78. 9152c36 regulator: core: Use map_voltage_linear() if list_voltage_linear() is in use and nothing is set by Axel Lin · 12 years ago
  79. 3a4b0a0 regulator: core: Use dev_get_regmap() to find the regmap by Mark Brown · 12 years ago
  80. 361ff50 regulator: Use newly added devres_release() rather than open coding by Mark Brown · 12 years ago
  81. 8b7485e regulator: core: Call set_voltage_time_sel() only when the regulator is on by Axel Lin · 12 years ago
  82. cffc959 regulator: core: Allow drivers to set voltage mapping table in regulator_desc by Axel Lin · 12 years ago
  83. ac18065 Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  84. b1a8683 regulator: core: Don't open code _regulator_is_enabled() by Mark Brown · 12 years ago
  85. e81dba85 regulator: core: Release regulator-regulator supplies on error by Mark Brown · 12 years ago
  86. ccfcb1c regulator: core: Ensure simple linear voltage mappings falls within the specified range by Axel Lin · 12 years ago
  87. bca7bbf regulator: core: Allow drivers to set simple linear voltage maps as data by Mark Brown · 12 years ago
  88. e843fc4 regulator: core: Allow regulators to provide a voltage to selector mapping by Mark Brown · 12 years ago
  89. 178e43a Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regmap' and 'regulator/topic/register' into regulator-next by Mark Brown · 12 years ago
  90. dcf7011 regulator: core: Warn on missing struct device by Mark Brown · 12 years ago
  91. 968c2c1 regulator: Actually free the regulator in devm_regulator_put() by Mark Brown · 12 years ago
  92. 6492bc1 regulator: core: Optimise enable/disable path for always on regulators by Mark Brown · 13 years ago
  93. 854ccba regulator: core: Add checking set_mode callback in regulator_set_optimum_mode by Axel Lin · 13 years ago
  94. cd6dffb regulator: core: Provide standard enable operations for regmap users by Mark Brown · 13 years ago
  95. 4ab5b3d regulator: core: Provide regmap based voltage_sel operations by Mark Brown · 13 years ago
  96. 65b19ce regulator: core: Allow drivers to pass in a regmap by Mark Brown · 13 years ago
  97. 8ac0e95 regulator: core: Support setting suspend_[mode|voltage] if set_suspend_[en|dis]able is NULL by Axel Lin · 13 years ago
  98. 3f24f5a regulator: core: Fix getting input_uV when supplied by another regulator by Axel Lin · 13 years ago
  99. 32c8fad regulator: Appease smatch in regulator_register() by Mark Brown · 13 years ago
  100. b920eb4 Merge tag 'v3.4-rc2' into regulator-drivers by Mark Brown · 13 years ago