Skip to content

Commit f881feb

Browse files
prabhakarladKAGA-KOKO
authored andcommitted
irqchip/renesas-rzg2l: Enhance driver to support interrupt affinity setting
Add support to set the affinity of the IRQC interrupt by implementing the irq_set_affinity callback via the parent interrupt chip. Signed-off-by: Lad Prabhakar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 021a8ca commit f881feb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/irqchip/irq-renesas-rzg2l.c

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ static const struct irq_chip irqc_chip = {
247247
.irq_set_irqchip_state = irq_chip_set_parent_state,
248248
.irq_retrigger = irq_chip_retrigger_hierarchy,
249249
.irq_set_type = rzg2l_irqc_set_type,
250+
.irq_set_affinity = irq_chip_set_affinity_parent,
250251
.flags = IRQCHIP_MASK_ON_SUSPEND |
251252
IRQCHIP_SET_TYPE_MASKED |
252253
IRQCHIP_SKIP_SET_WAKE,

0 commit comments

Comments
 (0)