index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
regmap-i2c: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-07
regmap: Switch to use kmemdup_array()
Mark Brown
3
-11
/
+10
2024-06-07
regmap: kunit: Use array_size() and sizeof(*ptr) consistently
Andy Shevchenko
1
-6
/
+6
2024-06-07
regmap: maple: Switch to use kmemdup_array()
Andy Shevchenko
1
-7
/
+6
2024-06-07
regmap: cache: Switch to use kmemdup_array()
Andy Shevchenko
1
-2
/
+2
2024-06-07
regmap: cache: Use correct type of the rb_for_each() parameter
Andy Shevchenko
1
-1
/
+1
2024-06-07
regmap: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
2024-06-05
regmap: spi: Fix potential off-by-one when calculating reserved size
Andy Shevchenko
1
-2
/
+1
2024-06-03
regmap: Merge up fixes
Mark Brown
1
-1
/
+2
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-27
regmap-i2c: Subtract reg size from max_write
Jim Wylder
1
-1
/
+2
2024-05-23
Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-1
/
+8
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-9
/
+9
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-10
regmap: spi: Add missing MODULE_DESCRIPTION()
Andy Shevchenko
1
-0
/
+1
2024-04-10
regmap: Drop capitalisation in MODULE_DESCRIPTION()
Andy Shevchenko
4
-4
/
+4
2024-04-09
regmap: kunit: Add some test cases and a few small
Mark Brown
6
-254
/
+803
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
4
-42
/
+87
2024-04-08
regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
Richard Fitzgerald
1
-7
/
+7
2024-04-08
regmap: Add regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+37
2024-03-29
regmap: maple: Fix uninitialized symbol 'ret' warnings
Richard Fitzgerald
1
-2
/
+2
2024-03-27
regmap: maple: Fix cache corruption in regcache_maple_drop()
Richard Fitzgerald
1
-1
/
+1
2024-03-25
regmap: maple: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-13
Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
5
-6
/
+77
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
2024-02-05
regmap: rework ->max_register handling
Jan Dakinevich
4
-6
/
+11
2024-01-09
Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
5
-13
/
+85
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+4
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-4
/
+4
2023-12-20
regmap: fix kcalloc() arguments order
Dmitry Antipov
2
-4
/
+4
2023-12-04
regmap: fix bogus error on regcache_sync success
Matthias Reichl
1
-2
/
+1
2023-11-21
regmap: fix regmap_noinc_write() description
Hugo Villeneuve
1
-1
/
+1
2023-11-13
regmap: kunit: add noinc write test
Ben Wolsieffer
1
-0
/
+60
2023-11-13
regmap: ram: support noinc semantics
Ben Wolsieffer
2
-8
/
+20
2023-11-07
Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-7
/
+9
2023-11-01
regmap: prevent noinc writes from clobbering cache
Ben Wolsieffer
1
-7
/
+9
2023-10-30
regmap: Merge up fix for window/paging issue
Mark Brown
3
-2
/
+33
[prev]
[next]