[GIT PULL] regulator fixes for v6.14-merge-window

From: Mark Brown
Date: Wed Jan 29 2025 - 08:23:48 EST


The following changes since commit 367a8200a91025289f9664e468fbc2b67c95e70e:

regulator: dt-bindings: Add regulator-power-budget-milliwatt property (2025-01-17 17:48:55 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.14-merge-window

for you to fetch changes up to 155c569fa4c3b340fbf8571a0e42dd415c025377:

regulator: core: Add missing newline character (2025-01-22 14:29:29 +0000)

----------------------------------------------------------------
regulator: Fixes for v6.14

A couple of fixes that have come in during the merge window, one that
operates the TPS6287x devices more within the design spec and can
prevent current surges when changing voltages and another more trivial
one for error message formatting.

----------------------------------------------------------------
Alexander Stein (1):
regulator: core: Add missing newline character

Jonas Andreasson (1):
regulator: TPS6287X: Use min/max uV to get VRANGE

drivers/regulator/core.c | 2 +-
drivers/regulator/tps6287x-regulator.c | 57 ++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)