[GIT PULL] regmap fixes for v7.2-rc7-2

From: Mark Brown

Date: Fri Aug 14 2026 - 13:56:03 EST


The following changes since commit 4b05ccb17f92268384d483221a577fccfc291c7a:

regcache: Sort the local copy of an unsorted reg_defaults array (2026-08-06 13:01:39 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 00268f9452d2a0d660aa9c1bb0ca07a994af6a4f:

regmap: sdw-mbq: don't call an unset readable_reg callback (2026-08-12 18:08:48 +0100)

----------------------------------------------------------------
regmap: Final fixes for v7.2

A couple more fixes for regmap, this time for the SoundWire MBQ support.

- Several drivers omit the readable_reg callback and it's generally
optional in regmap but the MBQ code had an assumption that one was
present added in one of the APIs, remove that.
- The timeout and retry intervals were swapped in read_poll_timeout()
for soundwire-mbq.

----------------------------------------------------------------
Andrey Golovko (1):
regmap: sdw-mbq: don't call an unset readable_reg callback

Charles Keepax (1):
regmap: sdw-mbq: Fix swap of timeout and retry times

drivers/base/regmap/regmap-sdw-mbq.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)