linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Enabling the asynchronous threads for other phases
@ 2014-02-17  5:42 Chuansheng Liu
  2014-02-17  5:42 ` [PATCH v2 1/5] PM / sleep: Two flags for async suspend_noirq and suspend_late Chuansheng Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chuansheng Liu @ 2014-02-17  5:42 UTC (permalink / raw)
  To: rjw, gregkh, len.brown, pavel
  Cc: linux-pm, linux-kernel, chuansheng.liu, zhuangzhi.li

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, in my test platform, it saved 80% time in resume_noirq
phase.

Best Regards,

---
V2:
 -- Based on Rafael's minor changes related to coding style, white space etc;
 -- Rafael pointed out the v1 series break the device parent-children
    suspending/resuming order when enabling asyncing, here using the
    dev completion to sync parent-children order;

---
[PATCH 1/5] PM / sleep: Two flags for async suspend_noirq and
[PATCH 2/5] PM / sleep: Asynchronous threads for resume_noirq
[PATCH 3/5] PM / sleep: Asynchronous threads for resume_early
[PATCH 4/5] PM / sleep: Asynchronous threads for suspend_noirq
[PATCH 5/5] PM / sleep: Asynchronous threads for suspend_late

 drivers/base/power/main.c | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
 include/linux/pm.h        |   2 ++
 2 files changed, 225 insertions(+), 50 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-17  5:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17  5:42 [PATCH v2 0/5] Enabling the asynchronous threads for other phases Chuansheng Liu
2014-02-17  5:42 ` [PATCH v2 1/5] PM / sleep: Two flags for async suspend_noirq and suspend_late Chuansheng Liu
2014-02-17  5:42 ` [PATCH v2 2/5] PM / sleep: Asynchronous threads for resume_noirq Chuansheng Liu
2014-02-17  5:42 ` [PATCH v2 3/5] PM / sleep: Asynchronous threads for resume_early Chuansheng Liu
2014-02-17  5:42 ` [PATCH v2 4/5] PM / sleep: Asynchronous threads for suspend_noirq Chuansheng Liu
2014-02-17  5:42 ` [PATCH v2 5/5] PM / sleep: Asynchronous threads for suspend_late Chuansheng Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).