[GIT PULL] regulator fixes for v6.17-merge-window
From: Mark Brown
Date: Fri Aug 08 2025 - 13:02:28 EST
The following changes since commit 0bd042ae771d61ef7ccd5882f7aeca59a25f71d9:
regulator: mt6370: Fix spelling mistake in mt6370_regualtor_register (2025-07-24 18:04:38 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.17-merge-window
for you to fetch changes up to 10dfd36f078423c51602a9a21ed85e8e6c947a00:
regulator: core: correct convergence check in regulator_set_voltage() (2025-07-29 14:56:39 +0100)
----------------------------------------------------------------
regulator: Fix for v6.17
This fixes an issue with the newly added code for handling large voltage
changes on regulators which require that individual voltage changes
cover a limited range, the check for convergence was broken.
----------------------------------------------------------------
Romain Gantois (1):
regulator: core: correct convergence check in regulator_set_voltage()
drivers/regulator/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)