aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29regmap: 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-type' into regmap-nextMark Brown1-0/+21
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li1-2/+6
2015-12-12regmap: 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-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+1
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-8/+8
2015-03-19regmap: 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' into regmap-nextMark Brown1-4/+4
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li1-4/+4
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li1-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li1-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li1-6/+3
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula1-2/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-nextMark Brown1-6/+3
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid1-1/+2
2014-03-19regmap: cache: Step by stride in default syncDylan Reid1-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax1-4/+0
2014-01-27regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid1-2/+2
2013-10-10regmap: Use async I/O during cache syncMark Brown1-2/+14
2013-10-09regmap: Simplify the initiation of async I/OMark Brown1-2/+1
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen1-53/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown1-3/+0
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu1-3/+0