Age | Commit message (Expand) | Author |
2018-08-09 | Merge tag 'regmap-noinc-read' into regmap-4.19 | Mark Brown |
2018-08-09 | regmap: Add regmap_noinc_read API | Crestez Dan Leonard |
2018-07-23 | regmap: sccb: fix typo and sort headers alphabetically | Akinobu Mita |
2018-07-18 | Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown |
2018-07-18 | regmap: add SCCB support | Akinobu Mita |
2018-07-11 | regmap: slimbus: add support to multi read/write | Srinivas Kandagatla |
2018-06-04 | Merge branch 'regmap-4.17' into regmap-4.18 for the merge window | Mark Brown |
2018-05-25 | regmap: slimbus: allow register offsets up to 16 bits | Srinivas Kandagatla |
2018-05-17 | regmap: Skip clk_put for attached clocks when freeing context | James Kelly |
2018-03-12 | Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-... | Mark Brown |
2018-03-12 | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next | Mark Brown |
2018-03-12 | Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int... | Mark Brown |
2018-03-12 | Merge remote-tracking branch 'regmap/fix/core' into regmap-linus | Mark Brown |
2018-03-06 | regmap: debugfs: Improve warning message on debugfs_create_dir() failure | Fabio Estevam |
2018-03-06 | regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed | Jeffy Chen |
2018-03-05 | regmap: debugfs: Don't leak dummy names | Mark Brown |
2018-03-05 | regmap: debugfs: Disambiguate dummy debugfs file name | Fabio Estevam |
2018-02-26 | regmap: mmio: Add function to attach a clock | Maxime Ripard |
2018-02-26 | regmap: Merge redundant handling in regmap_bulk_write | Charles Keepax |
2018-02-26 | regmap: Tidy up regmap_raw_write chunking code | Charles Keepax |
2018-02-26 | regmap: Move the handling for max_raw_write into regmap_raw_write | Charles Keepax |
2018-02-26 | regmap: Remove unnecessary printk for failed allocation | Charles Keepax |
2018-02-26 | regmap: Format data for raw write in regmap_bulk_write | Charles Keepax |
2018-02-26 | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown |
2018-02-20 | regmap: use debugfs even when no device | David Lechner |
2018-02-20 | regmap: Allow missing device in regmap_name_read_file() | David Lechner |
2018-02-16 | regmap: Use _regmap_read in regmap_bulk_read | Charles Keepax |
2018-02-16 | regmap: Tidy up regmap_raw_read chunking code | Charles Keepax |
2018-02-16 | regmap: Move the handling for max_raw_read into regmap_raw_read | Charles Keepax |
2018-02-13 | regmap: Use helper function for register offset | Charles Keepax |
2018-02-13 | regmap: Don't use format_val in regmap_bulk_read | Charles Keepax |
2018-02-13 | regmap: Correct comparison in regmap_cached | Charles Keepax |
2018-02-13 | regmap: Correct offset handling in regmap_volatile_range | Charles Keepax |
2018-02-08 | regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write() | Dan Carpenter |
2018-02-08 | regmap: Fix reversed bounds check in regmap_raw_write() | Dan Carpenter |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-12 | Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer... | Mark Brown |
2018-01-12 | Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're... | Mark Brown |
2018-01-08 | regmap: Allow empty read/write_flag_mask | Andrew F. Davis |
2018-01-08 | regcache: flat: Un-inline index lookup from cache access | Andrew F. Davis |
2018-01-08 | regmap: Add SoundWire bus support | Vinod Koul |
2017-12-27 | regmap: Add one flag to indicate if a hwlock should be used | Baolin Wang |
2017-12-27 | regmap: debugfs: document why we don't create the debugfs entries | Bartosz Golaszewski |
2017-12-21 | regmap: debugfs: emit a debug message when locking is disabled | Bartosz Golaszewski |
2017-12-19 | regmap: use proper part of work_buf for storing val | Krzysztof Adamski |
2017-12-19 | regmap: add SLIMbus support | Srinivas Kandagatla |
2017-12-13 | regmap: potentially duplicate the name string stored in regmap | Bartosz Golaszewski |
2017-12-13 | Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or... | Mark Brown |
2017-12-13 | regmap: Disable debugfs when locking is disabled | Mark Brown |
2017-12-13 | regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none() | Bartosz Golaszewski |