[GIT PULL] regulator fixes for v6.5-rc7

From: Mark Brown
Date: Thu Sep 07 2023 - 13:38:37 EST


The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421:

Linux 6.5-rc6 (2023-08-13 11:29:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e4eea71222725b7366d61ce7a9ce35202d8a6dfa:

regulator: da9063: better fix null deref with partial DT (2023-08-23 14:02:50 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.5

Two driver specific fixes here, one for handling of malformed DTs in
DA9063 where a v2 of the original patch had been missed somehow and
another for an incorrectly described regulator on the Qualcomm PM8550.

----------------------------------------------------------------
Abel Vesa (1):
regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550

Martin Fuzzey (1):
regulator: da9063: better fix null deref with partial DT

drivers/regulator/da9063-regulator.c | 12 ++++++------
drivers/regulator/qcom-rpmh-regulator.c | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)