From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 2C0CDB7D16 for ; Fri, 16 Apr 2010 06:18:34 +1000 (EST) Received: from az33smr02.freescale.net (az33smr02.freescale.net [10.64.34.200]) by az33egw02.freescale.net (8.14.3/az33egw02) with ESMTP id o3FKIW3Y012292 for ; Thu, 15 Apr 2010 13:18:32 -0700 (MST) Received: from az33exm25.fsl.freescale.net (az33exm25.am.freescale.net [10.64.32.16]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id o3FKIaWY014326 for ; Thu, 15 Apr 2010 15:18:37 -0500 (CDT) Message-ID: <4BC77497.9070401@freescale.com> Date: Thu, 15 Apr 2010 15:18:31 -0500 From: Scott Wood MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH v2] powerpc: Add hibernation support for FSL BookE processors References: <20100224213802.GA12843@oksana.dev.rtsoft.ru> <20100415184513.GA27101@oksana.dev.rtsoft.ru> <2954FCF7-F34C-4E9D-A2EB-AC117D287EB5@kernel.crashing.org> <4BC77174.1020305@freescale.com> In-Reply-To: <4BC77174.1020305@freescale.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Scott Wood wrote: > Kumar Gala wrote: >> On Apr 15, 2010, at 1:45 PM, Anton Vorontsov wrote: >>> Kumar, >>> >>> According to patchwork, this is now delegated to you. Do you >>> have any objections to merge this? >> >> Would like Scott's Ack. > > I think we need to save IACn, DACn, DBCRn, PID0, and USPRG0. > > Might want to also save TLB1 contents, and maybe things like HIDn, cache > registers, etc. -- I don't think they're changeable post-boot currently, > but it'd be good to avoid surprises if that were to change. > > Otherwise ACK. Oh, should also use the timebase SPRs rather than mftb/mttb. -Scott