linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] device async action mechanism
@ 2009-07-15  7:38 Zhang Rui
  2009-07-15  0:29 ` Pavel Machek
  2009-07-15 10:41 ` Andi Kleen
  0 siblings, 2 replies; 11+ messages in thread
From: Zhang Rui @ 2009-07-15  7:38 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-pm, linux-acpi
  Cc: Len Brown, Pavel Machek, Rafael J. Wysocki, Van De Ven, Arjan,
	Zhang, Rui

Hi,

this is the patch set I made to speed up the device
suspend/resume/shutdown process.

A new mechanism called Device Async Actions is introduced in this patch set.
The basic idea is that,
1. device declares to support certain kinds of device async action,
   like suspend, resume, shutdown, etc.
2. a async domain is create for this device
3. the child device inherits the async domain
4. devices in the same domain suspend/resume/shutdown asynchronously with
   the other devices.

Currently, in order to make sure that it won't bring any side effects,
I only convert the ACPI battery and i8042 to use this framework, which reduces
0.5s+ S3 time(suspend time plus resume time), from 7.0s to less than 6.5s.
and about 0.5s shutdown time in my test.

Any comments are welcome. :)

thanks,
rui


 drivers/acpi/battery.c      |   13 +++
 drivers/base/Makefile       |    3 +-
 drivers/base/async_dev.c    |  210 +++++++++++++++++++++++++++++++++++++++++++
 drivers/base/core.c         |   16 +++-
 drivers/base/power/main.c   |   10 ++-
 drivers/input/serio/i8042.c |   10 ++-
 include/linux/async.h       |    3 +
 include/linux/async_dev.h   |   45 +++++++++
 include/linux/device.h      |    2 +
 9 files changed, 306 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2009-07-17  1:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15  7:38 [PATCH 0/8] device async action mechanism Zhang Rui
2009-07-15  0:29 ` Pavel Machek
2009-07-17  1:40   ` Zhang Rui
2009-07-15 10:41 ` Andi Kleen
2009-07-16  2:14   ` Zhang Rui
2009-07-16  8:07     ` Andi Kleen
2009-07-16  8:30       ` Zhang Rui
2009-07-16 11:40     ` Henrique de Moraes Holschuh
2009-07-16 13:45       ` Arjan van de Ven
2009-07-16 14:36         ` Fabio Comolli
2009-07-17  1:37         ` Zhang Rui

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).