[GIT PULL] regulator fixes for v6.13-merge-window
From: Mark Brown
Date: Thu Nov 28 2024 - 08:54:55 EST
The following changes since commit 21ccadc64dae18bd092f1255bdbaf595f53381d5:
regulator: dt-bindings: qcom,rpmh: Correct PM8550VE supplies (2024-11-13 13:53:14 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.13-merge-window
for you to fetch changes up to 351f2bfe6362c663f45f5c6111f14365cfd094ab:
regulator: core: Ignore unset max_uA constraints in current limit check (2024-11-21 14:48:25 +0000)
----------------------------------------------------------------
regulator: Fixes for v6.13
A couple of fixes that came in during the merge window, plus
documetation of a new device ID for the Qualcomm LABIBB driver. There's
a core fix for the rarely used current constraints and a fix for the
Qualcomm RPMH driver which had described only one of the two voltage
ranges that the hardware could control, creating a potential
incompatibility with the configuration left by firmware.
----------------------------------------------------------------
Kory Maincent (Dent Project) (1):
regulator: core: Ignore unset max_uA constraints in current limit check
Melody Olvera (1):
regulator: qcom-rpmh: Update ranges for FTSMPS525
Neil Armstrong (1):
dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
.../bindings/regulator/qcom-labibb-regulator.yaml | 7 +-
drivers/regulator/core.c | 3 +-
drivers/regulator/qcom-rpmh-regulator.c | 83 ++++++++++------------
3 files changed, 44 insertions(+), 49 deletions(-)