summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* regmap-irq: Remove unused mask_invert flagAidan MacDonald2023-02-171-4/+0
* regmap-irq: Remove unused type_invert flagAidan MacDonald2023-02-171-3/+0
* regmap: Reorder fields in 'struct regmap_bus' to save some memoryChristophe JAILLET2023-02-141-2/+2
* regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn2023-01-161-0/+8
* regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray2022-12-091-0/+5
* fsi: Add regmap and refactor sbefifoMark Brown2022-11-251-0/+37
|\
| * regmap: Add FSI bus supportEddie James2022-11-251-0/+37
* | regmap: add regmap_might_sleep()Michael Walle2022-11-221-0/+7
|/
* regmap: Support accelerated noinc operationsLinus Walleij2022-08-171-0/+8
* regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko2022-08-151-0/+3
* regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald2022-06-291-2/+4
* regmap-irq: Add get_irq_reg() callbackAidan MacDonald2022-06-291-2/+13
* regmap-irq: Fix inverted handling of unmask registersAidan MacDonald2022-06-291-3/+15
* regmap-irq: Deprecate type registers and virtual registersAidan MacDonald2022-06-291-6/+12
* regmap-irq: Introduce config registers for irq typesAidan MacDonald2022-06-291-0/+12
* regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald2022-06-291-2/+0
* regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald2022-06-291-3/+5
* regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald2022-06-291-3/+0
* regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald2022-06-291-13/+13
* regmap: provide regmap_field helpers for simple bit operationsLi Chen2022-06-151-0/+37
* regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2022-05-051-0/+12
* regmap: allow a defined reg_base to be added to every addressColin Foster2022-03-181-0/+3
* regmap: add configurable downshift for addressesColin Foster2022-03-181-0/+3
* regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith2021-11-151-0/+7
* Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2021-08-261-0/+2
|\
| * regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2021-08-261-0/+2
* | regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng2021-08-021-2/+3
* | regmap-irq: Introduce inverted status registers supportMaxim Kochetkov2021-06-071-0/+2
* | Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown2021-05-191-0/+36
|\ \
| * | regmap: Add MDIO bus supportSander Vanheule2021-05-191-0/+36
| |/
* / regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2021-05-141-0/+2
|/
* regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh2021-03-311-0/+4
* regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh2021-03-311-0/+5
* regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh2021-03-181-0/+7
* Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Li...Mark Brown2020-11-261-0/+35
|\
| * regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQPierre-Louis Bossart2020-11-261-0/+35
* | regmap: mmio: add config option to allow relaxed MMIO accessesAdrian Ratiu2020-10-261-0/+5
|/
* regmap: irq: Add support to clear ack registersLaxminath Kasam2020-10-051-0/+2
* Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown2020-09-281-0/+11
|\
| * regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla2020-09-281-0/+11
* | regmap: Add can_sleep configuration optionDmitry Osipenko2020-09-021-0/+3
* | regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun2020-08-261-0/+36
|/
* 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
| |/