summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-kunit.c
AgeCommit message (Expand)Author
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown
2023-06-14regmap: Add a test case for write only registersMark Brown
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-03-30regmap: Add some basic kunit testsMark Brown