From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbZHZU2f (ORCPT ); Wed, 26 Aug 2009 16:28:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753332AbZHZU2e (ORCPT ); Wed, 26 Aug 2009 16:28:34 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:35943 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753210AbZHZU1c (ORCPT ); Wed, 26 Aug 2009 16:27:32 -0400 From: "Rafael J. Wysocki" To: "linux-pm" Subject: [PATCH 0/6] PM: Asynchronous suspend and resume of devices Date: Wed, 26 Aug 2009 22:17:19 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.31-rc6-rjw; KDE/4.3.0; x86_64; ; ) Cc: LKML , Len Brown , Pavel Machek , Alan Stern , ACPI Devel Maling List , Arjan van de Ven , Zhang Rui , Dmitry Torokhov , Linux PCI MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200908262217.19609.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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