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