]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
irqchip: armada-370-xp: Allow using wakeup source
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 30 Mar 2015 14:04:37 +0000 (16:04 +0200)
committerJason Cooper <jason@lakedaemon.net>
Thu, 2 Apr 2015 23:00:43 +0000 (23:00 +0000)
On the Armada 370/XP SoCs, in standby mode the SoC stay powered and it
is possible to wake-up from any interrupt sources. This patch adds
flag to the MPIC irqchip driver to let linux know this.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1427724278-12379-5-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-armada-370-xp.c

index b36373c019ba1ec0985136a96ce038165ae96503..daccc8bdbb423fd5e6b700b4ffe6b57be0af30a1 100644 (file)
@@ -295,6 +295,7 @@ static struct irq_chip armada_370_xp_irq_chip = {
 #ifdef CONFIG_SMP
        .irq_set_affinity = armada_xp_set_affinity,
 #endif
+       .flags          = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND,
 };
 
 static int armada_370_xp_mpic_irq_map(struct irq_domain *h,