aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@nxp.com>:Mark Brown1-0/+2
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean1-0/+2
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+3
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+2
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@svanheule.net>:Mark Brown1-0/+36
2021-05-19regmap: Add MDIO bus supportSander Vanheule1-0/+36
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure1-0/+2
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh1-0/+4
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh1-0/+5
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh1-0/+7
2020-11-26Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Liao <yung-chuan.liao@linux.intel.com>:Mark Brown1-0/+35
2020-11-26regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQPierre-Louis Bossart1-0/+35
2020-10-26regmap: mmio: add config option to allow relaxed MMIO accessesAdrian Ratiu1-0/+5
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam1-0/+2
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown1-0/+11
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla1-0/+11
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko1-0/+3
2020-08-26regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun1-0/+36
2020-07-17regmap: fix duplicated word in <linux/regmap.h>Randy Dunlap1-1/+1
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-5.9Mark Brown1-9/+12
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle1-9/+12
2020-06-15regmap: convert all regmap_update_bits() and co. macros to static inlinesBartosz Golaszewski1-30/+192
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl>Mark Brown1-0/+36
2020-05-29Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean <olteanv@gmail.com>:Mark Brown1-0/+8
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+36
2020-05-29regmap: add helper for per-port regfield initializationVladimir Oltean1-0/+8
2020-04-20regmap: Simplify implementation of the regmap_field_read_poll_timeout() macroDejin Zheng1-19/+4
2020-04-20regmap: Simplify implementation of the regmap_read_poll_timeout() macroDejin Zheng1-20/+5
2020-04-14Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@walle.cc>:Mark Brown1-0/+10
2020-04-14regmap: add reg_sequence helpersMarco Felsch1-0/+7
2020-04-14regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle1-0/+10
2020-02-19regmap: wrong descriptions in regmap_range_cfgPhong LE1-2/+2
2020-01-09regmap: add iopoll-like atomic polling macroSameer Pujar1-0/+45
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown1-0/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-2/+2
2019-06-07regmap: add i3c bus supportVitor Soares1-0/+20
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