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