From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [RFC][PATCH 0/3] PM: Asynchronous suspend and resume Date: Sat, 15 Aug 2009 23:00:32 +0200 Message-ID: <200908152300.32236.rjw@sisk.pl> References: <200908122218.13975.rjw@sisk.pl> <20090814163310.GE1626@ucw.cz> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:43255 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbZHOU7g (ORCPT ); Sat, 15 Aug 2009 16:59:36 -0400 In-Reply-To: <20090814163310.GE1626@ucw.cz> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Pavel Machek Cc: linux-pm , linux-acpi , Linux Kernel Mailing List , Zhang Rui , Len Brown , Alan Stern , Arjan van de Ven On Friday 14 August 2009, Pavel Machek wrote: > > 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. > > it looks sane to me... Not too long and nice code :-) Well, thanks. Alan seems to have some reservations, though. Rafael