[GIT PULL] regulator fixes for v7.3-rc2
From: Mark Brown
Date: Fri Sep 11 2026 - 17:42:38 EST
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.3-rc2
for you to fetch changes up to f3e6ef13e24c9f26dca0d35de57fcdf04f78e378:
regulator: pf1550: fix which regulator is notified (2026-09-07 18:08:38 +0100)
----------------------------------------------------------------
regulator: Fixes for v7.2
One fix for pf1550 which checked for errors on multiple regulators but
always notified via one of them regardless of which one had the problem,
plus one device ID addition in the fan53555 DT bindings.
----------------------------------------------------------------
Donggeun Yoo (1):
regulator: pf1550: fix which regulator is notified
Rudi Heitbaum (1):
regulator: dt-bindings: fan53555: add tcs,tcs4526
.../bindings/regulator/fcs,fan53555.yaml | 1 +
drivers/regulator/pf1550-regulator.c | 82 +++++++++++-----------
2 files changed, 41 insertions(+), 42 deletions(-)