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
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
Merge remote-tracking branch 'regmap/for-6.3' into regmap-next
Mark Brown
2
-41
/
+25
2023-02-17
regmap-irq: Remove unused mask_invert flag
Aidan MacDonald
1
-14
/
+0
2023-02-17
regmap-irq: Remove unused type_invert flag
Aidan MacDonald
1
-9
/
+2
2023-01-31
regmap: apply reg_base and reg_downshift for single register ops
Daniel Golle
1
-0
/
+6
2023-01-16
regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.
Andrew Lunn
1
-18
/
+23
2022-12-12
regmap: Merge fix for where we get the number of registers from
Mark Brown
1
-4
/
+11
2022-12-09
regmap-irq: Add handle_mask_sync() callback
William Breathitt Gray
1
-13
/
+31
2022-11-25
fsi: Add regmap and refactor sbefifo
Mark Brown
3
-1
/
+237
2022-11-25
regmap: Add FSI bus support
Eddie James
3
-1
/
+237
2022-11-22
regmap: add regmap_might_sleep()
Michael Walle
1
-0
/
+13
2022-11-09
regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
Yassine Oudjana
1
-4
/
+11
2022-10-04
Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
4
-103
/
+428
2022-09-22
regmap: mmio: replace return 0 with break in switch statement
Colin Ian King
1
-1
/
+1
2022-09-07
regmap: spi-avmm: Use swabXX_array() helpers
Andy Shevchenko
1
-10
/
+4
2022-09-07
regmap: mmio: Use swabXX_array() helpers
Andy Shevchenko
1
-16
/
+4
2022-09-05
regmap: trace: Remove unneeded blank lines
Andy Shevchenko
1
-8
/
+0
2022-09-05
regmap: trace: Remove explicit castings
Andy Shevchenko
1
-12
/
+5
2022-09-05
regmap: trace: Remove useless check for NULL for bulk ops
Andy Shevchenko
1
-2
/
+1
2022-09-01
regmap: mmio: Fix rebase error
Linus Walleij
1
-3
/
+0
2022-08-23
regmap: check right noinc bounds in debug print
Linus Walleij
1
-2
/
+2
2022-08-23
regmap: introduce value tracing for regmap bulk operations
Dmitry Rokosov
2
-0
/
+50
2022-08-18
regmap: spi: Reserve space for register address/padding
Cristian Ciocaltea
1
-0
/
+8
2022-08-17
regmap: mmio: Support accelerared noinc operations
Linus Walleij
1
-0
/
+162
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
1
-3
/
+120
2022-08-15
regmap: mmio: Extending to support IO ports
Mark Brown
1
-52
/
+88
2022-08-15
regmap: Make use of get_unaligned_be24(), put_unaligned_be24()
Andy Shevchenko
1
-20
/
+17
2022-08-15
regmap: mmio: Fix MMIO accessors to avoid talking to IO port
Andy Shevchenko
1
-4
/
+4
2022-08-15
regmap: mmio: Introduce IO accessors that can talk to IO port
Andy Shevchenko
1
-9
/
+96
2022-08-15
regmap: mmio: Get rid of broken 64-bit IO
Andy Shevchenko
1
-49
/
+0
2022-08-15
regmap: mmio: Remove mmio_relaxed member from context
Andy Shevchenko
1
-6
/
+4
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
1
-0
/
+2
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
1
-0
/
+3
2022-07-05
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
1
-1
/
+1
2022-06-30
regmap-irq cleanups and refactoring
Mark Brown
1
-137
/
+295
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
1
-0
/
+6
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
1
-0
/
+2
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
1
-46
/
+80
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
1
-45
/
+69
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
1
-0
/
+6
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
1
-5
/
+110
2022-06-29
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
1
-4
/
+10
2022-06-29
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
1
-17
/
+7
2022-06-29
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
Aidan MacDonald
1
-6
/
+6
2022-06-29
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
1
-11
/
+8
2022-06-29
regmap-irq: Cleanup sizeof(...) use in memory allocation
Aidan MacDonald
1
-8
/
+8
2022-06-29
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
1
-6
/
+0
2022-06-29
regmap-irq: Convert bool bitfields to unsigned int
Aidan MacDonald
1
-1
/
+1
2022-06-29
regmap: Merge up fixes
Mark Brown
2
-10
/
+13
2022-06-27
regmap: Don't warn about cache only mode for devices with no cache
Mark Brown
1
-1
/
+2
2022-06-22
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
Aidan MacDonald
1
-1
/
+2
[next]