1. 98e48cd regulator: core: resolve supply for boot-on/always-on regulators by Dmitry Baryshkov · 3 years, 10 months ago
  2. a8ce7bd regulator: core: Fix off_on_delay handling by Vincent Whitchurch · 3 years, 11 months ago
  3. 41a36ff Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.13 by Mark Brown · 3 years, 11 months ago
  4. a5ccccb regulator: core: Respect off_on_delay at startup by Vincent Whitchurch · 3 years, 11 months ago
  5. 72241e3 regulator: core.c: Improve a comment by Sebastian Fricke · 3 years, 11 months ago
  6. 69b8821 regulator: core.c: Fix indentation of comment by Shubhankar Kuranagatti · 3 years, 11 months ago
  7. f03e2a7 Merge remote-tracking branch 'regulator/for-5.12' into regulator-next by Mark Brown · 4 years, 1 month ago
  8. dbe954d regulator: core: Avoid debugfs: Directory ... already present! error by Hans de Goede · 4 years, 2 months ago
  9. 24be0c7 regulator: Make regulator_sync_voltage() usable by coupled regulators by Dmitry Osipenko · 4 years, 2 months ago
  10. 14a71d5 regulator: Fix lockdep warning resolving supplies by Mark Brown · 4 years, 2 months ago
  11. eaa7995 regulator: core: avoid regulator_resolve_supply() race condition by David Collins · 4 years, 2 months ago
  12. 90cf443 regulator: core.c: Replace references to non-existent function by Daniel Scally · 4 years, 2 months ago
  13. 5e999f1 Merge remote-tracking branch 'regulator/for-5.11' into regulator-next by Mark Brown · 4 years, 3 months ago
  14. 55cca73 regulator: core: return zero for selectors lower than linear_min_sel by Claudiu Beznea · 4 years, 3 months ago
  15. ab97800 regulator: core: do not continue if selector match by Claudiu Beznea · 4 years, 4 months ago
  16. 2f595d0 Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu Beznea <claudiu.beznea@microchip.com>: by Mark Brown · 4 years, 4 months ago
  17. bdcd117 regulator: core: validate selector against linear_min_sel by Claudiu Beznea · 4 years, 4 months ago
  18. 0917c9d regulator: debug early supply resolving by Michał Mirosław · 4 years, 4 months ago
  19. f5c042b2 regulator: workaround self-referent regulators by Michał Mirosław · 4 years, 4 months ago
  20. 4b639e2 regulator: avoid resolve_supply() infinite recursion by Michał Mirosław · 4 years, 4 months ago
  21. 57a6ad4 regulator: fix memory leak with repeated set_machine_constraints() by Michał Mirosław · 4 years, 4 months ago
  22. 811c732 Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.11 by Mark Brown · 4 years, 4 months ago
  23. c088a49 regulator: core: don't disable regulator if is_enabled return error. by Pi-Hsun Shih · 4 years, 4 months ago
  24. cf1ad55 regulator: defer probe when trying to get voltage from unresolved supply by Michał Mirosław · 4 years, 4 months ago
  25. d73e873b regulator: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 5 months ago
  26. c6e70a6 Merge remote-tracking branch 'regulator/for-5.10' into regulator-next by Mark Brown · 4 years, 5 months ago
  27. c845f21 regulator: Make constraint debug processing conditional on DEBUG by Geert Uytterhoeven · 4 years, 5 months ago
  28. e9bb4a0 regulator: core: Enlarge max OF property name length to 64 chars by AngeloGioacchino Del Regno · 4 years, 5 months ago
  29. aea6cb9 regulator: resolve supply after creating regulator by Michał Mirosław · 4 years, 5 months ago
  30. 61aab5a regulator: print symbolic errors in kernel messages by Michał Mirosław · 4 years, 5 months ago
  31. 99ad5f6 regulator: print state at boot by Michał Mirosław · 4 years, 5 months ago
  32. be35cc4 regulator: fix indentation issue by Colin Ian King · 4 years, 6 months ago
  33. 4c9db39 regulator: unexport regulator_lock/unlock() by Michał Mirosław · 4 years, 6 months ago
  34. 0199f86 Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>: by Mark Brown · 4 years, 6 months ago
  35. 8b6ce251 Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 6 months ago
  36. 3bca239 regulator: don't require mutex for regulator_notifier_call_chain() by Michał Mirosław · 4 years, 7 months ago
  37. 0a7416f regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive() by Dmitry Osipenko · 4 years, 6 months ago
  38. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  39. 4c13f934 Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosław <mirq-linux@rere.qmqm.pl>: by Mark Brown · 4 years, 7 months ago
  40. 7d81966 regulator: Remove pointer table overallocation by Michał Mirosław · 4 years, 7 months ago
  41. 0955f5b regulator: Avoid grabbing regulator lock during suspend/resume by Stephen Boyd · 4 years, 7 months ago
  42. a577f34 regulator: remove superfluous lock in regulator_resolve_coupling() by Michał Mirosław · 4 years, 7 months ago
  43. 2dbf085 regulator: cleanup regulator_ena_gpio_free() by Michał Mirosław · 4 years, 7 months ago
  44. d3c7315 regulator: plug of_node leak in regulator_register()'s error path by Michał Mirosław · 4 years, 7 months ago
  45. 5c065401 regulator: push allocation in set_consumer_device_supply() out of lock by Michał Mirosław · 4 years, 7 months ago
  46. 87fe29b regulator: push allocations in create_regulator() outside of lock by Michał Mirosław · 4 years, 7 months ago
  47. 467bf30 regulator: push allocation in regulator_ena_gpio_request() out of lock by Michał Mirosław · 4 years, 7 months ago
  48. 73a3212 regulator: push allocation in regulator_init_coupling() outside of lock by Michał Mirosław · 4 years, 7 months ago
  49. 9177514 regulator: fix memory leak on error path of regulator_register() by Vladimir Zapolskiy · 4 years, 8 months ago
  50. e1794aa regulator: core: Add destroy_regulator() by Saravana Kannan · 4 years, 8 months ago
  51. f7d7ad4 regulator: Allow regulators to verify enabled during enable() by Sumit Semwal · 4 years, 9 months ago
  52. 4832565 regulator: core: Add regulator bypass trace points by Charles Keepax · 4 years, 9 months ago
  53. c1f615e Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <m.szyprowski@samsung.com>: by Mark Brown · 4 years, 9 months ago
  54. 752db83 regulator: extract voltage balancing code to the separate function by Marek Szyprowski · 4 years, 9 months ago
  55. a24490e Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>: by Mark Brown · 4 years, 10 months ago
  56. 2a15483 regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_complete_work" by John Stultz · 4 years, 10 months ago
  57. 6b576eb regulator: use consumer->supply_name in debugfs/regulator_summary by Michał Mirosław · 5 years ago
  58. a231bed Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 5 years ago
  59. 6e5505c regulator: core: Avoid device name duplication in NORMAL_GET by Andy Shevchenko · 5 years ago
  60. dca0b44 regulator: Use driver_deferred_probe_timeout for regulator_init_complete_work by John Stultz · 5 years ago
  61. f7abb7e Merge branch 'regulator-5.5' into regulator-linus by Mark Brown · 5 years ago
  62. 3d7610e regulator: core: Fix exported symbols to the exported GPL version by Enric Balletbo i Serra · 5 years ago
  63. e915331 regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage by Enric Balletbo i Serra · 5 years ago
  64. 58d90a0 Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  65. 6d30fc5 regulator: core: avoid unneeded .list_voltage calls by Cristian Marussi · 5 years ago
  66. a3cde95 regulator: core: fix regulator_register() error paths to properly release rdev by Wen Yang · 5 years ago
  67. 4affd79 regulator: fix use after free issue by Wen Yang · 5 years ago
  68. a21da94 Merge branch 'regulator-5.5' into regulator-next by Mark Brown · 5 years ago
  69. 089b3f6 regulator: core: Let boot-on regulators be powered off by Pascal Paillet · 5 years ago
  70. b59b654 regulator: core: Don't try to remove device links if add failed by Saravana Kannan · 5 years ago
  71. e381bfe regulator: core: Allow generic coupling only for always-on regulators by Dmitry Osipenko · 5 years ago
  72. 26c2c99 regulator: core: Release coupled_rdevs on regulator_init_coupling() error by Dmitry Osipenko · 5 years ago
  73. f8970d3 regulator: core: make regulator_register() EPROBE_DEFER aware by Marco Felsch · 5 years ago
  74. c82f27d regulator: core: Fix error return for /sys access by H. Nikolaus Schaller · 5 years ago
  75. 55576cf regulator: Defer init completion for a while after late_initcall by Mark Brown · 6 years ago
  76. 81eeb0a regulator: core: Add label to collate of_node_put() statements by Nishka Dasgupta · 6 years ago
  77. db2a173 regulator: core: Add of_node_put() before return by Nishka Dasgupta · 6 years ago
  78. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  79. 0ed4513 Merge remote-tracking branch 'regulator/topic/coupled' into regulator-next by Mark Brown · 6 years ago
  80. 2da8d94 regulator: implement selector stepping by Bartosz Golaszewski · 6 years ago
  81. d22b85a1 regulator: core: Expose some of core functions needed by couplers by Dmitry Osipenko · 6 years ago
  82. d8ca7d1 regulator: core: Introduce API for regulators coupling customization by Dmitry Osipenko · 6 years ago
  83. f2c6203 regulator: core: Make entire header comment C++ style by Mark Brown · 6 years ago
  84. e1d700f Merge tag 'v5.2-rc4' into regulator-5.3 by Mark Brown · 6 years ago
  85. 458f69e docs: timers: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  86. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  87. 68ce3a4 regulator: core: Slightly improve readability of _regulator_get_enable_time by Axel Lin · 6 years ago
  88. e2a23af Merge branch 'regulator-5.2' into regulator-next by Mark Brown · 6 years ago
  89. 4982094 regulator: core: simplify return value on suported_voltage by Jorge Ramirez-Ortiz · 6 years ago
  90. b981636 regulator: core: do not report EPROBE_DEFER as error but as debug by Jorge Ramirez-Ortiz · 6 years ago
  91. 78927aa regulator: core: Actually put the gpiod after use by Linus Walleij · 6 years ago
  92. 0637730 regulator: core: Avoid potential deadlock on regulator_unregister by Charles Keepax · 6 years ago
  93. 70b4649 regulator: core: fix error path for regulator_set_voltage_unlocked by Steve Twiss · 6 years ago
  94. a48f127 regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()" by Mark Brown · 6 years ago
  95. 74a569e regulator: core: Log forbidden DRMS operation by Marc Gonzalez · 6 years ago
  96. 16646d8 Merge branch 'regulator-5.0' into regulator-5.1 stpmic1 const/range by Mark Brown · 6 years ago
  97. c407438 regulator: core: Drop lockdep annotation in drms_uA_update() by Niklas Cassel · 6 years ago
  98. 075ddd75 regulator: core: remove unused rdev_get_supply() by Masahiro Yamada · 6 years ago
  99. e5e21f7 regulator: core: Take lock before applying system load by Niklas Cassel · 6 years ago
  100. 82874ba regulator: fix device unlinking by Guennadi Liakhovetski · 6 years ago