aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache.c
Commit message (Expand)AuthorAge
* Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-04-13
|\
| * regmap: Move tracing header into drivers/base/regmapSteven Rostedt2015-03-19
* | Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-24
|\|
| * regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-03-19
* | regmap: Skip read-only registers in regcache_sync()Takashi Iwai2015-03-04
|/
*-. Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown2014-11-21
|\ \
| | * regmap: cache: Sort include headers alphabeticallyXiubo Li2014-10-20
| |/
* | regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-10-20
* | regmap: cache: use kmalloc_array instead of kmallocXiubo Li2014-10-20
* | regmap: cache: speed regcache_hw_init() up.Xiubo Li2014-10-20
* | regmap: cache: fix errno in regcache_hw_init()Xiubo Li2014-10-20
* | regmap: cache: cleanup regcache_hw_init()Xiubo Li2014-10-20
|/
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2014-09-29
|\
| * regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula2014-09-16
* | regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown2014-08-31
|/
*---. Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-28
|\ \ \
| | | * regmap: Check stride of register patch as we register itCharles Keepax2014-02-21
| | |/
| * | regmap: cache: Don't attempt to sync non-writeable registersDylan Reid2014-03-19
| * | regmap: cache: Step by stride in default syncDylan Reid2014-03-19
| |/
* / regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid2014-01-27
|/
* regmap: Use async I/O during cache syncMark Brown2013-10-10
* regmap: Simplify the initiation of async I/OMark Brown2013-10-09
* regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen2013-08-29
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown2013-08-29
|\
| * regmap: regcache: allow read-only regs to be cachedIonut Nicu2013-08-09
* | regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-05
|/
* regmap: Implemented default cache sync operationMaarten ter Huurne2013-06-03
* regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-23
* regmap: Add support for discarding parts of the register cacheMark Brown2013-05-12
* regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-05
* regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-05
* regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-30
* regmap: cache: Split raw and non-raw syncsMark Brown2013-03-30
* regmap: cache: Factor out block syncMark Brown2013-03-30
* regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-30
* regmap: cache: Provide a get address of value operationMark Brown2013-03-26
* regmap: cache: Store caches in native register format where possibleMark Brown2013-03-03
* regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-03
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-03
* regmap: flat: Add flat cache typeMark Brown2013-01-02
* regmap: implement register stridingStephen Warren2012-04-10
*-. Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-10
|\ \
| | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-06
| |/
* / regmap: Export regcache_sync_region()Mark Brown2012-04-03
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-11
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2012-03-14
|\ \
| * | regmap: Bypassing cache when initializing cacheLaxman Dewangan2012-02-17
| |/
* | Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-14
|\ \
| * | regmap: Allow drivers to sync only part of the register cacheMark Brown2012-02-24