aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)Author
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
2013-03-26regmap: cache: Provide a get address of value operationMark Brown
2013-03-04regmap: cache: Store caches in native register format where possibleMark Brown
2013-03-04regmap: cache: Use regcache_get_value() to check if we updatedMark Brown
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown
2013-01-02regmap: flat: Add flat cache typeMark Brown
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-03regmap: Export regcache_sync_region()Mark Brown
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown