index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap-irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
2023-07-12
1
-1
/
+1
*
regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put
Charles Keepax
2023-06-01
1
-3
/
+3
*
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-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
*
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-irq: Add no_status support
William Breathitt Gray
2023-03-05
1
-7
/
+15
|
/
*
regmap-irq: Remove unused mask_invert flag
Aidan MacDonald
2023-02-17
1
-14
/
+0
*
regmap-irq: Remove unused type_invert flag
Aidan MacDonald
2023-02-17
1
-9
/
+2
*
regmap: Merge fix for where we get the number of registers from
Mark Brown
2022-12-12
1
-4
/
+11
|
\
|
*
regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
Yassine Oudjana
2022-11-09
1
-4
/
+11
*
|
regmap-irq: Add handle_mask_sync() callback
William Breathitt Gray
2022-12-09
1
-13
/
+31
|
/
*
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
2022-07-05
1
-1
/
+1
*
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
2022-06-29
1
-0
/
+2
*
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
2022-06-29
1
-46
/
+80
*
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
2022-06-29
1
-45
/
+69
*
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
2022-06-29
1
-0
/
+6
*
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
2022-06-29
1
-5
/
+110
*
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
2022-06-29
1
-4
/
+10
*
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
2022-06-29
1
-17
/
+7
*
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
Aidan MacDonald
2022-06-29
1
-6
/
+6
*
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
2022-06-29
1
-11
/
+8
*
regmap-irq: Cleanup sizeof(...) use in memory allocation
Aidan MacDonald
2022-06-29
1
-8
/
+8
*
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
2022-06-29
1
-6
/
+0
*
regmap-irq: Convert bool bitfields to unsigned int
Aidan MacDonald
2022-06-29
1
-1
/
+1
*
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
Aidan MacDonald
2022-06-22
1
-1
/
+2
*
regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
Aidan MacDonald
2022-06-22
1
-2
/
+3
*
Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2022-03-21
1
-3
/
+3
|
\
|
*
regmap: irq: cleanup comments
Tom Rix
2022-02-14
1
-2
/
+2
|
*
regmap-irq: Fix typo in comment
Luca Ceresoli
2022-01-24
1
-1
/
+1
*
|
regmap-irq: Update interrupt clear register for proper reset
Prasad Kumpatla
2022-02-17
1
-14
/
+6
|
/
*
regmap-irq: Introduce inverted status registers support
Maxim Kochetkov
2021-06-07
1
-0
/
+7
*
regmap-irq: Fix dereference of a potentially null d->virt_buf
Colin Ian King
2021-04-07
1
-3
/
+5
*
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
2021-03-31
1
-0
/
+5
*
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
2021-03-31
1
-1
/
+37
*
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
2021-03-18
1
-28
/
+53
*
regmap: irq: Convert to use irq_domain_create_legacy()
Andy Shevchenko
2020-11-07
1
-6
/
+5
*
regmap: irq: Add support to clear ack registers
Laxminath Kasam
2020-10-05
1
-1
/
+32
*
regmap-irq: use fwnode instead of device node in add_irq_chip()
Michael Walle
2020-07-08
1
-24
/
+29
*
regmap-irq: make it possible to add irq_chip do a specific device node
Michael Walle
2020-04-14
1
-16
/
+68
*
regmap-irq: Correct error paths in regmap_irq_thread for pm_runtime
Charles Keepax
2019-08-12
1
-6
/
+1
*
Merge branch 'regmap-5.2' into regmap-next
Mark Brown
2019-04-25
1
-11
/
+7
|
\
|
*
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-25
1
-11
/
+7
*
|
Merge branch 'regmap-5.1' into regmap-linus
Mark Brown
2019-04-25
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
regmap: regmap-irq: fix getting type default values
Srinivas Kandagatla
2019-04-01
1
-3
/
+0
*
|
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
2019-01-29
1
-4
/
+95
|
\
\
[next]