Re: [RFC][PATCH 0/3] PM: Asynchronous suspend and resume

From: Alan Stern
Date: Wed Aug 12 2009 - 17:12:20 EST


On Wed, 12 Aug 2009, Rafael J. Wysocki wrote:

> Hi,
>
> The following patches introduce a mechanism allowing us to execute device
> drivers' suspend and resume callbacks asynchronously during system sleep
> transitions, such as suspend to RAM. The idea is explained in the [1/1] patch
> message.
>
> Comments welcome.

I get the idea. Not bad. Have you tried it in a serious way? For
example, turning on the async_suspend flag for every device?

In one way it isn't as efficient as it could be. You fire off a bunch
of async threads and then make many of them wait for parent or child
devices. They could be doing useful work instead.

It would be interesting to invent a way of representing explicitly the
non-tree dependencies -- assuming there aren't too many of them! (I
can just hear the TI guys hollering about power and timer domains...)

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/