[GIT PULL] regmap updates for v7.3

From: Mark Brown

Date: Mon Aug 17 2026 - 12:53:49 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/regmap.git tags/regmap-v7.3

for you to fetch changes up to ef4f2357df6e9dd6213ce00d01253f3c458d5df0:

regmap: clean up kernel-doc comments (2026-07-23 19:21:13 +0100)

----------------------------------------------------------------
regmap: Updates for v7.3

This is a relatively busy release, though it's mostly cleanup work. We
did add some new hooks for regmap-irq to support some driver work, that
should also come in as part of a shared branch with the relevant driver
work in the GPIO subsystem.

----------------------------------------------------------------
Andy Shevchenko (2):
regcache: Make ->exit() callback return void
regmap-irq: Provide IRQ resource request and release callbacks

Mark Brown (2):
regmap-irq: Provide IRQ resource request and release callbacks
regcache: Warn if regcache_sync() is called in cache_only mode

Randy Dunlap (1):
regmap: clean up kernel-doc comments

Uwe Kleine-König (The Capable Hub) (1):
regmap: maple: Workaround for another false-positive compiler warning

bui duc phuc (4):
regcache: Preserve cache synchronization errors in regcache_sync()
regcache: Mark cache dirty if selector register rewrite fails
regcache: Warn if regcache_sync() is called in cache_only mode
regcache: Validate cache_only state in regcache_sync_region()

drivers/base/regmap/internal.h | 2 +-
drivers/base/regmap/regcache-flat.c | 4 +---
drivers/base/regmap/regcache-maple.c | 8 +++-----
drivers/base/regmap/regcache-rbtree.c | 8 +++-----
drivers/base/regmap/regcache.c | 38 +++++++++++++++++++++++++----------
drivers/base/regmap/regmap-irq.c | 22 ++++++++++++++++++++
include/linux/regmap.h | 12 +++++++++--
7 files changed, 67 insertions(+), 27 deletions(-)