From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH v2] pm_ops: add system quiesce/activate hooks Date: Thu, 12 Apr 2007 18:44:21 +1000 Message-ID: <1176367461.5764.4.camel@localhost.localdomain> References: <1175810054.3489.34.camel@johannes.berg> <1176306867.19348.4.camel@johannes.berg> <461D494D.3080808@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <461D494D.3080808@gmail.com> 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: Dmitry Krivoschekov Cc: Johannes Berg , linux-pm , Pavel Machek List-Id: linux-pm@vger.kernel.org > So, where is that callbacks that are so desirable for powermac? One thing at a time... better to separate the patch adding the callback from the powermac side implementation. The current powermac code does not work with the generic pm_ops framework yet anyway (that's why Johannes is trying to fix), it uses it's own ioctl and doesn't go through the core PM stuff yet. Ben