RE: [PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Liu, Chuansheng
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Tuesday, March 12, 2013 5:24 AM > To: Liu, Chuansheng > Cc: mi...@redhat.com; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 2/3] genirq: Do not consider the irqs with disabling and > IRQF_NO_SUSPEND >

Re: [PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Thomas Gleixner
On Tue, 12 Mar 2013, Chuansheng Liu wrote: > According to commit 9c6079aa1bf(genirq: Do not consider disabled > wakeup irqs), we should not break the suspend when one irq is pending > but has been disabled before suspending. > > But there is another case missed, that one irq with flag

[PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Chuansheng Liu
According to commit 9c6079aa1bf(genirq: Do not consider disabled wakeup irqs), we should not break the suspend when one irq is pending but has been disabled before suspending. But there is another case missed, that one irq with flag IRQF_NO_SUSPEND, which has been disabled before suspending, and

[PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Chuansheng Liu
According to commit 9c6079aa1bf(genirq: Do not consider disabled wakeup irqs), we should not break the suspend when one irq is pending but has been disabled before suspending. But there is another case missed, that one irq with flag IRQF_NO_SUSPEND, which has been disabled before suspending, and

Re: [PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Thomas Gleixner
On Tue, 12 Mar 2013, Chuansheng Liu wrote: According to commit 9c6079aa1bf(genirq: Do not consider disabled wakeup irqs), we should not break the suspend when one irq is pending but has been disabled before suspending. But there is another case missed, that one irq with flag IRQF_NO_SUSPEND,

RE: [PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND

2013-03-11 Thread Liu, Chuansheng
-Original Message- From: Thomas Gleixner [mailto:t...@linutronix.de] Sent: Tuesday, March 12, 2013 5:24 AM To: Liu, Chuansheng Cc: mi...@redhat.com; linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] genirq: Do not consider the irqs with disabling and IRQF_NO_SUSPEND On Tue,