[GIT PULL] regulator fixes for v7.0-rc1
From: Mark Brown
Date: Sat Feb 28 2026 - 08:03:36 EST
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.0-rc1
for you to fetch changes up to bfd7db781e2e7a99b086d645a104d16e368f58ff:
regulator: Kconfig: fix a typo (2026-02-24 17:31:56 +0000)
----------------------------------------------------------------
regulator: Fixes for v7.0
A small pile of fixes, none of which are super major - the code fixes
are improved error handling and fixing a leak of a device node. We also
have a typo fix and an improvement to make the binding example for
mt6359 more directly usable.
----------------------------------------------------------------
David Lechner (1):
regulator: dt-bindings: mt6359: make regulator names unique
Felix Gu (3):
regulator: fp9931: Fix PM runtime reference leak in fp9931_hwmon_read()
regulator: bq257xx: Fix device node reference leak in bq257xx_reg_dt_parse_gpio()
regulator: Kconfig: fix a typo
Yufan Chen (1):
regulator: tps65185: check devm_kzalloc() result in probe
Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml | 4 ++--
drivers/regulator/Kconfig | 2 +-
drivers/regulator/bq257xx-regulator.c | 3 +--
drivers/regulator/fp9931.c | 7 +++----
drivers/regulator/tps65185.c | 3 +++
5 files changed, 10 insertions(+), 9 deletions(-)