[GIT PULL] regulator fixes for v5.14-rc2

From: Mark Brown
Date: Wed Jul 21 2021 - 13:33:56 EST


The following changes since commit ddf275b219ab22bc07c14ac88c290694089dced0:

regulator: bd9576: Fix uninitializes variable may_have_irqs (2021-06-23 12:34:42 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.14-rc2

for you to fetch changes up to 1c73daee4bf30ccdff5e86dc400daa6f74735da5:

regulator: hi6421: Fix getting wrong drvdata (2021-07-11 23:44:37 +0100)

----------------------------------------------------------------
regulator: Fixes for v5.14

A few driver specific fixes that came in since the merge window, plus a
change to mark the regulator-fixed-domain DT binding as deprecated in
order to try to to discourage any new users while a better solution is
put in place.

----------------------------------------------------------------
Axel Lin (5):
regulator: rt5033: Fix n_voltages settings for BUCK and LDO
regulator: hi6421v600: Fix getting wrong drvdata that causes boot failure
regulator: bd9576: Fix testing wrong flag in check_temp_flag_mismatch
regulator: mtk-dvfsrc: Fix wrong dev pointer for devm_regulator_register
regulator: hi6421: Fix getting wrong drvdata

ChiYuan Huang (1):
regulator: rtmv20: Fix wrong mask for strobe-polarity-high

Ulf Hansson (1):
regulator: fixed: Mark regulator-fixed-domain as deprecated

.../bindings/regulator/fixed-regulator.yaml | 2 ++
drivers/regulator/bd9576-regulator.c | 4 ++--
drivers/regulator/hi6421-regulator.c | 22 +++++++++++++---------
drivers/regulator/hi6421v600-regulator.c | 16 +++++++++-------
drivers/regulator/mtk-dvfsrc-regulator.c | 3 +--
drivers/regulator/rtmv20-regulator.c | 2 +-
include/linux/mfd/rt5033-private.h | 4 ++--
7 files changed, 30 insertions(+), 23 deletions(-)