Re: [PATCH 1/3] powerpc/mpic: add irq_set_wake support

2013-03-18 Thread Gala Kumar-B11780
.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

Re: [PATCH 1/3] powerpc/mpic: add irq_set_wake support

2013-03-18 Thread Benjamin Herrenschmidt
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

RE: [PATCH 1/3] powerpc/mpic: add irq_set_wake support

2013-03-18 Thread Wang Dongsheng-B40534
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

[PATCH 1/3] powerpc/mpic: add irq_set_wake support

2013-03-08 Thread Wang Dongsheng
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