aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-nextMark Brown1-0/+36
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik1-0/+2
2017-06-06regmap: Add 1-Wire bus supportAlex A. Mihaylov1-0/+34
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-nextMark Brown1-48/+67
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax1-48/+67
2016-10-29Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' into regmap-linusMark Brown1-5/+6
2016-10-28regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax1-5/+5
2016-10-13regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada1-0/+1
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren1-4/+4
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-nextMark Brown1-0/+49
2016-07-15regmap: add iopoll-like polling macroPhilipp Zabel1-0/+39
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan1-0/+10
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown1-48/+49
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', 'regmap/topic/irq' and 'regmap/topic/stride' into regmap-nextMark Brown1-1/+9
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+8
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto1-9/+3
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto1-2/+4
2016-02-26regmap: add regmap_field_force_xxx() macrosKuninori Morimoto1-0/+4
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto1-2/+2
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto1-2/+3
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto1-0/+12
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto1-2/+2
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto1-1/+3
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto1-1/+11
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto1-13/+2
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto1-12/+2
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto1-10/+2
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto1-9/+3
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto1-0/+11
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+8
2016-01-22regmap: clairify meaning of max_registerStefan Agner1-1/+1
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown1-0/+16
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+16
2015-12-01regmap: Fix leftover from struct reg_default to struct reg_sequence changeDaniel Wagner1-1/+1
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-nextMark Brown1-0/+3
2015-10-12Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown1-0/+3
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle1-0/+3
2015-09-24regmap: Add generic macro to define regmap_irqQipeng Zha1-0/+3
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-0/+2
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-0/+3
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-nextMark Brown1-52/+311
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-nextMark Brown1-0/+11
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann1-0/+2
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann1-0/+4
2015-08-21regmap: Add missing comments about struct regmap_busMarkus Pargmann1-1/+4
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat1-11/+162
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat1-49/+143
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin1-1/+4
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-3/+14
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto1-0/+2