summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
AgeCommit message (Expand)Author
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-07regmap: add i3c bus supportVitor Soares
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski
2018-11-14regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)Tony Xie
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard
2018-07-18regmap: add SCCB supportAkinobu Mita
2018-05-25regmap: add missing prototype for devm_init_slimbusSrinivas Kandagatla
2018-04-24regmap: include <linux/ktime.h> from include/linux/regmap.hSean Wang
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis
2018-01-08regmap: Add SoundWire bus supportVinod Koul
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown
2017-11-01regmap: Add hardware spinlock supportBaolin Wang
2017-10-13regmap: avoid -Wint-in-bool-context warningArnd Bergmann
2017-10-13Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2017-10-13Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2017-10-04regmap: add iopoll-like polling macro for regmap_fieldChen-Yu Tsai
2017-07-10regmap: Avoid namespace collision within macro & tidy upRamesh Shanmugasundaram
2017-07-03Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and '...Mark Brown
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik
2017-06-06regmap: Add 1-Wire bus supportAlex A. Mihaylov
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax
2016-10-29Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown
2016-10-28regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax
2016-10-13regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren
2016-07-15Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown
2016-07-15regmap: add iopoll-like polling macroPhilipp Zabel
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto