aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-02-20regmap: use debugfs even when no deviceDavid Lechner
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax
2018-02-13regmap: Use helper function for register offsetCharles Keepax
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax
2018-02-13regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax
2018-02-08regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter
2018-02-08regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis
2018-01-08regcache: flat: Un-inline index lookup from cache accessAndrew F. Davis
2018-01-08regmap: Add SoundWire bus supportVinod Koul
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang
2017-12-27regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown
2017-11-06regmap: Fix unused warningBaolin Wang
2017-11-06regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown
2017-11-03regmap: Add a config option for hwspinlockMark Brown
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01regmap: Add hardware spinlock supportBaolin Wang
2017-08-14regmap: constify regmap_bus structuresJulia Lawall
2017-07-17regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru
2017-07-03Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik
2017-06-09regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy
2017-06-08regmap: Fix typo in IS_ENABLED() checkMark Brown
2017-06-06Merge branch 'topic/lzo' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2017-06-06regmap: Add 1-Wire bus supportAlex A. Mihaylov
2017-06-06regmap: make LZO cache optionalJonas Gorski
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown