summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla2020-09-281-0/+11
* regmap: fix duplicated word in <linux/regmap.h>Randy Dunlap2020-07-171-1/+1
* Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2020-07-081-9/+12
|\
| * regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle2020-07-081-9/+12
* | regmap: convert all regmap_update_bits() and co. macros to static inlinesBartosz Golaszewski2020-06-151-30/+192
|/
* Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown2020-05-291-0/+36
|\
| * regmap: provide helpers for simple bit operationsBartosz Golaszewski2020-05-291-0/+36
* | Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean...Mark Brown2020-05-291-0/+8
|\ \
| * | regmap: add helper for per-port regfield initializationVladimir Oltean2020-05-291-0/+8
| |/
* | regmap: Simplify implementation of the regmap_field_read_poll_timeout() macroDejin Zheng2020-04-201-19/+4
* | regmap: Simplify implementation of the regmap_read_poll_timeout() macroDejin Zheng2020-04-201-20/+5
* | Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@w...Mark Brown2020-04-141-0/+10
|\ \
| * | regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle2020-04-141-0/+10
| |/
* / regmap: add reg_sequence helpersMarco Felsch2020-04-141-0/+7
|/
* regmap: wrong descriptions in regmap_range_cfgPhong LE2020-02-191-2/+2
* regmap: add iopoll-like atomic polling macroSameer Pujar2020-01-091-0/+45
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-2/+2
|\
| * docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-2/+2
* | Merge branch 'regmap-5.3' into regmap-nextMark Brown2019-07-041-0/+20
|\ \
| * | regmap: add i3c bus supportVitor Soares2019-06-071-0/+20
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* regmap: regmap-irq: Add main status register supportMatti Vaittinen2019-01-231-0/+31
* regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski2018-12-191-0/+4
* regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen2018-12-191-6/+21
* regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski2018-12-131-0/+4
* regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)Tony Xie2018-11-141-0/+6
*-. Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-211-4/+27
|\ \
| | * regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-4/+8
| |/ |/|
| * regmap: Add regmap_noinc_write APIBen Whitten2018-10-191-0/+19
|/
* Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2018-08-091-0/+19
|\
| * regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-091-0/+19
* | regmap: add SCCB supportAkinobu Mita2018-07-181-0/+35
|/
* regmap: add missing prototype for devm_init_slimbusSrinivas Kandagatla2018-05-251-1/+17
* regmap: include <linux/ktime.h> from include/linux/regmap.hSean Wang2018-04-241-0/+1
* regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+3
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-0/+18
|\
| * regmap: add SLIMbus supportSrinivas Kandagatla2017-12-191-0/+18
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown2018-01-121-1/+42
|\ \ \
| | * | regmap: Allow empty read/write_flag_maskAndrew F. Davis2018-01-081-1/+5
| | |/
| * | regmap: Add SoundWire bus supportVinod Koul2018-01-081-0/+37
| | |
| \ \
*-. | | Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown2018-01-121-0/+7
|\ \| | | |_|/ |/| |
| | * regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang2017-12-271-0/+2
| |/ |/|
| * regmap: allow to disable all locking mechanismsBartosz Golaszewski2017-12-061-0/+5
|/
*-. Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...Mark Brown2017-11-061-0/+6
|\ \
| | * regmap: Add hardware spinlock supportBaolin Wang2017-11-011-0/+6
| |/
* | regmap: avoid -Wint-in-bool-context warningArnd Bergmann2017-10-131-10/+14
* | Merge branch 'topic/field' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2017-10-131-0/+39
|\ \
| * | regmap: add iopoll-like polling macro for regmap_fieldChen-Yu Tsai2017-10-041-0/+39
| |/
* | Merge branch 'topic/namespace' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-10-131-8/+9
|\ \ | |/ |/|
| * regmap: Avoid namespace collision within macro & tidy upRamesh Shanmugasundaram2017-07-101-8/+9