aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-nextMark Brown3-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' into regmap-linusMark Brown2-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam1-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen1-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown1-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam1-0/+6
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard1-0/+24
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax1-36/+3
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax1-21/+16
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax1-63/+54
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax1-3/+2
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax1-2/+15
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-bulkMark Brown1-1/+1
2018-02-20regmap: use debugfs even when no deviceDavid Lechner1-0/+2
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner1-1/+5
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax1-5/+13
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax1-25/+19
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax1-55/+35
2018-02-13regmap: Use helper function for register offsetCharles Keepax1-1/+1
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax1-32/+23
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax1-1/+1
2018-02-13regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax1-1/+1
2018-02-08regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter1-4/+0
2018-02-08regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter1-1/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-0/+85
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-nextMark Brown4-1/+96
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-nextMark Brown5-22/+54
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis1-1/+3
2018-01-08regcache: flat: Un-inline index lookup from cache accessAndrew F. Davis1-5/+10
2018-01-08regmap: Add SoundWire bus supportVinod Koul3-0/+93
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang1-1/+1
2017-12-27regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski1-0/+7
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski1-1/+3
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski1-2/+4
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla3-0/+85
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski1-2/+12
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-constMark Brown3-1/+20
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown3-0/+12
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski1-2/+2
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski1-1/+8
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang2-13/+2
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-19/+104
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-nextMark Brown5-19/+104
2017-11-06regmap: Fix unused warningBaolin Wang1-1/+1
2017-11-06regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown1-1/+1
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown1-0/+2
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown1-1/+2
2017-11-03regmap: Add a config option for hwspinlockMark Brown2-0/+11