]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17d920e3033a5640728f7a7a2aecb0859f2d1fc2
tree10f451dd572509c4fab421833b9635428249fb50
parent19b96b385cc3cc05ffbf1b753c751ca575f4f731
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