[GIT PULL] regulator fixes for v7.2-rc2
From: Mark Brown
Date: Fri Jul 10 2026 - 16:50:48 EST
The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:
Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.2-rc2
for you to fetch changes up to d38f8bd771c4999b797d7074b348cf201414bd34:
regulator: core: regulator_lock_two() should test for EDEADLK not EDEADLOCK (2026-07-09 01:41:17 +0100)
----------------------------------------------------------------
regulator: Fixes for v7.2
A couple of straightforward fixes for device loading, plus a fix for the
core support for keeping multiple regulators with voltages close to each
other that was sadly introduced due to one of the more beautiful corners
of our API design.
----------------------------------------------------------------
Pengpeng Hou (2):
regulator: mt6316: add missing MODULE_DEVICE_TABLE()
regulator: mt6363: add missing MODULE_DEVICE_TABLE()
Timur Tabi (1):
regulator: core: regulator_lock_two() should test for EDEADLK not EDEADLOCK
drivers/regulator/core.c | 4 ++--
drivers/regulator/mt6316-regulator.c | 1 +
drivers/regulator/mt6363-regulator.c | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)