[GIT PULL] regulator fixes for v6.10-rc4

From: Mark Brown
Date: Sat Jun 22 2024 - 12:27:42 EST


The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.10-rc4

for you to fetch changes up to 0057222c45140830a7bf55e92fb67f84a2814f67:

regulator: axp20x: AXP717: fix LDO supply rails and off-by-ones (2024-06-12 21:30:43 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.10

A few driver specific fixes for incorrect device descriptions, plus a
fix for a missing symbol export which causes build failures for some
newly added drivers in other trees.

----------------------------------------------------------------
Andre Przywara (1):
regulator: axp20x: AXP717: fix LDO supply rails and off-by-ones

Biju Das (1):
regulator: core: Fix modpost error "regulator_get_regmap" undefined

Kalle Niemi (1):
regulator: bd71815: fix ramp values

Thomas Richard (1):
regulator: tps6594-regulator: Fix the number of irqs for TPS65224 and TPS6594

drivers/regulator/axp20x-regulator.c | 33 +++++++++++++++++++--------------
drivers/regulator/bd71815-regulator.c | 2 +-
drivers/regulator/core.c | 1 +
drivers/regulator/tps6594-regulator.c | 12 ++++--------
4 files changed, 25 insertions(+), 23 deletions(-)