[GIT PULL] regmap fixes for v7.1-rc5

From: Mark Brown

Date: Fri May 29 2026 - 19:01:47 EST


The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:

Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v7.1-rc5

for you to fetch changes up to 006c66d1d52f1905e6ccfb615cf27235e4e6e745:

regmap: reject volatile update_bits() in cache-only mode (2026-05-28 15:15:46 +0100)

----------------------------------------------------------------
regmap: Fix for v7.1

Some other fixing in an API user turned up the fact that we weren't
correctly applying cache only mode to volatile registers in
regmap_update_bits(), causing us to try to access hardware that was
powered off or otherwise not in a state to accept I/O. This fix returns
an error instead, avoiding more serious consequences.

----------------------------------------------------------------
bui duc phuc (1):
regmap: reject volatile update_bits() in cache-only mode

drivers/base/regmap/regmap.c | 3 +++
1 file changed, 3 insertions(+)