[GIT PULL] regulator fixes for v6.4-rc3

From: Mark Brown
Date: Wed May 24 2023 - 06:13:15 EST


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a511637502b1caa135046d0f8fdabd55a31af8ef:

regulator: mt6359: add read check for PMIC MT6359 (2023-05-18 19:24:47 +0900)

----------------------------------------------------------------
regulator: Fixes for v6.4

Some fixes that came in since the merge window, nothing terribly
exciting - a couple of driver specific fixes and a fix for the error
handling when setting up the debugfs for the devices.

----------------------------------------------------------------
Alexander Stein (1):
regulator: pca9450: Fix BUCK2 enable_mask

Osama Muhammad (1):
regulator: Fix error checking for debugfs_create_dir

Sen Chu (1):
regulator: mt6359: add read check for PMIC MT6359

drivers/regulator/core.c | 4 ++--
drivers/regulator/mt6359-regulator.c | 7 +++++--
drivers/regulator/pca9450-regulator.c | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)