[GIT PULL] regmap updates for v6.7

From: Mark Brown
Date: Mon Oct 30 2023 - 09:34:07 EST


The following changes since commit c6df843348d6b71ea986266c12831cb60c2cf325:

regmap: fix NULL deref on lookup (2023-10-09 13:13:53 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.7

for you to fetch changes up to 6bbebcc11a69aef269eb2a33212f76992a4cfb1a:

regmap: Merge up fix for window/paging issue (2023-10-30 13:05:15 +0000)

----------------------------------------------------------------
regmap: Updates for v6.7

The main change here is a fix for an issue where we were letting the
selector for windowed register ranges get out of sync with the hardware
during a cache sync plus associated KUnit tests. This was reported just
at the end of the release cycle and only in -next for a day prior to the
merge window so it seemed better to hold off for now, the bug had been
present for more than a decade so wasn't causing too many practical
problems hopefully. There's also a fix for error handling in the
debugfs output from Christope Jaillet.

----------------------------------------------------------------
Christophe JAILLET (1):
regmap: debugfs: Fix a erroneous check after snprintf()

Mark Brown (4):
regmap: kunit: Fix marking of the range window as volatile
regmap: kunit: Add test for cache sync interaction with ranges
regmap: Ensure range selector registers are updated after cache sync
regmap: Merge up fix for window/paging issue

drivers/base/regmap/regcache.c | 30 ++++++++++++++++
drivers/base/regmap/regmap-debugfs.c | 2 +-
drivers/base/regmap/regmap-kunit.c | 68 ++++++++++++++++++++++++++++++++++--
3 files changed, 96 insertions(+), 4 deletions(-)