The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.12-rc2 for you to fetch changes up to d450293c55005a3b0a25d209e981ac425483fead: regulator: mt6315: Fix off-by-one for .n_voltages (2021-03-11 13:23:21 +0000) ---------------------------------------------------------------- regulator: Fixes for v5.12 A small collection fo driver specific fixes that have arrived since the merge window. ---------------------------------------------------------------- Axel Lin (2): regulator: mt6315: Return REGULATOR_MODE_INVALID for invalid mode regulator: mt6315: Fix off-by-one for .n_voltages Frieder Schrempf (2): regulator: pca9450: Fix return value when failing to get sd-vsel GPIO regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage setting Wei Yongjun (1): regulator: rt4831: Fix return value check in rt4831_regulator_probe() satya priya (2): regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck regulator: qcom-rpmh: Use correct buck for S1C regulator drivers/regulator/mt6315-regulator.c | 4 ++-- drivers/regulator/pca9450-regulator.c | 10 +++++++++- drivers/regulator/qcom-rpmh-regulator.c | 6 +++--- drivers/regulator/rt4831-regulator.c | 4 ++-- include/linux/regulator/pca9450.h | 3 +++ 5 files changed, 19 insertions(+), 8 deletions(-)