From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/6] PM: Asynchronous suspend and resume of devices Date: Wed, 26 Aug 2009 22:17:19 +0200 Message-ID: <200908262217.19609.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: linux-pm Cc: Linux PCI , Dmitry Torokhov , LKML , ACPI Devel Maling List , Arjan van de Ven List-Id: linux-pm@vger.kernel.org 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. Thanks, Rafael