[GIT PULL] regulator fixes for v7.2-rc4

From: Mark Brown

Date: Sun Jul 26 2026 - 12:05:42 EST


The following changes since commit 1590cf0329716306e948a8fc29f1d3ee87d3989f:

Linux 7.2-rc4 (2026-07-19 13:54:41 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v7.2-rc4

for you to fetch changes up to a45cc646a3aa83eb4ab4c7ed2685785ea51dc5e6:

regulator: core: clamp voltage constraints before applying apply_uV (2026-07-21 22:35:08 +0100)

----------------------------------------------------------------
regulator: Fixes for v7.2

One driver specific fix where one of the MediaTek drivers duplicated
some core code buggily, and a core fix for an ordering issue on startup
where we could end up configuring a voltage outside of constraints due
to the order in which we applied constraints.

----------------------------------------------------------------
Daniel Golle (1):
regulator: mt6358: use regmap helper to read fixed LDO calibration

Kamal Wadhwa (1):
regulator: core: clamp voltage constraints before applying apply_uV

drivers/regulator/core.c | 163 +++++++++++++++++++----------------
drivers/regulator/mt6358-regulator.c | 2 +-
2 files changed, 91 insertions(+), 74 deletions(-)