summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)AuthorLines
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
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis-1/+1
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown-11/+30
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown-2/+2
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown-11/+30
2016-01-15regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero-2/+2
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown-0/+21
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li-2/+6
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li-4/+8
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li-0/+6
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar-12/+12
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann-1/+1
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee-4/+15
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee-11/+15
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-1/+1
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+8
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt-1/+1
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel-8/+8
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai-2/+4
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown-4/+4
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li-4/+4
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li-6/+3
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown-2/+11
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula-2/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown-1/+1
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown-6/+3
2014-03-19regmap: cache: Don't attempt to sync non-writeable registersDylan Reid-1/+2
2014-03-19regmap: cache: Step by stride in default syncDylan Reid-1/+1
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax-4/+0
2014-01-27regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid-2/+2
2013-10-10regmap: Use async I/O during cache syncMark Brown-2/+14
2013-10-09regmap: Simplify the initiation of async I/OMark Brown-2/+1
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen-53/+19
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown-3/+0
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu-3/+0
2013-08-05regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen-1/+2
2013-06-03regmap: Implemented default cache sync operationMaarten ter Huurne-4/+42
2013-05-23regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen-12/+12
2013-05-12regmap: Add support for discarding parts of the register cacheMark Brown-0/+37
2013-04-05regmap: cache: Fix format specifier in dev_dbgStratos Karafotis-1/+1
2013-04-05regmap: cache: Make regcache_sync_block_raw staticSachin Kamat-1/+1