index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-10-09
regmap: fix NULL deref on lookup
Johan Hovold
1
-1
/
+1
2023-09-22
regmap: rbtree: Fix wrong register marked as in-cache when creating new node
Richard Fitzgerald
1
-1
/
+2
2023-07-24
regmap: Fix the type used for a bitmap pointer
Christophe JAILLET
1
-1
/
+1
2023-07-24
regmap: Merge up fixes from mainline
Mark Brown
7
-13
/
+17
2023-07-21
regmap: Remove dynamic allocation warnings for rbtree and maple
Mark Brown
1
-9
/
+0
2023-07-21
regmap: rbtree: Use alloc_flags for memory allocations
Dan Carpenter
1
-5
/
+5
2023-07-20
regmap: maple: Use alloc_flags for memory allocations
Guenter Roeck
1
-8
/
+8
2023-07-20
regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches
Guenter Roeck
1
-0
/
+9
2023-07-20
regmap: Disable locking for RBTREE and MAPLE unit tests
Guenter Roeck
1
-0
/
+5
2023-07-19
regcache: Push async I/O request down into the rbtree cache
Mark Brown
2
-3
/
+4
2023-07-18
regmap: Provide test for regcache_reg_present()
Mark Brown
1
-0
/
+40
2023-07-18
regmap: Let users check if a register is cached
Mark Brown
1
-0
/
+23
2023-07-17
regmap: Account for register length in SMBus I/O limits
Mark Brown
1
-4
/
+4
2023-07-17
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
2
-5
/
+3
2023-07-13
regmap: Provide user selectable option to enable regmap
Mark Brown
1
-1
/
+11
2023-07-12
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
1
-1
/
+1
2023-07-10
regmap: mmio: Remove unused 64-bit support code
Andy Shevchenko
1
-24
/
+0
2023-07-10
regmap: cache: Revert "Add 64-bit mode support"
Andy Shevchenko
1
-15
/
+0
2023-07-10
regmap: Revert "add 64-bit mode support" and Co.
Andy Shevchenko
1
-122
/
+0
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
[next]