From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH 1/6] Hibernation: Introduce new system state for the last phase of hibernation Date: Wed, 1 Oct 2008 13:36:04 +0200 Message-ID: <200810011336.05173.rjw@sisk.pl> References: <200808290002.55026.rjw@sisk.pl> <200809300010.39000.rjw@sisk.pl> <48E2EF61.8000104@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:57066 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753212AbYJALcG (ORCPT ); Wed, 1 Oct 2008 07:32:06 -0400 In-Reply-To: <48E2EF61.8000104@gmail.com> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Tejun Heo Cc: Jeff Garzik , ACPI Devel Maling List , linux-ide@vger.kernel.org, Thomas Renninger , Robert Hancock , LKML , Frans Pop , Maciej Rutecki , Andrew Morton On Wednesday, 1 of October 2008, Tejun Heo wrote: > Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Hibernation: Introduce new system state for the last phase of hibernation > > > > Replace unused SYSTEM_SUSPEND_DISK with a new system_state value > > SYSTEM_HIBERNATE_ENTER that can be used by device drivers to check if > > the system is in the last phase of hibernation. > > > > In particular, some SATA drivers are going to use it for blacklisting > > systems in which the disks should not be spun down during the last > > phase of hibernation (the BIOS will do that anyway). > > > > Signed-off-by: Rafael J. Wysocki > > Rafael, may I push this through libata-dev? Sure, please go ahead. Thanks, Rafael