summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)Author
2026-08-19Merge tag 'regmap-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2026-08-06regcache: Sort the local copy of an unsorted reg_defaults arrayPeter Ujfalusi
2026-08-06regcache: Use a consistent sort for defaults tableMark Brown
2026-07-20regcache: Warn if regcache_sync() is called in cache_only modeMark Brown
2026-07-20regcache: Validate cache_only state in regcache_sync_region()bui duc phuc
2026-07-20regcache: Warn if regcache_sync() is called in cache_only modebui duc phuc
2026-07-13regcache: Mark cache dirty if selector register rewrite failsbui duc phuc
2026-07-13regcache: Preserve cache synchronization errors in regcache_sync()bui duc phuc
2026-06-16regcache: Do not overwrite error code when finalizing cache after errorFrancesco Lavra
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko
2026-02-22regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko
2026-02-22regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown
2026-01-27regcache: Demote defaults readback from HW to debug printMarek Vasut
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko
2025-10-29regmap: add flat cache with sparse validitySander Vanheule
2025-04-30regcache: Use sort()'s default swap() implementationThorsten Blum
2025-02-27regcache: Add support for sorting defaults arraysCharles Keepax
2024-12-02regmap: cache: Use BITS_TO_BYTES()Andy Shevchenko
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown
2024-06-07regmap: cache: Switch to use kmemdup_array()Andy Shevchenko
2024-06-07regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko
2024-02-05regmap: rework ->max_register handlingJan Dakinevich
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown
2023-07-18regmap: Let users check if a register is cachedMark Brown
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2023-03-27regmap: Clarify error for unknown cache typesMark Brown
2023-03-27regmap: Handle sparse caches in the default syncMark Brown
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown