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