RE: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late

2014-02-18 Thread Liu, Chuansheng
org; Li, Zhuangzhi > Subject: Re: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late > > On Tuesday, February 18, 2014 12:33:11 AM Liu, Chuansheng wrote: > > Hello Rafael, > > > > > -Original Message- > > > From: Rafael J. Wysocki [mailto:r

Re: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late

2014-02-18 Thread Rafael J. Wysocki
@linuxfoundation.org; Brown, Len; pa...@ucw.cz; > > linux...@vger.kernel.org; linux-kernel@vger.kernel.org; Li, Zhuangzhi > > Subject: Re: [PATCH v3 5/5] PM / sleep: Asynchronous threads for > > suspend_late > > > > On Monday, February 17, 2014 02:19:14 PM Chuansheng Liu

RE: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late

2014-02-17 Thread Liu, Chuansheng
org; Li, Zhuangzhi > Subject: Re: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late > > On Monday, February 17, 2014 02:19:14 PM Chuansheng Liu wrote: > > In analogy with commits 5af84b82701a and 97df8c12995, using > > asynchronous threads can improve the over

Re: [PATCH v3 5/5] PM / sleep: Asynchronous threads for suspend_late

2014-02-17 Thread Rafael J. Wysocki
On Monday, February 17, 2014 02:19:14 PM Chuansheng Liu wrote: > In analogy with commits 5af84b82701a and 97df8c12995, using > asynchronous threads can improve the overall suspend_late > time significantly. > > This patch is for suspend_late phase. > > Signed-off-by: Chuansheng Liu > --- > driv