summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown-3/+83
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks-6/+12
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten-0/+80
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey-2/+2
2018-09-07regmap: fix comment for regmap.use_single_writeDavid Frey-1/+1
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown-1/+81
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard-1/+81
2018-07-23regmap: sccb: fix typo and sort headers alphabeticallyAkinobu Mita-3/+3
2018-07-18Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-0/+133
2018-07-18regmap: add SCCB supportAkinobu Mita-0/+133
2018-07-11regmap: slimbus: add support to multi read/writeSrinivas Kandagatla-16/+7
2018-06-04Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown-1/+2
2018-05-25regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla-1/+1
2018-05-17regmap: Skip clk_put for attached clocks when freeing contextJames Kelly-1/+2
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam-0/+6
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard-0/+24
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax-36/+3
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax-21/+16
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax-63/+54
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax-3/+2
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax-2/+15
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-1/+1
2018-02-20regmap: use debugfs even when no deviceDavid Lechner-0/+2
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner-1/+5
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax-5/+13
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax-25/+19
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax-55/+35
2018-02-13regmap: Use helper function for register offsetCharles Keepax-1/+1
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax-32/+23
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax-1/+1
2018-02-13regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax-1/+1
2018-02-08regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter-4/+0
2018-02-08regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter-1/+1
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