Age | Commit message (Expand) | Author |
2016-10-29 | Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int... | Mark Brown |
2016-10-28 | regmap: Rename ret variable in regmap_read_poll_timeout | Charles Keepax |
2016-10-13 | regmap: include <linux/delay.h> from include/linux/regmap.h | Masahiro Yamada |
2016-09-16 | regmap: Allow longer flag masks for read and write | Tony Lindgren |
2016-07-15 | Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm... | Mark Brown |
2016-07-15 | regmap: add iopoll-like polling macro | Philipp Zabel |
2016-06-03 | regmap: irq: Add support to call client specific pre/post interrupt service | Laxman Dewangan |
2016-03-05 | Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next | Mark Brown |
2016-03-05 | Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '... | Mark Brown |
2016-03-05 | regmap: irq: add devm apis for regmap_{add,del}_irq_chip | Laxman Dewangan |
2016-03-05 | regmap: replace regmap_write_bits() | Kuninori Morimoto |
2016-02-26 | regmap: add regmap_fields_force_xxx() macros | Kuninori Morimoto |
2016-02-26 | regmap: add regmap_field_force_xxx() macros | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_fields_update_bits() into macro | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_fields_write() into macro | Kuninori Morimoto |
2016-02-20 | regmap: add regmap_fields_update_bits_base() | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_field_update_bits() into macro | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_field_write() into macro | Kuninori Morimoto |
2016-02-20 | regmap: add regmap_field_update_bits_base() | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_update_bits_check_async() into macro | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_update_bits_check() into macro | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_update_bits_async() into macro | Kuninori Morimoto |
2016-02-20 | regmap: merge regmap_update_bits() into macro | Kuninori Morimoto |
2016-02-20 | regmap: add regmap_update_bits_base() | Kuninori Morimoto |
2016-02-15 | regmap: irq: add devm apis for regmap_{add,del}_irq_chip | Laxman Dewangan |
2016-01-22 | regmap: clairify meaning of max_register | Stefan Agner |
2016-01-05 | Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ... | Mark Brown |
2016-01-05 | regmap: irq: add support for configuration of trigger type | Laxman Dewangan |
2015-12-01 | regmap: Fix leftover from struct reg_default to struct reg_sequence change | Daniel Wagner |
2015-10-12 | Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ... | Mark Brown |
2015-10-12 | Merge tag 'regmap-offload-update-bits' into regmap-next | Mark Brown |
2015-10-06 | regmap: Allow installing custom reg_update_bits function | Jon Ringle |
2015-09-24 | regmap: Add generic macro to define regmap_irq | Qipeng Zha |
2015-09-17 | regmap: irq: add ack_invert flag for chips using cleared bits as ack | Guo Zeng |
2015-09-17 | regmap: irq: add support for chips who have separate unmask registers | Guo Zeng |
2015-09-04 | Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d... | Mark Brown |
2015-09-04 | Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force... | Mark Brown |
2015-08-30 | regmap: regmap max_raw_read/write getter functions | Markus Pargmann |
2015-08-30 | regmap: Introduce max_raw_read/write for regmap_bulk_read/write | Markus Pargmann |
2015-08-21 | regmap: Add missing comments about struct regmap_bus | Markus Pargmann |
2015-08-11 | regmap: Move documentation to regmap.h | Nicolas Boichat |
2015-08-07 | regmap: Use different lockdep class for each regmap init call | Nicolas Boichat |
2015-07-16 | regmap: Apply optional delay in multi_reg_write/register_patch | Nariman Poushin |
2015-07-16 | regmap: Use reg_sequence for multi_reg_write / register_patch | Nariman Poushin |
2015-07-10 | regmap: add regmap_fields_force_write() | Kuninori Morimoto |
2015-07-10 | regmap: add regmap_write_bits() | Kuninori Morimoto |
2015-05-22 | regmap: Introduce regmap_get_reg_stride | Srinivas Kandagatla |
2015-05-22 | regmap: Introduce regmap_get_max_register | Srinivas Kandagatla |
2015-01-27 | regmap: correct the description of structure element in reg_field | Bintian Wang |
2014-11-19 | regmap: ac97: Add generic AC'97 callbacks | Mark Brown |