[GIT PULL] regmap fixes for v6.7-merge-window

From: Mark Brown
Date: Tue Nov 07 2023 - 11:11:39 EST


The following changes since commit 6a2e332c2cbddd17d7dcb8f334953593f1324c8e:

regmap: kunit: Add test for cache sync interaction with ranges (2023-10-26 14:00:42 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 984a4afdc87a1fc226fd657b1cd8255c13d3fc1a:

regmap: prevent noinc writes from clobbering cache (2023-11-01 20:22:55 +0000)

----------------------------------------------------------------
regmap: Fix for v6.7

One fix here, for an interaction between noinc registers and caches - if
a device uses noinc registers (which is rare) then we could corrupt
registers after the noinc register in the cache.

----------------------------------------------------------------
Ben Wolsieffer (1):
regmap: prevent noinc writes from clobbering cache

drivers/base/regmap/regmap.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)