index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Lines
2024-04-08
regmap: kunit: Add more cache-drop tests
Richard Fitzgerald
-0
/
+135
2024-04-08
regmap: kunit: Run non-sparse cache tests at non-zero register addresses
Richard Fitzgerald
-29
/
+57
2024-04-08
regmap: kunit: Run sparse cache tests at non-zero register addresses
Richard Fitzgerald
-22
/
+45
2024-04-08
regmap: kunit: Introduce struct for test case parameters
Richard Fitzgerald
-116
/
+95
2024-04-08
regmap: kunit: Create a struct device for the regmap
Richard Fitzgerald
-42
/
+87
2024-04-08
regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
Richard Fitzgerald
-7
/
+7
2024-04-08
regmap: Add regmap_read_bypassed()
Richard Fitzgerald
-0
/
+37
2024-03-29
regmap: maple: Fix uninitialized symbol 'ret' warnings
Richard Fitzgerald
-2
/
+2
2024-03-27
regmap: maple: Fix cache corruption in regcache_maple_drop()
Richard Fitzgerald
-1
/
+1
2024-03-25
regmap: maple: Remove second semicolon
Colin Ian King
-1
/
+1
2024-03-13
Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-6
/
+77
2024-02-26
regmap: kunit: Add a test for ranges in combination with windows
Mark Brown
-0
/
+66
2024-02-12
regmap: kunit: Ensure that changed bytes are actually different
Mark Brown
-16
/
+38
2024-02-07
regmap: kunit: fix raw noinc write test wrapping
Ben Wolsieffer
-1
/
+2
2024-02-05
regmap: rework ->max_register handling
Jan Dakinevich
-6
/
+11
2024-01-09
Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-13
/
+85
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
-4
/
+4
2023-12-20
regmap: fix kcalloc() arguments order
Dmitry Antipov
-4
/
+4
2023-12-04
regmap: fix bogus error on regcache_sync success
Matthias Reichl
-2
/
+1
2023-11-21
regmap: fix regmap_noinc_write() description
Hugo Villeneuve
-1
/
+1
2023-11-13
regmap: kunit: add noinc write test
Ben Wolsieffer
-0
/
+60
2023-11-13
regmap: ram: support noinc semantics
Ben Wolsieffer
-8
/
+20
2023-11-07
Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-7
/
+9
2023-11-01
regmap: prevent noinc writes from clobbering cache
Ben Wolsieffer
-7
/
+9
2023-10-30
regmap: Merge up fix for window/paging issue
Mark Brown
-2
/
+33
2023-10-26
regmap: Ensure range selector registers are updated after cache sync
Mark Brown
-0
/
+30
2023-10-26
regmap: kunit: Add test for cache sync interaction with ranges
Mark Brown
-2
/
+64
2023-10-26
regmap: kunit: Fix marking of the range window as volatile
Mark Brown
-1
/
+1
2023-10-09
regmap: fix NULL deref on lookup
Johan Hovold
-1
/
+1
2023-09-22
regmap: rbtree: Fix wrong register marked as in-cache when creating new node
Richard Fitzgerald
-1
/
+2
2023-09-11
regmap: debugfs: Fix a erroneous check after snprintf()
Christophe JAILLET
-1
/
+1
2023-07-23
regmap: Fix the type used for a bitmap pointer
Christophe JAILLET
-1
/
+1
2023-07-23
regmap: Merge up fixes from mainline
Mark Brown
-13
/
+17
2023-07-21
regmap: Remove dynamic allocation warnings for rbtree and maple
Mark Brown
-9
/
+0
2023-07-21
regmap: rbtree: Use alloc_flags for memory allocations
Dan Carpenter
-5
/
+5
2023-07-20
regmap: maple: Use alloc_flags for memory allocations
Guenter Roeck
-8
/
+8
2023-07-20
regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches
Guenter Roeck
-0
/
+9
2023-07-20
regmap: Disable locking for RBTREE and MAPLE unit tests
Guenter Roeck
-0
/
+5
2023-07-19
regcache: Push async I/O request down into the rbtree cache
Mark Brown
-3
/
+4
2023-07-18
regmap: Provide test for regcache_reg_present()
Mark Brown
-0
/
+40
2023-07-18
regmap: Let users check if a register is cached
Mark Brown
-0
/
+23
2023-07-17
regmap: Account for register length in SMBus I/O limits
Mark Brown
-4
/
+4
2023-07-17
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
-5
/
+3
2023-07-13
regmap: Provide user selectable option to enable regmap
Mark Brown
-1
/
+11
2023-07-12
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
-1
/
+1
2023-07-09
regmap: mmio: Remove unused 64-bit support code
Andy Shevchenko
-24
/
+0
2023-07-09
regmap: cache: Revert "Add 64-bit mode support"
Andy Shevchenko
-15
/
+0
2023-07-09
regmap: Revert "add 64-bit mode support" and Co.
Andy Shevchenko
-122
/
+0
2023-06-28
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-259
/
+808
[prev]
[next]