index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
regmap: maple: Drop the RCU read lock while syncing registers
Mark Brown
1
-1
/
+4
2023-05-24
regmap: sdw: check for invalid multi-register writes config
Srinivas Kandagatla
1
-0
/
+4
2023-05-18
regmap: Account for register length when chunking
Jim Wylder
1
-2
/
+4
2023-05-08
regmap: REGMAP_KUNIT should not select REGMAP
Geert Uytterhoeven
1
-3
/
+10
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2023-04-07
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2
-3
/
+9
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-4
/
+4
2023-04-05
Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers
Mark Brown
1
-3
/
+5
2023-04-05
regmap: Pass irq_drv_data as a parameter for set_type_config()
William Breathitt Gray
1
-3
/
+5
2023-04-05
regmap: Use mas_walk() instead of mas_find()
Mark Brown
1
-2
/
+2
2023-04-04
regmap: Fix double unlock in the maple cache
Mark Brown
1
-2
/
+3
2023-04-03
regmap: Add maple tree based register cache
Mark Brown
5
-1
/
+284
2023-04-03
regmap: Factor out single value register syncing
Mark Brown
2
-14
/
+27
2023-03-30
regmap: Add some basic kunit tests
Mark Brown
3
-0
/
+744
2023-03-30
regmap: Add RAM backed register map
Mark Brown
4
-0
/
+108
2023-03-29
regmap: Removed compressed cache support
Mark Brown
5
-378
/
+0
2023-03-27
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
1
-0
/
+18
2023-03-27
regmap: Clarify error for unknown cache types
Mark Brown
1
-1
/
+1
2023-03-27
regmap: Handle sparse caches in the default sync
Mark Brown
1
-0
/
+2
2023-03-24
Introduce a helper to translate register addresses
Mark Brown
1
-14
/
+13
2023-03-24
regmap: add a helper to translate the register address
Maxime Chevallier
1
-14
/
+13
2023-03-13
regmap: cache: Silence checkpatch warning
Alexander Stein
1
-1
/
+1
2023-03-13
regmap: cache: Return error in cache sync operations for REGCACHE_NONE
Alexander Stein
1
-0
/
+6
2023-03-06
regmap: Add support for devices with no interrupt readback
Mark Brown
1
-7
/
+15
2023-03-05
regmap-irq: Add no_status support
William Breathitt Gray
1
-7
/
+15
2023-03-05
regmap: sdw: Remove 8-bit value size restriction
Lucas Tanure
1
-15
/
+24
2023-03-05
regmap: sdw: Update misleading comment
Charles Keepax
1
-1
/
+1
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
[next]