summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis1-1/+1
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown1-11/+30
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-2/+2
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown1-11/+30
2016-01-15regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero1-2/+2
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown1-0/+21
2015-12-13regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li1-2/+6
2015-12-13regmap: cache: Add warning info for the cache checkXiubo Li1-4/+8
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li1-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li1-0/+6
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-12/+12
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann1-1/+1
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee1-4/+15
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee1-11/+15
2015-04-14Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-1/+1
2015-03-25Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2015-03-20regmap: Move tracing header into drivers/base/regmapSteven Rostedt1-1/+1
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel1-8/+8
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai1-2/+4
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown1-4/+4
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li1-4/+4