Skip to content

Commit e4c3a81

Browse files
prabhakarladgeertu
authored andcommitted
pinctrl: renesas: rzg2l: Enhance driver to support interrupt affinity setting
Implement irq_set_affinity callback so that we can set affinity for GPIO IRQs. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent b85ea95 commit e4c3a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/renesas/pinctrl-rzg2l.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ static const struct irq_chip rzg2l_gpio_irqchip = {
15761576
.irq_set_type = rzg2l_gpio_irq_set_type,
15771577
.irq_eoi = rzg2l_gpio_irqc_eoi,
15781578
.irq_print_chip = rzg2l_gpio_irq_print_chip,
1579+
.irq_set_affinity = irq_chip_set_affinity_parent,
15791580
.flags = IRQCHIP_IMMUTABLE,
15801581
GPIOCHIP_IRQ_RESOURCE_HELPERS,
15811582
};

0 commit comments

Comments
 (0)