aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen1-0/+31
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski1-0/+4
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen1-6/+21
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski1-0/+4
2018-11-14regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)Tony Xie1-0/+6
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-nextMark Brown1-4/+27
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten1-0/+19
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-4/+8
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown1-0/+19
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard1-0/+19
2018-07-18regmap: add SCCB supportAkinobu Mita1-0/+35
2018-05-25regmap: add missing prototype for devm_init_slimbusSrinivas Kandagatla1-1/+17
2018-04-24regmap: include <linux/ktime.h> from include/linux/regmap.hSean Wang1-0/+1
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard1-0/+3
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+18
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-nextMark Brown1-1/+42
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-nextMark Brown1-0/+7
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis1-1/+5
2018-01-08regmap: Add SoundWire bus supportVinod Koul1-0/+37
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang1-0/+2
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla1-0/+18
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski1-0/+5
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-nextMark Brown1-0/+6
2017-11-01regmap: Add hardware spinlock supportBaolin Wang1-0/+6
2017-10-13regmap: avoid -Wint-in-bool-context warningArnd Bergmann1-10/+14
2017-10-13Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-coreMark Brown1-0/+39
2017-10-13Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-coreMark Brown1-8/+9
2017-10-04regmap: add iopoll-like polling macro for regmap_fieldChen-Yu Tsai1-0/+39
2017-07-10regmap: Avoid namespace collision within macro & tidy upRamesh Shanmugasundaram1-8/+9
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