genirq: Walk the irq_data hierarchy when resending an interrupt
authorMarc Zyngier <maz@kernel.org>
Wed, 26 Aug 2020 17:37:50 +0000 (18:37 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 6 Sep 2020 17:25:23 +0000 (18:25 +0100)
commitcd1752d34ef33d68d82ef9dcc699b4eaa17c07fc
tree460059bbb7d26d87ada5c2c8b058f23e196034e2
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
genirq: Walk the irq_data hierarchy when resending an interrupt

On resending an interrupt, we only check the outermost irqchip for
a irq_retrigger callback. However, this callback could be implemented
at an inner level. Use irq_chip_retrigger_hierarchy() in this case.

Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
kernel/irq/resend.c