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
2022-08-18
regmap: spi: Reserve space for register address/padding
Cristian Ciocaltea
1
-0
/
+8
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
1
-0
/
+2
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
1
-0
/
+3
2022-07-05
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
1
-1
/
+1
2022-06-30
regmap-irq cleanups and refactoring
Mark Brown
1
-137
/
+295
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
1
-0
/
+6
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
1
-0
/
+2
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
1
-46
/
+80
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
1
-45
/
+69
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
1
-0
/
+6
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
1
-5
/
+110
2022-06-29
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
1
-4
/
+10
2022-06-29
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
1
-17
/
+7
2022-06-29
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
Aidan MacDonald
1
-6
/
+6
2022-06-29
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
1
-11
/
+8
2022-06-29
regmap-irq: Cleanup sizeof(...) use in memory allocation
Aidan MacDonald
1
-8
/
+8
2022-06-29
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
1
-6
/
+0
2022-06-29
regmap-irq: Convert bool bitfields to unsigned int
Aidan MacDonald
1
-1
/
+1
2022-06-29
regmap: Merge up fixes
Mark Brown
2
-10
/
+13
2022-06-27
regmap: Don't warn about cache only mode for devices with no cache
Mark Brown
1
-1
/
+2
2022-06-22
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
Aidan MacDonald
1
-1
/
+2
2022-06-22
regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
Aidan MacDonald
1
-2
/
+3
2022-06-20
regmap: Wire up regmap_config provided bulk write in missed functions
Javier Martinez Canillas
1
-6
/
+4
2022-06-20
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Javier Martinez Canillas
1
-0
/
+3
2022-06-20
regmap: Re-introduce bulk read support check in regmap_bulk_read()
Javier Martinez Canillas
1
-1
/
+1
2022-06-15
Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...
Mark Brown
1
-0
/
+22
2022-06-15
regmap: provide regmap_field helpers for simple bit operations
Li Chen
1
-0
/
+22
2022-06-06
regmap: cache: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-05-09
regmap: Add missing map->bus check
Marek Vasut
1
-1
/
+1
2022-05-05
regmap: Custom bulk operations for regmaps
Mark Brown
2
-36
/
+44
2022-05-05
regmap: Add bulk read/write callbacks into regmap_config
Marek Vasut
2
-36
/
+44
2022-04-25
regmap: cache: set max_register with reg_stride
Jeongtae Park
1
-2
/
+2
2022-04-04
regmap: Constify static regmap_bus structs
Rikard Falkeborn
6
-8
/
+8
2022-03-22
Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
3
-3
/
+16
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
2
-0
/
+7
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
2
-0
/
+6
2022-02-17
regmap-irq: Update interrupt clear register for proper reset
Prasad Kumpatla
1
-14
/
+6
2022-02-14
regmap: irq: cleanup comments
Tom Rix
1
-2
/
+2
2022-01-24
regmap-irq: Fix typo in comment
Luca Ceresoli
1
-1
/
+1
2022-01-07
regmap: debugfs: Fix indentation
Mark Brown
1
-1
/
+1
2022-01-07
regmap: Call regmap_debugfs_exit() prior to _init()
Fabio Estevam
1
-0
/
+1
2021-11-15
regmap: allow to define reg_update_bits for no bus configuration
Ansuel Smith
1
-0
/
+1
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2021-11-02
Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-4
/
+32
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+3
2021-10-24
net: Convert more users of mdiobus_* to mdiodev_*
Sean Anderson
1
-3
/
+3
2021-10-23
regmap: spi: Set regmap max raw r/w from max_transfer_size
Lucas Tanure
1
-4
/
+32
2021-10-12
regmap: Fix possible double-free in regcache_rbtree_exit()
Yang Yingliang
1
-4
/
+3
2021-08-26
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...
Mark Brown
2
-5
/
+34
2021-08-26
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
2
-5
/
+34
[next]