From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366AbZHOU7h (ORCPT ); Sat, 15 Aug 2009 16:59:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752309AbZHOU7h (ORCPT ); Sat, 15 Aug 2009 16:59:37 -0400 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 From: "Rafael J. Wysocki" To: Pavel Machek Subject: Re: [RFC][PATCH 0/3] PM: Asynchronous suspend and resume Date: Sat, 15 Aug 2009 23:00:32 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.31-rc5-rjw; KDE/4.3.0; x86_64; ; ) Cc: "linux-pm" , "linux-acpi" , Linux Kernel Mailing List , Zhang Rui , Len Brown , Alan Stern , Arjan van de Ven References: <200908122218.13975.rjw@sisk.pl> <20090814163310.GE1626@ucw.cz> In-Reply-To: <20090814163310.GE1626@ucw.cz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200908152300.32236.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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