[GIT PULL] regulator fixes for v6.9-rc6

From: Mark Brown
Date: Wed May 01 2024 - 10:08:20 EST


The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ff33132605c1a0acea59e4c523cb7c6fabe856b2:

regulator: change devm_regulator_get_enable_optional() stub to return Ok (2024-04-24 10:13:30 +0900)

----------------------------------------------------------------
regulator: Fixes for v6.9

There's a few simple driver specific fixes here, plus some core cleanups
from Matti which fix issues found with client drivers due to the API
being confusing. The two fixes for the stubs provide more constructive
behaviour with !REGULATOR configurations, issues were noticed with some
hwmon drivers which would otherwise have needed confusing bodges in the
users. The irq_helpers fix to duplicate the provided name for the
interrupt controller was found because a driver got this wrong and it's
again a case where the core is the sensible place to put the fix.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
regulator: mt6360: De-capitalize devicetree regulator subnodes

Krzysztof Kozlowski (2):
regulator: qcom-refgen: fix module autoloading
regulator: vqmmc-ipq4019: fix module autoloading

Matti Vaittinen (3):
regulator: irq_helpers: duplicate IRQ name
regulator: change stubbed devm_regulator_get_enable to return Ok
regulator: change devm_regulator_get_enable_optional() stub to return Ok

drivers/regulator/irq_helpers.c | 3 +++
drivers/regulator/mt6360-regulator.c | 32 ++++++++++++++++++-----------
drivers/regulator/qcom-refgen-regulator.c | 1 +
drivers/regulator/vqmmc-ipq4019-regulator.c | 1 +
include/linux/regulator/consumer.h | 4 ++--
5 files changed, 27 insertions(+), 14 deletions(-)