summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-kunit.c
AgeCommit message (Expand)AuthorLines
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo-1/+1
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown-0/+43
2024-09-02regmap: kunit: Add coverage of spinlocked regmapsMark Brown-1/+16
2024-08-23regmap: Use locking during kunit testsMark Brown-2/+0
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck-0/+73
2024-06-07regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko-6/+6
2024-05-31regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-05-27regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald-27/+45
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald-1/+8
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter-3/+3
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald-0/+131
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald-0/+103
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald-3/+1
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald-55/+7
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald-4/+122
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald-0/+135
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald-29/+57
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald-22/+45
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald-116/+95
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald-32/+73
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald-7/+7
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-0/+66
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown-0/+66
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer-1/+2
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer-0/+60
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown-0/+5
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck-0/+5
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown-0/+40
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown-3/+12
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown-0/+41
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown-0/+327
2023-04-03regmap: Add maple tree based register cacheMark Brown-0/+3
2023-03-30regmap: Add some basic kunit testsMark Brown-0/+736