summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-013-0/+85
|\
| * regmap: add SLIMbus supportSrinivas Kandagatla2017-12-193-0/+85
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown2018-01-124-1/+96
|\ \ \
| | * | regmap: Allow empty read/write_flag_maskAndrew F. Davis2018-01-081-1/+3
| | |/
| * | regmap: Add SoundWire bus supportVinod Koul2018-01-083-0/+93
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown2018-01-125-22/+54
|\ \ \ \ \ \ | | | | |/ / | | | |/| |
| | | | * | regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski2017-12-271-0/+7
| | | | * | regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski2017-12-211-1/+3
| | | * | | regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang2017-12-271-1/+1
| | * | | | regcache: flat: Un-inline index lookup from cache accessAndrew F. Davis2018-01-081-5/+10
| | | |_|/ | | |/| |
| * | | | regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski2017-12-131-2/+12
| * | | | Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown2017-12-133-1/+20
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | regmap: Disable debugfs when locking is disabledMark Brown2017-12-133-0/+12
| | * | regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski2017-12-131-2/+2
| | * | regmap: allow to disable all locking mechanismsBartosz Golaszewski2017-12-061-1/+8
| | |/
| * / regmap: Remove the redundant config to select hwspinlockBaolin Wang2017-11-292-13/+2Star
| |/
* / regmap: use proper part of work_buf for storing valKrzysztof Adamski2017-12-191-2/+4
|/
* Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2017-11-135-19/+104
|\
| *-. Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown2017-11-065-19/+104
| |\ \
| | | * regmap: Fix unused warningBaolin Wang2017-11-061-1/+1
| | | * regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown2017-11-061-1/+1
| | | * regmap: Clean up hwspinlock on regmap exitMark Brown2017-11-031-0/+2
| | | * regmap: Also protect hwspinlock in error handling pathMark Brown2017-11-031-1/+2
| | | * regmap: Add a config option for hwspinlockMark Brown2017-11-032-0/+11
| | | * regmap: Add hardware spinlock supportBaolin Wang2017-11-012-16/+87
| | |/ | |/|
| | * regmap: constify regmap_bus structuresJulia Lawall2017-08-142-3/+3
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/ /
* / regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru2017-07-171-2/+2
|/
*---. Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown2017-07-035-19/+285
|\ \ \
| | | * regmap: Fix typo in IS_ENABLED() checkMark Brown2017-06-081-1/+1
| | * | regmap: irq: add chip option mask_writeonlyMichael Grzeschik2017-06-281-15/+25
| | * | regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy2017-06-091-1/+1
| |/ / |/| |
| * | Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-06-063-2/+8
| |\|
| | * regmap: make LZO cache optionalJonas Gorski2017-06-063-2/+8
| |/ |/|
| * regmap: Add 1-Wire bus supportAlex A. Mihaylov2017-06-063-1/+251
|/
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown2017-02-034-101/+117
|\ \
| | * regmap: use rb_entry()Geliang Tang2016-12-192-6/+5Star
| |/ |/|
| * regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-123-95/+112
|/
* regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani2016-11-251-6/+2Star
*-. Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown2016-10-043-18/+67
|\ \
| | * regmap: debugfs: Add support for dumping write only device registersCristian Birsan2016-08-091-3/+13
| | * regmap: Add a function to check if a regmap register is cachedCristian Birsan2016-08-092-0/+24
| * | regmap: Add missing little endian functionsTony Lindgren2016-09-161-0/+9
| * | regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-162-15/+21
| |/
* | Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-231-1/+5
|\ \
| * | regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-221-1/+5
* | | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown2016-09-031-10/+28
|\ \ \ | |/ / |/| |
| * | regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-041-10/+28
| |/
* | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
* | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-301-2/+3
|/