From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/3] PM: Introduce new top level suspend and hibernation callbacks (rev. 8) Date: Mon, 14 Apr 2008 09:48:33 +1000 Message-ID: <1208130513.6958.72.camel@pasglop> References: Reply-To: benh@kernel.crashing.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org ([63.228.1.57]:40750 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752806AbYDMXtJ (ORCPT ); Sun, 13 Apr 2008 19:49:09 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Alan Stern Cc: Nigel Cunningham , "Rafael J. Wysocki" , Greg KH , pm list , ACPI Devel Maling List , Len Brown , LKML , Alexey Starikovskiy , David Brownell , Pavel Machek , Oliver Neukum , Jesse Barnes , Andrew Morton On Sun, 2008-04-13 at 19:23 -0400, Alan Stern wrote: > > Thus, in addition to making all the interface changes implied by the > new callbacks, drivers would also have to change the way they > interact > with userspace. Yes, this will have to be done eventually in any > case, > as the freezer goes away -- but it shouldn't have to be done right > now. I disagree. The freezer can already be compiled out and is already not used on some architectures. Cheers, Ben.