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

From: Mark Brown
Date: Thu Sep 08 2022 - 08:21:28 EST


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 475043fabe8c58fb18c32c7942d8754897bd11fa:

regulator: Fix qcom,spmi-regulator schema (2022-08-31 12:13:17 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.0

One core fix here improving the error handling on enable failure, plus
smaller fixes for the pfuze100 drive and the SPMI DT bindings.

----------------------------------------------------------------
Andrew Halaney (1):
regulator: core: Clean up on enable failure

Jean-Philippe Brucker (1):
regulator: Fix qcom,spmi-regulator schema

Xiaolei Wang (1):
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()

.../devicetree/bindings/regulator/qcom,spmi-regulator.yaml | 3 +--
drivers/regulator/core.c | 9 +++++++--
drivers/regulator/pfuze100-regulator.c | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)