index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
10
-259
/
+808
2023-06-20
regmap: spi-avmm: Fix regmap_bus max_raw_write
Russ Weight
1
-1
/
+1
2023-06-19
regmap: Allow reads from write only registers with the flat cache
Mark Brown
1
-3
/
+12
2023-06-16
regmap: Drop early readability check
Mark Brown
1
-3
/
+3
2023-06-14
regmap: Add KUnit tests for read/write checking
Mark Brown
1
-0
/
+115
2023-06-14
regmap: Check for register readability before checking cache during read
Mark Brown
1
-3
/
+3
2023-06-14
regmap: Add test to make sure we don't sync to read only registers
Mark Brown
1
-0
/
+42
2023-06-14
regmap: Add a test case for write only registers
Mark Brown
1
-0
/
+32
2023-06-14
regmap: Add test that writes to write only registers are prevented
Mark Brown
1
-0
/
+41
2023-06-13
regmap: Add debugfs file for forcing field writes
Waqar Hameed
3
-1
/
+15
2023-06-13
regmap: regcache: Don't sync read-only registers
Takashi Iwai
1
-0
/
+3
2023-06-12
regmap: Provide basic test coverage for raw I/O
Mark Brown
4
-1
/
+469
2023-06-12
regmap: Don't check for changes in regcache_set_val()
Mark Brown
2
-7
/
+3
2023-06-12
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
3
-8
/
+80
2023-06-12
regmap: Merge up v6.4-rc6
Mark Brown
4
-6
/
+22
2023-06-12
regmap: Provide basic KUnit coverage for the raw register I/O
Mark Brown
1
-0
/
+327
2023-06-12
regmap: Provide a ram backed regmap with raw support
Mark Brown
3
-1
/
+142
2023-06-01
regmap: Add missing cache_only checks
Charles Keepax
1
-10
/
+16
2023-06-01
regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put
Charles Keepax
1
-3
/
+3
2023-05-24
regmap: Load register defaults in blocks rather than register by register
Mark Brown
1
-6
/
+52
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-12
regmap-irq: Cleanups and remove unused
Mark Brown
1
-175
/
+47
2023-05-12
regmap: mmio: Allow passing an empty config->reg_stride
Maxime Chevallier
1
-1
/
+1
2023-05-12
regmap-irq: Drop backward compatibility for inverted mask/unmask
Aidan MacDonald
1
-33
/
+11
2023-05-12
regmap-irq: Minor adjustments to .handle_mask_sync()
Aidan MacDonald
1
-34
/
+31
2023-05-12
regmap-irq: Remove support for not_fixed_stride
Aidan MacDonald
1
-40
/
+3
2023-05-12
regmap-irq: Remove type registers
Aidan MacDonald
1
-74
/
+8
2023-05-11
regmap-irq: Remove virtual registers
Aidan MacDonald
1
-48
/
+0
2023-05-08
regmap: REGMAP_KUNIT should not select REGMAP
Geert Uytterhoeven
1
-3
/
+10
2023-05-08
regmap-irq: Drop map from handle_mask_sync() parameters
William Breathitt Gray
1
-3
/
+2
2023-04-28
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-06
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
[next]