RE: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-10-08 Thread Li, Aubrey
;qipeng@intel.com>; Linux Input > <linux-input@vger.kernel.org>; Zheng, Qi <qi.zh...@intel.com>; Li, Aubrey > <aubrey...@intel.com> > Subject: Re: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable > key > > On Fri, Oct 02, 2015 at 03:26:2

RE: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-10-08 Thread Zheng, Qi
torok...@gmail.com] Sent: Saturday, October 3, 2015 1:42 AM To: Linus Walleij <linus.wall...@linaro.org> Cc: Zha, Qipeng <qipeng@intel.com>; Linux Input <linux-input@vger.kernel.org>; Zheng, Qi <qi.zh...@intel.com>; Li, Aubrey <aubrey...@intel.com> Subject: Re: [PAT

RE: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-10-08 Thread Zheng, Qi
try Torokhov <dmitry.torok...@gmail.com>; Linus Walleij <linus.wall...@linaro.org> Cc: Zha, Qipeng <qipeng@intel.com>; Linux Input <linux-input@vger.kernel.org> Subject: RE: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key On Friday, October 09, 201

Re: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-10-02 Thread Linus Walleij
On Thu, Sep 17, 2015 at 9:06 AM, Qipeng Zha wrote: > When wakeup attribute is set, GPIO key is supposed to wake up > the system from system sleep state, So set IRQF_NO_SUSPEND > flag to keep IRQ enabled during suspend. > > Signed-off-by: Qi Zheng >

Re: [PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-10-02 Thread Dmitry Torokhov
On Fri, Oct 02, 2015 at 03:26:27AM -0700, Linus Walleij wrote: > On Thu, Sep 17, 2015 at 9:06 AM, Qipeng Zha wrote: > > > When wakeup attribute is set, GPIO key is supposed to wake up > > the system from system sleep state, So set IRQF_NO_SUSPEND > > flag to keep IRQ

[PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-09-17 Thread Qipeng Zha
When wakeup attribute is set, GPIO key is supposed to wake up the system from system sleep state, So set IRQF_NO_SUSPEND flag to keep IRQ enabled during suspend. Signed-off-by: Qi Zheng Signed-off-by: Aubrey Li Signed-off-by: Qipeng Zha