commit | fabe32cc1eca7857837abcb56b242bc4845b7067 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Mon Oct 23 18:19:11 2023 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Oct 26 14:00:42 2023 +0100 |
tree | ad0bfaef10f926331311f75dbb2948bec531dea5 | |
parent | d3601857e14de6369f00ae19564f1d817d175d19 [diff] |
regmap: kunit: Fix marking of the range window as volatile For some reason the regmap used for testing ranges was not including the end of the range of paged registers as volatile since it found the end by counting from the selector register rather than the base of the window. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20231023-regmap-test-window-cache-v1-1-d8a71f441968@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>