index
:
pub/scm/linux/kernel/git/ralf/linux.git
master
The Linux/MIPS repository
Ralf Baechle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
Merge tag 'regmap-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
1
-11
/
+27
2026-08-06
regcache: Sort the local copy of an unsorted reg_defaults array
Peter Ujfalusi
1
-1
/
+16
2026-08-06
regcache: Use a consistent sort for defaults table
Mark Brown
1
-9
/
+1
2026-07-20
regcache: Warn if regcache_sync() is called in cache_only mode
Mark Brown
1
-0
/
+14
2026-07-20
regcache: Validate cache_only state in regcache_sync_region()
bui duc phuc
1
-0
/
+4
2026-07-20
regcache: Warn if regcache_sync() is called in cache_only mode
bui duc phuc
1
-0
/
+10
2026-07-13
regcache: Mark cache dirty if selector register rewrite fails
bui duc phuc
1
-0
/
+1
2026-07-13
regcache: Preserve cache synchronization errors in regcache_sync()
bui duc phuc
1
-11
/
+12
2026-06-16
regcache: Do not overwrite error code when finalizing cache after error
Francesco Lavra
1
-1
/
+1
2026-03-05
regcache: Move HW readback after cache initialisation
Andy Shevchenko
1
-12
/
+15
2026-03-05
regcache: Allocate and free reg_defaults on the same level
Andy Shevchenko
1
-19
/
+15
2026-03-05
regcache: Move count check and cache_bypass assignment to the caller
Andy Shevchenko
1
-4
/
+4
2026-03-03
regcache: Factor out regcache_hw_exit() helper
Andy Shevchenko
1
-6
/
+9
2026-03-02
regcache: Amend printf() specifiers when printing registers
Andy Shevchenko
1
-2
/
+2
2026-03-02
regcache: Define iterator inside for-loop and align their types
Andy Shevchenko
1
-7
/
+6
2026-02-22
regcache: Split regcache_count_cacheable_registers() helper
Andy Shevchenko
1
-11
/
+19
2026-02-22
regcache: Remove duplicate check in regcache_hw_init()
Andy Shevchenko
1
-3
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+1
2026-01-28
regmap: reg_default_cb for flat cache defaults
Mark Brown
1
-1
/
+2
2026-01-27
regcache: Demote defaults readback from HW to debug print
Marek Vasut
1
-1
/
+1
2026-01-27
regmap: Add reg_default_cb callback for flat cache defaults
Sheetal
1
-1
/
+2
2025-10-31
regcache: Add ->populate() callback to separate from ->init()
Andy Shevchenko
1
-0
/
+16
2025-10-29
regmap: add flat cache with sparse validity
Sander Vanheule
1
-0
/
+1
2025-04-30
regcache: Use sort()'s default swap() implementation
Thorsten Blum
1
-12
/
+1
2025-02-27
regcache: Add support for sorting defaults arrays
Charles Keepax
1
-0
/
+31
2024-12-02
regmap: cache: Use BITS_TO_BYTES()
Andy Shevchenko
1
-1
/
+1
2024-08-23
regmap: Hold the regmap lock when allocating and freeing the cache
Mark Brown
1
-0
/
+4
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-02-05
regmap: rework ->max_register handling
Jan Dakinevich
1
-1
/
+3
2023-12-04
regmap: fix bogus error on regcache_sync success
Matthias Reichl
1
-2
/
+1
2023-10-26
regmap: Ensure range selector registers are updated after cache sync
Mark Brown
1
-0
/
+30
2023-07-23
regmap: Merge up fixes from mainline
Mark Brown
1
-3
/
+0
2023-07-19
regcache: Push async I/O request down into the rbtree cache
Mark Brown
1
-3
/
+0
2023-07-18
regmap: Let users check if a register is cached
Mark Brown
1
-0
/
+23
2023-07-09
regmap: cache: Revert "Add 64-bit mode support"
Andy Shevchenko
1
-15
/
+0
2023-06-28
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
1
-8
/
+4
2023-06-13
regmap: regcache: Don't sync read-only registers
Takashi Iwai
1
-0
/
+3
2023-06-12
regmap: Don't check for changes in regcache_set_val()
Mark Brown
1
-6
/
+2
2023-06-12
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
1
-2
/
+2
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
1
-0
/
+1
2023-04-03
regmap: Factor out single value register syncing
Mark Brown
1
-14
/
+26
2023-03-29
regmap: Removed compressed cache support
Mark Brown
1
-3
/
+0
2023-03-27
regmap: Clarify error for unknown cache types
Mark Brown
1
-1
/
+1
2023-03-27
regmap: Handle sparse caches in the default sync
Mark Brown
1
-0
/
+2
2023-03-13
regmap: cache: Silence checkpatch warning
Alexander Stein
1
-1
/
+1
2023-03-13
regmap: cache: Return error in cache sync operations for REGCACHE_NONE
Alexander Stein
1
-0
/
+6
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
1
-0
/
+6
2022-06-27
regmap: Don't warn about cache only mode for devices with no cache
Mark Brown
1
-1
/
+2
[next]