Re: [PATCH v4 0/5] Enabling the asynchronous threads for other phases

2014-02-21 Thread Rafael J. Wysocki
> > pa...@ucw.cz > > Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; Li, Zhuangzhi; > > Liu, > > Chuansheng > > Subject: [PATCH v4 0/5] Enabling the asynchronous threads for other phases > > > > Hello, > > > > This patch series are

RE: [PATCH v4 0/5] Enabling the asynchronous threads for other phases

2014-02-20 Thread Liu, Chuansheng
gt; Liu, > Chuansheng > Subject: [PATCH v4 0/5] Enabling the asynchronous threads for other phases > > Hello, > > This patch series are for enabling the asynchronous threads for the phases > resume_noirq, resume_early, suspend_noirq and suspend_late. > After dig more about async

[PATCH v4 0/5] Enabling the asynchronous threads for other phases

2014-02-17 Thread Chuansheng Liu
Hello, This patch series are for enabling the asynchronous threads for the phases resume_noirq, resume_early, suspend_noirq and suspend_late. Just like commit 5af84b82701a and 97df8c12995, with async threads it will reduce the system suspending and resuming time significantly. With these patches