summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-kunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko2024-06-071-6/+6
* regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson2024-05-311-0/+1
* regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald2024-05-271-27/+45
* regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald2024-05-171-1/+8
* regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter2024-04-151-3/+3
* regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+131
* regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald2024-04-081-0/+103
* regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald2024-04-081-3/+1
* regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald2024-04-081-55/+7
* regmap: kunit: Add more cache-sync testsRichard Fitzgerald2024-04-081-4/+122
* regmap: kunit: Add more cache-drop testsRichard Fitzgerald2024-04-081-0/+135
* regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-29/+57
* regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-22/+45
* regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald2024-04-081-116/+95
* regmap: kunit: Create a struct device for the regmapRichard Fitzgerald2024-04-081-32/+73
* regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald2024-04-081-7/+7
* Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2024-03-131-0/+66
|\
| * regmap: kunit: Add a test for ranges in combination with windowsMark Brown2024-02-261-0/+66
* | regmap: kunit: Ensure that changed bytes are actually differentMark Brown2024-02-121-16/+38
* | regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer2024-02-071-1/+2
|/
* regmap: kunit: add noinc write testBen Wolsieffer2023-11-131-0/+60
* regmap: kunit: Add test for cache sync interaction with rangesMark Brown2023-10-261-2/+64
* regmap: kunit: Fix marking of the range window as volatileMark Brown2023-10-261-1/+1
* regmap: Merge up fixes from mainlineMark Brown2023-07-241-0/+5
|\
| * regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck2023-07-201-0/+5
* | regmap: Provide test for regcache_reg_present()Mark Brown2023-07-181-0/+40
|/
* regmap: Allow reads from write only registers with the flat cacheMark Brown2023-06-191-3/+12
* regmap: Add test to make sure we don't sync to read only registersMark Brown2023-06-141-0/+42
* regmap: Add a test case for write only registersMark Brown2023-06-141-0/+32
* regmap: Add test that writes to write only registers are preventedMark Brown2023-06-141-0/+41
* regmap: Provide basic KUnit coverage for the raw register I/OMark Brown2023-06-121-0/+327
* regmap: Add maple tree based register cacheMark Brown2023-04-031-0/+3
* regmap: Add some basic kunit testsMark Brown2023-03-301-0/+736