.org/patch/226036/
>>
>>> -Original Message-
>>> From: Wang Dongsheng-B40534
>>> Sent: Friday, March 08, 2013 3:39 PM
>>> To: Wood Scott-B07421; Gala Kumar-B11780
>>> Cc: linuxppc-dev@lists.ozlabs.org; Wang Dongsheng-B40534
>>> S
wakeup support
> http://patchwork.ozlabs.org/patch/226036/
>
> > -Original Message-
> > From: Wang Dongsheng-B40534
> > Sent: Friday, March 08, 2013 3:39 PM
> > To: Wood Scott-B07421; Gala Kumar-B11780
> > Cc: linuxppc-dev@lists.ozlabs.org; Wang Dongsh
t; Subject: [PATCH 1/3] powerpc/mpic: add irq_set_wake support
>
> Add irq_set_wake support. Just add IRQF_NO_SUSPEND to desc->action->flag.
> So the wake up interrupt will not be disable in suspend_device_irqs.
>
> Signed-off-by: Wang Dongsheng
> ---
> arch/powerp
Add irq_set_wake support. Just add IRQF_NO_SUSPEND to desc->action->flag.
So the wake up interrupt will not be disable in suspend_device_irqs.
Signed-off-by: Wang Dongsheng
---
arch/powerpc/sysdev/mpic.c | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch