commit | 5f774f5e12512b850a611aa99b4601d7eac50edb | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Jul 31 11:33:13 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Sep 06 18:26:13 2020 +0100 |
tree | eab4028e6b3798e90fdd04a4424f85124fcb8b7f | |
parent | 17f644e949ffb14e9c8870d99bc574066d8b685c [diff] |
irqchip/git-v3-its: Implement irq_retrigger callback for device-triggered LPIs It is pretty easy to provide a retrigger callback for the ITS, as it we already have the required support in terms of irq_set_irqchip_state(). Note that this only works for device-generated LPIs, and not the GICv4 doorbells, which should never have to be retriggered anyway. Reviewed-by: Valentin Schneider <valentin.schneider@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>