Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux |  Linus Torvalds | 1 | -2/+2 |
2019-07-04 | Merge branch 'regmap-5.3' into regmap-next |  Mark Brown | 1 | -0/+20 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 |  Thomas Gleixner | 1 | -4/+1 |
2019-06-14 | docs: timers: convert docs to ReST and rename to *.rst |  Mauro Carvalho Chehab | 1 | -2/+2 |
2019-06-07 | regmap: add i3c bus support |  Vitor Soares | 1 | -0/+20 |
2019-01-23 | regmap: regmap-irq: Add main status register support |  Matti Vaittinen | 1 | -0/+31 |
2018-12-19 | regmap: irq: add an option to clear status registers on unmask |  Bartosz Golaszewski | 1 | -0/+4 |
2018-12-19 | regmap: regmap-irq/gpio-max77620: add level-irq support |  Matti Vaittinen | 1 | -6/+21 |
2018-12-13 | regmap: irq: handle HW using separate rising/falling edge interrupts |  Bartosz Golaszewski | 1 | -0/+4 |
2018-11-14 | regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) |  Tony Xie | 1 | -0/+6 |
2018-10-21 | Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-next |  Mark Brown | 1 | -4/+27 |
2018-10-19 | regmap: Add regmap_noinc_write API |  Ben Whitten | 1 | -0/+19 |
2018-09-07 | regmap: split up regmap_config.use_single_rw |  David Frey | 1 | -4/+8 |
2018-08-09 | Merge tag 'regmap-noinc-read' into regmap-4.19 |  Mark Brown | 1 | -0/+19 |
2018-08-09 | regmap: Add regmap_noinc_read API |  Crestez Dan Leonard | 1 | -0/+19 |
2018-07-18 | regmap: add SCCB support |  Akinobu Mita | 1 | -0/+35 |
2018-05-25 | regmap: add missing prototype for devm_init_slimbus |  Srinivas Kandagatla | 1 | -1/+17 |
2018-04-24 | regmap: include <linux/ktime.h> from include/linux/regmap.h |  Sean Wang | 1 | -0/+1 |
2018-02-26 | regmap: mmio: Add function to attach a clock |  Maxime Ripard | 1 | -0/+3 |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 1 | -0/+18 |
2018-01-12 | Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-next |  Mark Brown | 1 | -1/+42 |
2018-01-12 | Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-next |  Mark Brown | 1 | -0/+7 |
2018-01-08 | regmap: Allow empty read/write_flag_mask |  Andrew F. Davis | 1 | -1/+5 |
2018-01-08 | regmap: Add SoundWire bus support |  Vinod Koul | 1 | -0/+37 |
2017-12-27 | regmap: Add one flag to indicate if a hwlock should be used |  Baolin Wang | 1 | -0/+2 |
2017-12-19 | regmap: add SLIMbus support |  Srinivas Kandagatla | 1 | -0/+18 |
2017-12-06 | regmap: allow to disable all locking mechanisms |  Bartosz Golaszewski | 1 | -0/+5 |
2017-11-06 | Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-next |  Mark Brown | 1 | -0/+6 |
2017-11-01 | regmap: Add hardware spinlock support |  Baolin Wang | 1 | -0/+6 |
2017-10-13 | regmap: avoid -Wint-in-bool-context warning |  Arnd Bergmann | 1 | -10/+14 |
2017-10-13 | Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-core |  Mark Brown | 1 | -0/+39 |
2017-10-13 | Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-core |  Mark Brown | 1 | -8/+9 |
2017-10-04 | regmap: add iopoll-like polling macro for regmap_field |  Chen-Yu Tsai | 1 | -0/+39 |
2017-07-10 | regmap: Avoid namespace collision within macro & tidy up |  Ramesh Shanmugasundaram | 1 | -8/+9 |
2017-07-03 | Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-next |  Mark Brown | 1 | -0/+36 |
2017-06-28 | regmap: irq: add chip option mask_writeonly |  Michael Grzeschik | 1 | -0/+2 |
2017-06-06 | regmap: Add 1-Wire bus support |  Alex A. Mihaylov | 1 | -0/+34 |
2017-02-03 | Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-next |  Mark Brown | 1 | -48/+67 |
2017-01-12 | regmap: Fixup the kernel-doc comments on functions/structures |  Charles Keepax | 1 | -48/+67 |
2016-10-29 | Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' into regmap-linus |  Mark Brown | 1 | -5/+6 |
2016-10-28 | regmap: Rename ret variable in regmap_read_poll_timeout |  Charles Keepax | 1 | -5/+5 |
2016-10-13 | regmap: include <linux/delay.h> from include/linux/regmap.h |  Masahiro Yamada | 1 | -0/+1 |
2016-09-16 | regmap: Allow longer flag masks for read and write |  Tony Lindgren | 1 | -4/+4 |
2016-07-15 | Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-next |  Mark Brown | 1 | -0/+49 |
2016-07-15 | regmap: add iopoll-like polling macro |  Philipp Zabel | 1 | -0/+39 |
2016-06-03 | regmap: irq: Add support to call client specific pre/post interrupt service |  Laxman Dewangan | 1 | -0/+10 |
2016-03-05 | Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next |  Mark Brown | 1 | -48/+49 |
2016-03-05 | Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', 'regmap/topic/irq' and 'regmap/topic/stride' into regmap-next |  Mark Brown | 1 | -1/+9 |
2016-03-05 | regmap: irq: add devm apis for regmap_{add,del}_irq_chip |  Laxman Dewangan | 1 | -0/+8 |
2016-03-05 | regmap: replace regmap_write_bits() |  Kuninori Morimoto | 1 | -9/+3 |