[GIT PULL] regulator fixes for v7.0-merge-window

From: Mark Brown

Date: Fri Feb 20 2026 - 14:10:33 EST


The following changes since commit 914809c666d6c96d130da4755daa5bb0a57f0e12:

Samsung S2MPG10 regulator and S2MPG11 PMIC drivers (2026-02-05 00:07:58 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.0-merge-window

for you to fetch changes up to 09ad01a530bb6ad260bda4fa56bab84619d90968:

regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb() (2026-02-16 16:30:47 +0000)

----------------------------------------------------------------
regulator: Fixes from the v7.0 merge window

A few driver specific fixes, plus a patch from Bjorn which removes a
fixed limit on regulator names that was breaking some Qualcomm systems.

----------------------------------------------------------------
Adam Ford (1):
regulator: mt6363: Fix interrmittent timeout

André Draszik (2):
regulator: s2mps11: drop redundant sanity checks in s2mpg10_of_parse_cb()
regulator: s2mps11: fix pctrlsel macro usage in s2mpg10_of_parse_cb()

Bjorn Andersson (1):
regulator: core: Remove regulator supply_name length limit

drivers/regulator/core.c | 12 +-----------
drivers/regulator/mt6363-regulator.c | 9 ++++++++-
drivers/regulator/s2mps11.c | 22 +++++++++-------------
3 files changed, 18 insertions(+), 25 deletions(-)