summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+85
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown-1/+96
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown-22/+54
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis-1/+3
2018-01-08regcache: flat: Un-inline index lookup from cache accessAndrew F. Davis-5/+10
2018-01-08regmap: Add SoundWire bus supportVinod Koul-0/+93
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang-1/+1
2017-12-27regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski-0/+7
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski-1/+3
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski-2/+4
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla-0/+85
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski-2/+12
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown-1/+20
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown-0/+12
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski-2/+2
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski-1/+8
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang-13/+2
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-19/+104
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown-19/+104
2017-11-06regmap: Fix unused warningBaolin Wang-1/+1
2017-11-06regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown-1/+1
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown-0/+2
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown-1/+2
2017-11-03regmap: Add a config option for hwspinlockMark Brown-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-11-01regmap: Add hardware spinlock supportBaolin Wang-16/+87
2017-08-14regmap: constify regmap_bus structuresJulia Lawall-3/+3
2017-07-17regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru-2/+2
2017-07-03Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown-19/+285
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik-15/+25
2017-06-09regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy-1/+1
2017-06-08regmap: Fix typo in IS_ENABLED() checkMark Brown-1/+1
2017-06-06Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-2/+8
2017-06-06regmap: Add 1-Wire bus supportAlex A. Mihaylov-1/+251
2017-06-06regmap: make LZO cache optionalJonas Gorski-2/+8
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown-101/+117
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax-95/+112
2016-12-19regmap: use rb_entry()Geliang Tang-6/+5
2016-11-25regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani-6/+2
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown-18/+67
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+5
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko-1/+5
2016-09-16regmap: Add missing little endian functionsTony Lindgren-0/+9
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren-15/+21
2016-09-03Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown-10/+28
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang-0/+2
2016-08-09regmap: debugfs: Add support for dumping write only device registersCristian Birsan-3/+13
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan-0/+24
2016-08-04regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen-10/+28
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne-2/+3