irqchip/gic-v3: Allow interrupt to be configured as wake-up sources
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 17 Aug 2018 08:18:01 +0000 (09:18 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 20 Aug 2018 08:54:44 +0000 (09:54 +0100)
commit4110b5cbb014ebaaeb3d18ac8b98470b7251847d
tree10f451dd572509c4fab421833b9635428249fb50
parent44beda0c357f656e95febec8de7347015479295d
irqchip/gic-v3: Allow interrupt to be configured as wake-up sources

Although GICv3 doesn't directly offers support for wake-up interrupts
and relies on external HW for this, it shouldn't prevent the driver
for such HW from doing it work.

Let's set the required flags on the irq_chip structures.

Reported-by: Lina Iyer <ilina@codeaurora.org>
Tested-by: Lina Iyer <ilina@codeaurora.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3.c