summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
|\
| * regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
* | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
|/
*-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown2018-03-123-2/+44
|\ \
| | * regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+24
| * | regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-061-1/+2
| * | regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-061-0/+3
| * | regmap: debugfs: Don't leak dummy namesMark Brown2018-03-051-1/+3
| * | regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-051-0/+6
| * | regmap: use debugfs even when no deviceDavid Lechner2018-02-201-0/+2
| * | regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-201-1/+5
| |/
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2018-03-121-181/+119
|\ \
| * | regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax2018-02-261-36/+3
| * | regmap: Tidy up regmap_raw_write chunking codeCharles Keepax2018-02-261-21/+16
| * | regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax2018-02-261-63/+54
| * | regmap: Remove unnecessary printk for failed allocationCharles Keepax2018-02-261-3/+2
| * | regmap: Format data for raw write in regmap_bulk_writeCharles Keepax2018-02-261-2/+15
| * | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-02-261-1/+1
| |\ \
| * | | regmap: Use _regmap_read in regmap_bulk_readCharles Keepax2018-02-161-5/+13
| * | | regmap: Tidy up regmap_raw_read chunking codeCharles Keepax2018-02-161-25/+19
| * | | regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax2018-02-161-55/+35
| * | | regmap: Use helper function for register offsetCharles Keepax2018-02-131-1/+1
| * | | regmap: Don't use format_val in regmap_bulk_readCharles Keepax2018-02-131-32/+23
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown2018-03-122-5/+1
|\ \ \ \
| | * | | regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax2018-02-131-1/+1
| | |/ /
| * | | regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter2018-02-081-4/+0
* | | | Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown2018-03-121-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter2018-02-081-1/+1
| |/ /
* | | regmap: Correct comparison in regmap_cachedCharles Keepax2018-02-131-1/+1
| |/ |/|
* | 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/+2
| |/
* | 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
OpenPOWER on IntegriCloud