Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1693309

[PATCH 0/4] PM / suspend: Suspend-to-idle core optimization

From "Rafael J. Wysocki" <rjw@rjwysocki.net>
Newsgroups linux.kernel
Subject [PATCH 0/4] PM / suspend: Suspend-to-idle core optimization
Date 2017-07-21 02:30 +0200
Message-ID <u5tZn-68f-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This series is on top of the one I sent a couple of days ago:

http://marc.info/?l=linux-pm&m=150042550025820&w=2

but it is mostly independent of that one.

Basically, it restores the pm_wakeup_pending() check in __suspend_device_noirq()
removed recently, which may avoid unnecessary device ping-pong if there's a
wakeup event during "noirq" suspend, and makes suspend-to-idle take that check
into account (it actually matters more for suspend-to-idle, because it may carry out
"noirq" phases of device suspend/resume for multiple times in one cycle).

It also makes debug messages from the core device suspend/resume code look
better on failures (or when operations are aborted by pending wakeup events).

Thanks,
Rafael

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] PM / suspend: Suspend-to-idle core optimization "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-07-21 02:30 +0200
  [PATCH 3/4] PM / core: Add error argument to dpm_show_time() "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-07-21 02:30 +0200
  [PATCH 4/4] PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq() "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-07-21 02:30 +0200

csiph-web