regmap: Add KUnit tests for read/write checking
authorMark Brown <broonie@kernel.org>
Wed, 14 Jun 2023 17:35:13 +0000 (18:35 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jun 2023 17:35:13 +0000 (18:35 +0100)
commit505cb70cd27abde24bd48b2c9a539cca485d722f
tree651dbe4c56bbb36c33ecca0a77edab0b8545195a
parenteab5abdeb79f0f694c007c3a76a97902705c86f0
parent357a1ebd0c012f5421252547ebf4ee619b45733d
regmap: Add KUnit tests for read/write checking

Merge series from Mark Brown <broonie@kernel.org>:

Since Takashi found an issue with maple tree syncing registers it
shouldn't do add some test cases that catch that case and some more
potential issues, ideally we'd run through the combination of
readability with all possible I/O calls but that's lifting for another
day.  We did find one issue with missing readability checks which will
be fixed separately.