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
/
regmap-irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
1
-1
/
+1
2023-06-01
regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put
Charles Keepax
1
-3
/
+3
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-irq: Drop map from handle_mask_sync() parameters
William Breathitt Gray
1
-3
/
+2
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-03-06
regmap-irq: Add no_status support
William Breathitt Gray
1
-7
/
+15
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
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-09
regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
Yassine Oudjana
1
-4
/
+11
2022-07-05
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
1
-1
/
+1
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-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-03-22
Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
1
-3
/
+3
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
2021-06-07
regmap-irq: Introduce inverted status registers support
Maxim Kochetkov
1
-0
/
+7
2021-04-07
regmap-irq: Fix dereference of a potentially null d->virt_buf
Colin Ian King
1
-3
/
+5
2021-03-31
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
1
-0
/
+5
2021-03-31
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
1
-1
/
+37
2021-03-18
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
1
-28
/
+53
2020-11-07
regmap: irq: Convert to use irq_domain_create_legacy()
Andy Shevchenko
1
-6
/
+5
2020-10-05
regmap: irq: Add support to clear ack registers
Laxminath Kasam
1
-1
/
+32
2020-07-08
regmap-irq: use fwnode instead of device node in add_irq_chip()
Michael Walle
1
-24
/
+29
2020-04-14
regmap-irq: make it possible to add irq_chip do a specific device node
Michael Walle
1
-16
/
+68
2019-08-12
regmap-irq: Correct error paths in regmap_irq_thread for pm_runtime
Charles Keepax
1
-6
/
+1
2019-04-25
Merge branch 'regmap-5.2' into regmap-next
Mark Brown
1
-11
/
+7
2019-04-25
Merge branch 'regmap-5.1' into regmap-linus
Mark Brown
1
-3
/
+0
2019-04-25
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
1
-11
/
+7
2019-04-01
regmap: regmap-irq: fix getting type default values
Srinivas Kandagatla
1
-3
/
+0
2019-01-29
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
1
-4
/
+95
[next]