[GIT PULL] regulator fixes for v5.11-rc2
From: Mark Brown
Date: Thu Jan 07 2021 - 12:11:24 EST
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.11-rc2
for you to fetch changes up to 36836f5b377b5a75c16f5bdc5c0f97f9f51212e1:
Merge qcom driver fix into regulator-5.11 (2021-01-04 16:23:20 +0000)
----------------------------------------------------------------
regulator: Fixes for v5.11
A few minor driver specific fixes, mostly DT bindings document bits,
plus a new device ID.
----------------------------------------------------------------
Arnd Bergmann (1):
regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency
Dmitry Baryshkov (2):
dt-bindings: regulator: qcom,rpmh-regulator: add pm8009 revision
regulator: qcom-rpmh-regulator: correct hfsmps515 definition
Guido Günther (1):
regulator: bd718x7: Add enable times
Mark Brown (3):
regulator: pf8x00: Use specific compatible strings for devices
Merge tag 'v5.11-rc1' into regulator-5.11
Merge qcom driver fix into regulator-5.11
.../bindings/regulator/nxp,pf8x00-regulator.yaml | 6 ++-
.../bindings/regulator/qcom,rpmh-regulator.txt | 1 +
drivers/regulator/Kconfig | 1 +
drivers/regulator/bd718x7-regulator.c | 57 ++++++++++++++++++++++
drivers/regulator/pf8x00-regulator.c | 8 ++-
drivers/regulator/qcom-rpmh-regulator.c | 2 +-
6 files changed, 70 insertions(+), 5 deletions(-)