[GIT PULL] regulator fixes for v6.19-merge-window
From: Mark Brown
Date: Wed Dec 10 2025 - 19:49:12 EST
The following changes since commit 81d431130ae1af4e64030f6a956ee9137e6fc1b0:
regulator: fp9931: Fix spelling mistake "failid" -> "failed" (2025-11-28 18:07:46 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.19-merge-window
for you to fetch changes up to 99f0c3a654c4a762aca4fadc8d9f8636b36d570a:
regulator: spacemit: Align input supply name with the DT binding (2025-12-09 10:01:25 +0900)
----------------------------------------------------------------
regulator: Fixes for v6.19
A few fixes that came in during the merge window, nothing too exciting -
the one core fix improves error propagation from gpiolib which hopefully
shouldn't actually happen but is safer.
----------------------------------------------------------------
Bartosz Golaszewski (1):
regulator: check the return value of gpiod_set_value_cansleep()
Javier Martinez Canillas (1):
regulator: spacemit: Align input supply name with the DT binding
Mark Brown (1):
regulator: fixed: Rely on the core freeing the enable GPIO
drivers/regulator/core.c | 13 ++++++++++---
drivers/regulator/fixed.c | 11 ++++-------
drivers/regulator/spacemit-p1.c | 4 ++--
3 files changed, 16 insertions(+), 12 deletions(-)