summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)AuthorLines
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko-12/+15
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko-19/+15
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko-4/+4
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko-6/+9
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko-2/+2
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko-7/+6
2026-02-22regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko-11/+19
2026-02-22regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko-3/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+1
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown-1/+2
2026-01-27regcache: Demote defaults readback from HW to debug printMarek Vasut-1/+1
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal-1/+2
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko-0/+16
2025-10-29regmap: add flat cache with sparse validitySander Vanheule-0/+1
2025-04-30regcache: Use sort()'s default swap() implementationThorsten Blum-12/+1
2025-02-27regcache: Add support for sorting defaults arraysCharles Keepax-0/+31
2024-12-02regmap: cache: Use BITS_TO_BYTES()Andy Shevchenko-1/+1
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown-0/+4
2024-06-07regmap: cache: Switch to use kmemdup_array()Andy Shevchenko-2/+2
2024-06-07regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko-1/+1
2024-02-05regmap: rework ->max_register handlingJan Dakinevich-1/+3
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl-2/+1
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown-0/+30
2023-07-23regmap: Merge up fixes from mainlineMark Brown-3/+0
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown-3/+0
2023-07-18regmap: Let users check if a register is cachedMark Brown-0/+23
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko-15/+0
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-8/+4
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai-0/+3
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown-6/+2
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown-2/+2
2023-04-03regmap: Add maple tree based register cacheMark Brown-0/+1
2023-04-03regmap: Factor out single value register syncingMark Brown-14/+26
2023-03-29regmap: Removed compressed cache supportMark Brown-3/+0
2023-03-27regmap: Clarify error for unknown cache typesMark Brown-1/+1
2023-03-27regmap: Handle sparse caches in the default syncMark Brown-0/+2
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein-1/+1
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein-0/+6
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi-0/+6
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown-1/+2
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx-1/+1
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park-2/+2
2021-01-21regmap: Assign boolean values to a bool variableJiapeng Zhong-1/+1
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov-1/+1
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman-11/+7
2017-06-08regmap: Fix typo in IS_ENABLED() checkMark Brown-1/+1
2017-06-06regmap: make LZO cache optionalJonas Gorski-0/+2
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax-10/+10
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne-2/+3