index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
regmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
regmap-irq: Remove unused mask_invert flag
Aidan MacDonald
1
-4
/
+0
2023-02-17
regmap-irq: Remove unused type_invert flag
Aidan MacDonald
1
-3
/
+0
2023-02-14
regmap: Reorder fields in 'struct regmap_bus' to save some memory
Christophe JAILLET
1
-2
/
+2
2023-01-16
regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.
Andrew Lunn
1
-0
/
+8
2022-12-09
regmap-irq: Add handle_mask_sync() callback
William Breathitt Gray
1
-0
/
+5
2022-11-25
fsi: Add regmap and refactor sbefifo
Mark Brown
1
-0
/
+37
2022-11-25
regmap: Add FSI bus support
Eddie James
1
-0
/
+37
2022-11-22
regmap: add regmap_might_sleep()
Michael Walle
1
-0
/
+7
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
1
-0
/
+8
2022-08-15
regmap: mmio: Introduce IO accessors that can talk to IO port
Andy Shevchenko
1
-0
/
+3
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
1
-2
/
+4
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
1
-2
/
+13
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
1
-3
/
+15
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
1
-6
/
+12
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
1
-0
/
+12
2022-06-29
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
1
-2
/
+0
2022-06-29
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
1
-3
/
+5
2022-06-29
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
1
-3
/
+0
2022-06-29
regmap-irq: Convert bool bitfields to unsigned int
Aidan MacDonald
1
-13
/
+13
2022-06-15
regmap: provide regmap_field helpers for simple bit operations
Li Chen
1
-0
/
+37
2022-05-05
regmap: Add bulk read/write callbacks into regmap_config
Marek Vasut
1
-0
/
+12
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
1
-0
/
+3
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
1
-0
/
+3
2021-11-15
regmap: allow to define reg_update_bits for no bus configuration
Ansuel Smith
1
-0
/
+7
2021-08-26
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...
Mark Brown
1
-0
/
+2
2021-08-26
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
1
-0
/
+2
2021-08-02
regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields
Icenowy Zheng
1
-2
/
+3
2021-06-07
regmap-irq: Introduce inverted status registers support
Maxim Kochetkov
1
-0
/
+2
2021-05-19
Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...
Mark Brown
1
-0
/
+36
2021-05-19
regmap: Add MDIO bus support
Sander Vanheule
1
-0
/
+36
2021-05-14
regmap-i2c: Set regmap max raw r/w from quirks
Lucas Tanure
1
-0
/
+2
2021-03-31
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
1
-0
/
+4
2021-03-31
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
1
-0
/
+5
2021-03-18
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
1
-0
/
+7
2020-11-26
Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Li...
Mark Brown
1
-0
/
+35
2020-11-26
regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQ
Pierre-Louis Bossart
1
-0
/
+35
2020-10-26
regmap: mmio: add config option to allow relaxed MMIO accesses
Adrian Ratiu
1
-0
/
+5
2020-10-05
regmap: irq: Add support to clear ack registers
Laxminath Kasam
1
-0
/
+2
2020-09-28
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
1
-0
/
+11
2020-09-28
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
1
-0
/
+11
2020-09-02
regmap: Add can_sleep configuration option
Dmitry Osipenko
1
-0
/
+3
2020-08-26
regmap: add Intel SPI Slave to AVMM Bus Bridge support
Xu Yilun
1
-0
/
+36
2020-07-17
regmap: fix duplicated word in <linux/regmap.h>
Randy Dunlap
1
-1
/
+1
2020-07-08
Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-9
/
+12
2020-07-08
regmap-irq: use fwnode instead of device node in add_irq_chip()
Michael Walle
1
-9
/
+12
2020-06-15
regmap: convert all regmap_update_bits() and co. macros to static inlines
Bartosz Golaszewski
1
-30
/
+192
2020-05-29
Merge series "regmap: provide simple bitops and use them in a driver" from Ba...
Mark Brown
1
-0
/
+36
2020-05-29
Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean...
Mark Brown
1
-0
/
+8
2020-05-29
regmap: provide helpers for simple bit operations
Bartosz Golaszewski
1
-0
/
+36
2020-05-29
regmap: add helper for per-port regfield initialization
Vladimir Oltean
1
-0
/
+8
[next]