[GIT PULL] regmap fixes for v6.8-rc4

From: Mark Brown
Date: Thu Feb 15 2024 - 08:39:06 EST


The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.8-rc4

for you to fetch changes up to 2f0dbb24f78a333433a2b875c0b76bf55c119cd4:

regmap: kunit: Ensure that changed bytes are actually different (2024-02-12 13:55:51 +0000)

----------------------------------------------------------------
regmap: Fixes for v6.8

Guenter runs a lot of KUnit tests so noticed that there were a couple of
the regmap tests, including the newly added noinc test, which could show
spurious failures due to the use of randomly generated test values.
These changes handle the randomly generated data properly.

----------------------------------------------------------------
Ben Wolsieffer (1):
regmap: kunit: fix raw noinc write test wrapping

Mark Brown (1):
regmap: kunit: Ensure that changed bytes are actually different

drivers/base/regmap/regmap-kunit.c | 57 ++++++++++++++++++++++++++------------
1 file changed, 40 insertions(+), 17 deletions(-)