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