1. 38de19f regulator: Revert coupled regulator support again by Mark Brown · 6 years ago
  2. 456e7cd regulator: core: Change voltage setting path by Maciej Purski · 6 years ago
  3. 6968617 regulator: core: Add voltage balancing mechanism by Maciej Purski · 6 years ago
  4. d3d6453 regulator: core: Resolve coupled regulators by Maciej Purski · 6 years ago
  5. 66cf9a7 regulator: core: Make locks re-entrant by Maciej Purski · 6 years ago
  6. 84b3a7c regulator: core: Allow for regulators that can't be read at bootup by Douglas Anderson · 6 years ago
  7. 36fd679 Merge remote-tracking branches 'regulator/topic/88pg86x', 'regulator/topic/dt', 'regulator/topic/formatting' and 'regulator/topic/gpio' into regulator-next by Mark Brown · 7 years ago
  8. d3e4ecc regulator: core: Add missing blank line between functions by Mark Brown · 7 years ago
  9. 35b5f14 regulator: Fix resume from suspend to idle by Geert Uytterhoeven · 7 years ago
  10. e45e290 regulator: core: Support passing an initialized GPIO enable descriptor by Linus Walleij · 7 years ago
  11. 57a0dd1 regulator: Fix suspend to idle by Mark Brown · 7 years ago
  12. 00cb9f4 regulator: Fix build error by Mark Brown · 7 years ago
  13. 285c22d Merge branch 'topic/suspend' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 7 years ago
  14. 3d67fe9 regulator: core: Refactor regulator_list_voltage() by Maciej Purski · 7 years ago
  15. 148096a regulator: core: Move of_find_regulator_by_node() to of_regulator.c by Maciej Purski · 7 years ago
  16. f7efad1 regulator: add PM suspend and resume hooks by Chunyan Zhang · 7 years ago
  17. aa27bbc regulator: empty the old suspend functions by Chunyan Zhang · 7 years ago
  18. 72069f9 regulator: leave one item to record whether regulator is enabled by Chunyan Zhang · 7 years ago
  19. c360a6d regulator: make regulator voltage be an array to support more states by Chunyan Zhang · 7 years ago
  20. 0d5c863 regulator: fix incorrect indentation of two assignment statements by Colin Ian King · 7 years ago
  21. 02929a4 Merge remote-tracking branches 'regulator/topic/cpcap', 'regulator/topic/da9063', 'regulator/topic/dt', 'regulator/topic/fan53555' and 'regulator/topic/ltc3589' into regulator-next by Mark Brown · 7 years ago
  22. c9ccaa0 regulator: core: fix a possible race in disable_work handling by Tirupathi Reddy · 7 years ago
  23. 7799167 regulator: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  24. 8d67f64 Merge remote-tracking branches 'regulator/topic/settle', 'regulator/topic/tps65910' and 'regulator/topic/tps65917' into regulator-next by Mark Brown · 7 years ago
  25. fcaa316 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 7 years ago
  26. dbc5595 regulator: core: Fix size limit of supply_map by Haishan Zhou · 7 years ago
  27. 2c2874b regulator: core: Fix voltage change propagations to supply regulators by Tirupathi Reddy · 7 years ago
  28. 0621719 regulator: core: Prioritise consumer mappings over regulator name by Charles Keepax · 7 years ago
  29. 3ffad46 regulator: Allow for asymmetric settling times by Matthias Kaehlcke · 7 years ago
  30. 81bc8e3 Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100', 'regulator/topic/settle', 'regulator/topic/tps65132' and 'regulator/topic/twl6030' into regulator-next by Mark Brown · 7 years ago
  31. c93609a regulator: core: Allow dummy regulators for supplies by Mark Brown · 8 years ago
  32. 43fc99f regulator: core: Only propagate voltage changes to if it can change voltages by Mark Brown · 8 years ago
  33. d6c1dc3 regulator: Add settling time for non-linear voltage transition by Laxman Dewangan · 8 years ago
  34. fd08604 regulator: core: Limit propagation of parent voltage count and list by Matthias Kaehlcke · 8 years ago
  35. fffd113 regulator: core: Fix kerneldoc comments by Tamara Diaconita · 8 years ago
  36. 264b88c regulator: core: Add new notification for enabling of regulator by Harald Geyer · 8 years ago
  37. 0630b61 regulator: Mark supply_name const and duplicate it as such by Stephen Boyd · 8 years ago
  38. b7cd1b1 regulator: core: use snprintf() instead of scnprintf() by Bartosz Golaszewski · 8 years ago
  39. fad9cd4 Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/supplies' and 'regulator/topic/tps65217' into regulator-next by Mark Brown · 8 years ago
  40. 401c424 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 8 years ago
  41. 0fe3f97 Merge remote-tracking branches 'regulator/fix/debugfs' and 'regulator/fix/tps65086' into regulator-linus by Mark Brown · 8 years ago
  42. 3827b64 regulator: core: Resolve supplies before disabling unused regulators by Javier Martinez Canillas · 8 years ago
  43. e42a46b regulator: Fix regulator_summary for deviceless consumers by Leonard Crestez · 8 years ago
  44. a4d7641 regulator: core: simplify _regulator_get() by Dmitry Torokhov · 8 years ago
  45. 163478d regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errors by Dmitry Torokhov · 8 years ago
  46. d1642ea regulator: core: fix typo in regulator_bulk_disable() by Dmitry Torokhov · 8 years ago
  47. b8c77ff regulator: core: simplify regulator_bulk_force_disable() by Dmitry Torokhov · 8 years ago
  48. a8bd42a regulator: core: have _regulator_get() accept get_type argument by Dmitry Torokhov · 8 years ago
  49. 7d245af regulator: core: remove dead code in _regulator_get() by Dmitry Torokhov · 8 years ago
  50. 66d228a regulator: core: Don't use regulators as supplies until the parent is bound by Jon Hunter · 8 years ago
  51. bed6972 Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/bypass', 'regulator/topic/error' and 'regulator/topic/fixed' into regulator-next by Mark Brown · 8 years ago
  52. 6b46856 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 8 years ago
  53. b2661e9 regulator: core: add newline in debug message by David Lechner · 8 years ago
  54. 109c75a regulator: core: Correct type of mode in regulator_mode_constrain by Charles Keepax · 8 years ago
  55. 1b5b422 regulator: core: Add new API to poll for error conditions by Axel Haslam · 8 years ago
  56. ba14fa1 regulator: core: silence warning: "VDD1: ramp_delay not set" by H. Nikolaus Schaller · 8 years ago
  57. 2dfcb92 Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080', 'regulator/topic/rk808', 'regulator/topic/set-voltage' and 'regulator/topic/tps65218' into regulator-next by Mark Brown · 8 years ago
  58. 81c383c Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx500', 'regulator/topic/hi6421', 'regulator/topic/load' and 'regulator/topic/ltc3676' into regulator-next by Mark Brown · 8 years ago
  59. 5777661 regulator: core: don't return error with inadequate reason by Joonwoo Park · 8 years ago
  60. 73e705b regulator: core: Add set_voltage_time op by Matthias Kaehlcke · 8 years ago
  61. d89564e regulator: core: Don't skip set_voltage_time when ramp delay disabled by Matthias Kaehlcke · 8 years ago
  62. 31dfe68 regulator: core: Simplify error flow in _regulator_do_set_voltage() by Matthias Kaehlcke · 8 years ago
  63. 57995a4 regulator: core: Use local ops variable in _regulator_do_set_voltage() by Matthias Kaehlcke · 8 years ago
  64. 565f9b0 regulator: Remove support for optional supplies in the bulk API by Bjorn Andersson · 8 years ago
  65. fc1e1c4 regulator: Remove regulator_can_change_voltage() by Mark Brown · 8 years ago
  66. 78d5501 Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic/constrain', 'regulator/topic/debugfs' and 'regulator/topic/doc' into regulator-next by Mark Brown · 8 years ago
  67. ab36885 Merge remote-tracking branch 'regulator/topic/supply' into regulator-next by Mark Brown · 8 years ago
  68. 170b649 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 8 years ago
  69. 75941a1 Merge remote-tracking branch 'regulator/topic/bypass' into regulator-next by Mark Brown · 8 years ago
  70. 93878cd Merge remote-tracking branches 'regulator/fix/constrain' and 'regulator/fix/defer' into regulator-linus by Mark Brown · 8 years ago
  71. 45389c4 regulator: core: Add early supply resolution for regulators by Jon Hunter · 8 years ago
  72. cbc13a6 Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply by Mark Brown · 8 years ago
  73. 8a34e97 regulator: refactor valid_ops_mask checking code by WEN Pingbo · 9 years ago
  74. c438b9d regulator: core: Move registration of regulator device by Jon Hunter · 9 years ago
  75. f89ba33 Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-supply by Mark Brown · 9 years ago
  76. 8e5356a regulator: core: Clear the supply pointer if enabling fails by Jon Hunter · 9 years ago
  77. 7ddede6 regulator: core: Don't terminate supply resolution early by Jon Hunter · 9 years ago
  78. 2d80a91 regulator: core: Add debugfs to show constraint flags by Richard Fitzgerald · 9 years ago
  79. 07c5c3a regulator: core: remove lockdep assert from suspend_prepare by Tero Kristo · 9 years ago
  80. 2c0a303 regulator: core: Fix locking of GPIO list on free by Mark Brown · 9 years ago
  81. 469b640 regulator: reorder initialization steps in regulator_register() by Boris Brezillon · 9 years ago
  82. fef9501 regulator: core: Use parent voltage from the supply when bypassed by Mark Brown · 9 years ago
  83. a215137 regulator: Fix deadlock during regulator registration by Jon Hunter · 9 years ago
  84. 45a91e8 regulator: core: Log when we bring constraints into range by Mark Brown · 9 years ago
  85. 5e3ca2b regulator: Try to resolve regulators supplies on registration by Javier Martinez Canillas · 9 years ago
  86. fa93fd4 regulator: core: Ensure we are at least in bounds for our constraints by Mark Brown · 9 years ago
  87. e437b90 regulator: core: Remove duplicate copy of active-discharge parsing by Vladimir Zapolskiy · 9 years ago
  88. 95a293c regulator: Remove unneded check for regulator supply by Javier Martinez Canillas · 9 years ago
  89. d6d50a8 Merge remote-tracking branches 'regulator/topic/ltc3589', 'regulator/topic/max77620', 'regulator/topic/max77686', 'regulator/topic/max77802' and 'regulator/topic/maxim' into regulator-next by Mark Brown · 9 years ago
  90. d1f8302 Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/fan53555', 'regulator/topic/gpio', 'regulator/topic/hi655x' and 'regulator/topic/lp872x' into regulator-next by Mark Brown · 9 years ago
  91. 909f7ee regulator: core: Add support for active-discharge configuration by Laxman Dewangan · 9 years ago
  92. 670666b regulator: core: Add support for active-discharge configuration by Laxman Dewangan · 9 years ago
  93. 3216523 regulator: core: fix crash in error path of regulator_register by Krzysztof Adamski · 9 years ago
  94. ece497a Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 9 years ago
  95. daad134 regulator: core: Request GPIO before creating sysfs entries by Krzysztof Adamski · 9 years ago
  96. 6333ef4 regulator: core: Rely on regulator_dev_release to free constraints by Charles Keepax · 9 years ago
  97. 3fbd90b Merge remote-tracking branches 'regulator/topic/lp8788', 'regulator/topic/mt6311', 'regulator/topic/optional', 'regulator/topic/palmas' and 'regulator/topic/pv88060' into regulator-next by Mark Brown · 9 years ago
  98. 8bd31df Merge remote-tracking branches 'regulator/topic/const', 'regulator/topic/lm363x', 'regulator/topic/lockdep' and 'regulator/topic/lp872x' into regulator-next by Mark Brown · 9 years ago
  99. 9fa2957 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
  100. 70dc6da regulator: core: remove some dead code by Dan Carpenter · 9 years ago