summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-kunit.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-0/+66
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown1-0/+66
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer1-1/+2
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer1-0/+60
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown1-1/+1
2023-07-24regmap: Merge up fixes from mainlineMark Brown1-0/+5
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck1-0/+5
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown1-0/+40
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown1-3/+12
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown1-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown1-0/+41
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown1-0/+327
2023-04-03regmap: Add maple tree based register cacheMark Brown1-0/+3
2023-03-30regmap: Add some basic kunit testsMark Brown1-0/+736