From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 859D6B6EEF for ; Fri, 11 Dec 2009 12:57:23 +1100 (EST) Subject: Re: [PATCH 2/3] powerpc/83xx/suspend: Save and restore SICRL, SICRH and SCCR Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20091210180056.GB32482@oksana.dev.rtsoft.ru> Date: Thu, 10 Dec 2009 19:57:05 -0600 Message-Id: References: <20091210175957.GA30682@oksana.dev.rtsoft.ru> <20091210180056.GB32482@oksana.dev.rtsoft.ru> To: Anton Vorontsov Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Dec 10, 2009, at 12:00 PM, Anton Vorontsov wrote: > We need to save SICRL, SICRH and SCCR registers on suspend, and = restore > them on resume. Otherwise, we lose IO and clocks setup on MPC8315E-RDB > boards when ULPI USB PHY is used (non-POR setup). >=20 > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/platforms/83xx/suspend.c | 48 = +++++++++++++++++++++++++++++++++ > 1 files changed, 48 insertions(+), 0 deletions(-) applied to next - k=