commit | e57a3e2847ad74bd3285287b0effc1cfcc3d8806 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Jul 31 14:47:24 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 31 15:31:39 2017 +0100 |
tree | 7652645b81ddf8be7a28da62ace7ae5b2d9daace | |
parent | 958b90d162b4ad40a7a809af5f56f3744d73ab84 [diff] |
irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared While the doorbell interrupts are usually driven by the HW itself, having a way to trigger them independently has proved to be a really useful debug feature. As it is actually very little code, let's add it to the VPE irqchip operations. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>