From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH 0/6] PM: Asynchronous suspend and resume of devices Date: Thu, 27 Aug 2009 21:17:52 +0200 Message-ID: <200908272117.52931.rjw@sisk.pl> References: <200908262217.19609.rjw@sisk.pl> <200908270025.34821.rjw@sisk.pl> 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]:40984 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbZH0TXp (ORCPT ); Thu, 27 Aug 2009 15:23:45 -0400 In-Reply-To: <200908270025.34821.rjw@sisk.pl> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: linux-pm Cc: LKML , Len Brown , Pavel Machek , Alan Stern , ACPI Devel Maling List , Arjan van de Ven , Zhang Rui , Dmitry Torokhov , Linux PCI On Thursday 27 August 2009, Rafael J. Wysocki wrote: > On Wednesday 26 August 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 changelogs of the first two patches. > > > > Comments welcome. > > Forgot to say, the patchset is on top of the linux-next branch of suspend-2.6. I have two more patches in this series. The first one introduces a sysfs switch allowing the user space to block the async suspend/resume. The second one gives the user space access to the power.async_suspend flag of devices through sysfs. The patches will follow in the next messages. Thanks, Rafael