index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap-kunit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
regmap: kunit: Add coverage of spinlocked regmaps
Mark Brown
1
-1
/
+16
2024-08-23
regmap: Use locking during kunit tests
Mark Brown
1
-2
/
+0
2024-07-11
regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()
Guenter Roeck
1
-0
/
+73
2024-06-07
regmap: kunit: Use array_size() and sizeof(*ptr) consistently
Andy Shevchenko
1
-6
/
+6
2024-05-31
regmap: kunit: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-27
regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
Richard Fitzgerald
1
-27
/
+45
2024-05-17
regmap: kunit: Fix array overflow in stride() test
Richard Fitzgerald
1
-1
/
+8
2024-04-15
regmap: kunit: Fix an NULL vs IS_ERR() check
Dan Carpenter
1
-3
/
+3
2024-04-08
regmap: kunit: Add test cases for regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+131
2024-04-08
regmap: kunit: Add cache-drop test with multiple cache blocks
Richard Fitzgerald
1
-0
/
+103
2024-04-08
regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc
Richard Fitzgerald
1
-3
/
+1
2024-04-08
regmap: kunit: Use a KUnit action to call regmap_exit()
Richard Fitzgerald
1
-55
/
+7
2024-04-08
regmap: kunit: Add more cache-sync tests
Richard Fitzgerald
1
-4
/
+122
2024-04-08
regmap: kunit: Add more cache-drop tests
Richard Fitzgerald
1
-0
/
+135
2024-04-08
regmap: kunit: Run non-sparse cache tests at non-zero register addresses
Richard Fitzgerald
1
-29
/
+57
2024-04-08
regmap: kunit: Run sparse cache tests at non-zero register addresses
Richard Fitzgerald
1
-22
/
+45
2024-04-08
regmap: kunit: Introduce struct for test case parameters
Richard Fitzgerald
1
-116
/
+95
2024-04-08
regmap: kunit: Create a struct device for the regmap
Richard Fitzgerald
1
-32
/
+73
2024-04-08
regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
Richard Fitzgerald
1
-7
/
+7
2024-03-13
Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
1
-0
/
+66
2024-02-26
regmap: kunit: Add a test for ranges in combination with windows
Mark Brown
1
-0
/
+66
2024-02-12
regmap: kunit: Ensure that changed bytes are actually different
Mark Brown
1
-16
/
+38
2024-02-07
regmap: kunit: fix raw noinc write test wrapping
Ben Wolsieffer
1
-1
/
+2
2023-11-13
regmap: kunit: add noinc write test
Ben Wolsieffer
1
-0
/
+60
2023-10-26
regmap: kunit: Add test for cache sync interaction with ranges
Mark Brown
1
-2
/
+64
2023-10-26
regmap: kunit: Fix marking of the range window as volatile
Mark Brown
1
-1
/
+1
2023-07-23
regmap: Merge up fixes from mainline
Mark Brown
1
-0
/
+5
2023-07-20
regmap: Disable locking for RBTREE and MAPLE unit tests
Guenter Roeck
1
-0
/
+5
2023-07-18
regmap: Provide test for regcache_reg_present()
Mark Brown
1
-0
/
+40
2023-06-19
regmap: Allow reads from write only registers with the flat cache
Mark Brown
1
-3
/
+12
2023-06-14
regmap: Add test to make sure we don't sync to read only registers
Mark Brown
1
-0
/
+42
2023-06-14
regmap: Add a test case for write only registers
Mark Brown
1
-0
/
+32
2023-06-14
regmap: Add test that writes to write only registers are prevented
Mark Brown
1
-0
/
+41
2023-06-12
regmap: Provide basic KUnit coverage for the raw register I/O
Mark Brown
1
-0
/
+327
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
1
-0
/
+3
2023-03-30
regmap: Add some basic kunit tests
Mark Brown
1
-0
/
+736