| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-01 | 1 | -0/+18 |
|\ |
|
| * | regmap: add SLIMbus support | Srinivas Kandagatla | 2017-12-19 | 1 | -0/+18 |
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer... | Mark Brown | 2018-01-12 | 1 | -1/+42 |
|\ \ \ |
|
| | * | | regmap: Allow empty read/write_flag_mask | Andrew F. Davis | 2018-01-08 | 1 | -1/+5 |
| | |/ |
|
| * | | regmap: Add SoundWire bus support | Vinod Koul | 2018-01-08 | 1 | -0/+37 |
| | | | |
| \ \ | |
*-. | | | Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're... | Mark Brown | 2018-01-12 | 1 | -0/+7 |
|\ \| |
| |_|/
|/| | |
|
| | * | regmap: Add one flag to indicate if a hwlock should be used | Baolin Wang | 2017-12-27 | 1 | -0/+2 |
| |/
|/| |
|
| * | regmap: allow to disable all locking mechanisms | Bartosz Golaszewski | 2017-12-06 | 1 | -0/+5 |
|/ |
|
*-. | Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl... | Mark Brown | 2017-11-06 | 1 | -0/+6 |
|\ \ |
|
| | * | regmap: Add hardware spinlock support | Baolin Wang | 2017-11-01 | 1 | -0/+6 |
| |/ |
|
* | | regmap: avoid -Wint-in-bool-context warning | Arnd Bergmann | 2017-10-13 | 1 | -10/+14 |
* | | Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Mark Brown | 2017-10-13 | 1 | -0/+39 |
|\ \ |
|
| * | | regmap: add iopoll-like polling macro for regmap_field | Chen-Yu Tsai | 2017-10-04 | 1 | -0/+39 |
| |/ |
|
* | | Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Mark Brown | 2017-10-13 | 1 | -8/+9 |
|\ \
| |/
|/| |
|
| * | regmap: Avoid namespace collision within macro & tidy up | Ramesh Shanmugasundaram | 2017-07-10 | 1 | -8/+9 |
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '... | Mark Brown | 2017-07-03 | 1 | -0/+36 |
|\ \ \
| |_|/
|/| | |
|
| | * | regmap: irq: add chip option mask_writeonly | Michael Grzeschik | 2017-06-28 | 1 | -0/+2 |
| |/
|/| |
|
| * | regmap: Add 1-Wire bus support | Alex A. Mihaylov | 2017-06-06 | 1 | -0/+34 |
|/ |
|
*-. | Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i... | Mark Brown | 2017-02-03 | 1 | -48/+67 |
|\ \ |
|
| * | | regmap: Fixup the kernel-doc comments on functions/structures | Charles Keepax | 2017-01-12 | 1 | -48/+67 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int... | Mark Brown | 2016-10-29 | 1 | -5/+6 |
|\ \ \
| |_|/
|/| | |
|
| | * | regmap: Rename ret variable in regmap_read_poll_timeout | Charles Keepax | 2016-10-28 | 1 | -5/+5 |
| |/
|/| |
|
| * | regmap: include <linux/delay.h> from include/linux/regmap.h | Masahiro Yamada | 2016-10-13 | 1 | -0/+1 |
|/ |
|
* | regmap: Allow longer flag masks for read and write | Tony Lindgren | 2016-09-16 | 1 | -4/+4 |
*-. | Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm... | Mark Brown | 2016-07-15 | 1 | -0/+49 |
|\ \ |
|
| | * | regmap: irq: Add support to call client specific pre/post interrupt service | Laxman Dewangan | 2016-06-03 | 1 | -0/+10 |
| |/
|/| |
|
| * | regmap: add iopoll-like polling macro | Philipp Zabel | 2016-07-15 | 1 | -0/+39 |
|/ |
|
* | Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next | Mark Brown | 2016-03-05 | 1 | -48/+49 |
|\ |
|
| * | regmap: replace regmap_write_bits() | Kuninori Morimoto | 2016-03-05 | 1 | -9/+3 |
| * | regmap: add regmap_fields_force_xxx() macros | Kuninori Morimoto | 2016-02-26 | 1 | -2/+4 |
| * | regmap: add regmap_field_force_xxx() macros | Kuninori Morimoto | 2016-02-26 | 1 | -0/+4 |
| * | regmap: merge regmap_fields_update_bits() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -2/+2 |
| * | regmap: merge regmap_fields_write() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -2/+3 |
| * | regmap: add regmap_fields_update_bits_base() | Kuninori Morimoto | 2016-02-20 | 1 | -0/+12 |
| * | regmap: merge regmap_field_update_bits() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -2/+2 |
| * | regmap: merge regmap_field_write() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -1/+3 |
| * | regmap: add regmap_field_update_bits_base() | Kuninori Morimoto | 2016-02-20 | 1 | -1/+11 |
| * | regmap: merge regmap_update_bits_check_async() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -13/+2 |
| * | regmap: merge regmap_update_bits_check() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -12/+2 |
| * | regmap: merge regmap_update_bits_async() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -10/+2 |
| * | regmap: merge regmap_update_bits() into macro | Kuninori Morimoto | 2016-02-20 | 1 | -9/+3 |
| * | regmap: add regmap_update_bits_base() | Kuninori Morimoto | 2016-02-20 | 1 | -0/+11 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '... | Mark Brown | 2016-03-05 | 1 | -1/+9 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | * | regmap: irq: add devm apis for regmap_{add,del}_irq_chip | Laxman Dewangan | 2016-02-15 | 1 | -0/+8 |
| |_|/
|/| | |
|
| | * | regmap: clairify meaning of max_register | Stefan Agner | 2016-01-22 | 1 | -1/+1 |
| |/
|/| |
|
| * | regmap: irq: add devm apis for regmap_{add,del}_irq_chip | Laxman Dewangan | 2016-03-05 | 1 | -0/+8 |
|/ |
|
*-. | Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ... | Mark Brown | 2016-01-05 | 1 | -0/+16 |
|\ \ |
|
| | * | regmap: irq: add support for configuration of trigger type | Laxman Dewangan | 2016-01-05 | 1 | -0/+16 |
| |/ |
|
* / | regmap: Fix leftover from struct reg_default to struct reg_sequence change | Daniel Wagner | 2015-12-01 | 1 | -1/+1 |
|/ |
|
*-. | Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ... | Mark Brown | 2015-10-12 | 1 | -0/+3 |
|\ \ |
|