mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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 <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20231011195923.67404-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
b85ea95d08
commit
e4c3a81ab8
|
|
@ -1576,6 +1576,7 @@ static const struct irq_chip rzg2l_gpio_irqchip = {
|
|||
.irq_set_type = rzg2l_gpio_irq_set_type,
|
||||
.irq_eoi = rzg2l_gpio_irqc_eoi,
|
||||
.irq_print_chip = rzg2l_gpio_irq_print_chip,
|
||||
.irq_set_affinity = irq_chip_set_affinity_parent,
|
||||
.flags = IRQCHIP_IMMUTABLE,
|
||||
GPIOCHIP_IRQ_RESOURCE_HELPERS,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user