index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2023-06-28
10
-259
/
+808
|
\
|
*
regmap: Allow reads from write only registers with the flat cache
Mark Brown
2023-06-19
1
-3
/
+12
|
*
regmap: Drop early readability check
Mark Brown
2023-06-16
1
-3
/
+3
|
*
regmap: Add KUnit tests for read/write checking
Mark Brown
2023-06-14
1
-0
/
+115
|
|
\
|
|
*
regmap: Add test to make sure we don't sync to read only registers
Mark Brown
2023-06-14
1
-0
/
+42
|
|
*
regmap: Add a test case for write only registers
Mark Brown
2023-06-14
1
-0
/
+32
|
|
*
regmap: Add test that writes to write only registers are prevented
Mark Brown
2023-06-14
1
-0
/
+41
|
*
|
regmap: Check for register readability before checking cache during read
Mark Brown
2023-06-14
1
-3
/
+3
|
|
/
|
*
regmap: Add debugfs file for forcing field writes
Waqar Hameed
2023-06-13
3
-1
/
+15
|
*
regmap: Provide basic test coverage for raw I/O
Mark Brown
2023-06-12
4
-1
/
+469
|
|
\
|
|
*
regmap: Provide basic KUnit coverage for the raw register I/O
Mark Brown
2023-06-12
1
-0
/
+327
|
|
*
regmap: Provide a ram backed regmap with raw support
Mark Brown
2023-06-12
3
-1
/
+142
|
*
|
regmap: Don't check for changes in regcache_set_val()
Mark Brown
2023-06-12
2
-7
/
+3
|
*
|
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
2023-06-12
3
-8
/
+80
|
*
|
regmap: Merge up v6.4-rc6
Mark Brown
2023-06-12
4
-6
/
+22
|
|
\
|
|
*
|
regmap: Add missing cache_only checks
Charles Keepax
2023-06-01
1
-10
/
+16
|
*
|
regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put
Charles Keepax
2023-06-01
1
-3
/
+3
|
*
|
regmap: Load register defaults in blocks rather than register by register
Mark Brown
2023-05-24
1
-6
/
+52
|
*
|
regmap-irq: Cleanups and remove unused
Mark Brown
2023-05-12
1
-175
/
+47
|
|
\
\
|
|
*
|
regmap-irq: Drop backward compatibility for inverted mask/unmask
Aidan MacDonald
2023-05-12
1
-33
/
+11
|
|
*
|
regmap-irq: Minor adjustments to .handle_mask_sync()
Aidan MacDonald
2023-05-12
1
-34
/
+31
|
|
*
|
regmap-irq: Remove support for not_fixed_stride
Aidan MacDonald
2023-05-12
1
-40
/
+3
|
|
*
|
regmap-irq: Remove type registers
Aidan MacDonald
2023-05-12
1
-74
/
+8
|
*
|
|
regmap: mmio: Allow passing an empty config->reg_stride
Maxime Chevallier
2023-05-12
1
-1
/
+1
|
|
/
/
|
*
|
regmap-irq: Remove virtual registers
Aidan MacDonald
2023-05-11
1
-48
/
+0
|
*
|
regmap-irq: Drop map from handle_mask_sync() parameters
William Breathitt Gray
2023-05-08
1
-3
/
+2
*
|
|
regmap: spi-avmm: Fix regmap_bus max_raw_write
Russ Weight
2023-06-20
1
-1
/
+1
*
|
|
regmap: regcache: Don't sync read-only registers
Takashi Iwai
2023-06-13
1
-0
/
+3
|
|
/
|
/
|
*
|
regmap: maple: Drop the RCU read lock while syncing registers
Mark Brown
2023-05-24
1
-1
/
+4
*
|
regmap: sdw: check for invalid multi-register writes config
Srinivas Kandagatla
2023-05-24
1
-0
/
+4
*
|
regmap: Account for register length when chunking
Jim Wylder
2023-05-18
1
-2
/
+4
*
|
regmap: REGMAP_KUNIT should not select REGMAP
Geert Uytterhoeven
2023-05-08
1
-3
/
+10
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
1
-4
/
+4
|
\
|
*
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-4
/
+4
*
|
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2023-04-07
2
-3
/
+9
*
|
Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers
Mark Brown
2023-04-05
1
-3
/
+5
|
\
\
|
*
|
regmap: Pass irq_drv_data as a parameter for set_type_config()
William Breathitt Gray
2023-04-05
1
-3
/
+5
|
|
/
*
|
regmap: Use mas_walk() instead of mas_find()
Mark Brown
2023-04-05
1
-2
/
+2
*
|
regmap: Fix double unlock in the maple cache
Mark Brown
2023-04-04
1
-2
/
+3
*
|
regmap: Add maple tree based register cache
Mark Brown
2023-04-03
5
-1
/
+284
*
|
regmap: Factor out single value register syncing
Mark Brown
2023-04-03
2
-14
/
+27
*
|
regmap: Add some basic kunit tests
Mark Brown
2023-03-30
3
-0
/
+744
*
|
regmap: Add RAM backed register map
Mark Brown
2023-03-30
4
-0
/
+108
*
|
regmap: Removed compressed cache support
Mark Brown
2023-03-29
5
-378
/
+0
*
|
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
2023-03-27
1
-0
/
+18
*
|
regmap: Clarify error for unknown cache types
Mark Brown
2023-03-27
1
-1
/
+1
*
|
regmap: Handle sparse caches in the default sync
Mark Brown
2023-03-27
1
-0
/
+2
*
|
Introduce a helper to translate register addresses
Mark Brown
2023-03-24
1
-14
/
+13
|
\
\
|
*
|
regmap: add a helper to translate the register address
Maxime Chevallier
2023-03-24
1
-14
/
+13
|
|
/
*
|
regmap: cache: Silence checkpatch warning
Alexander Stein
2023-03-13
1
-1
/
+1
[next]