commit | cd1752d34ef33d68d82ef9dcc699b4eaa17c07fc | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Aug 26 18:37:50 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Sep 06 18:25:23 2020 +0100 |
tree | 460059bbb7d26d87ada5c2c8b058f23e196034e2 | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 [diff] |
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>