[GIT PULL] regulator fixes for v6.9-rc7
From: Mark Brown
Date: Fri May 10 2024 - 07:58:26 EST
The following changes since commit ff33132605c1a0acea59e4c523cb7c6fabe856b2:
regulator: change devm_regulator_get_enable_optional() stub to return Ok (2024-04-24 10:13:30 +0900)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.9-rc7
for you to fetch changes up to 2a4b49bb58123bad6ec0e07b02845f74c23d5e04:
regulator: core: fix debugfs creation regression (2024-05-09 17:43:57 +0200)
----------------------------------------------------------------
regulator: Fixes for v6.9
Two fixes here, one from Johan which fixes error handling when we
attempt to create duplicate debugfs files and one for an incorrect
specification of ramp_delay with the rtq2208.
----------------------------------------------------------------
Alina Yu (1):
regulator: rtq2208: Fix the BUCK ramp_delay range to maximum of 16mVstep/us
Johan Hovold (1):
regulator: core: fix debugfs creation regression
drivers/regulator/core.c | 27 ++++++++++++++++-----------
drivers/regulator/rtq2208-regulator.c | 7 +++----
2 files changed, 19 insertions(+), 15 deletions(-)