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 810BDB7B9D for ; Fri, 6 Nov 2009 01:11:24 +1100 (EST) Subject: Re: [PATCH 3/7] powerpc/qe: Implement QE driver for handling resume on MPC85xx Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Kumar Gala In-Reply-To: <20090915214355.GC24821@oksana.dev.rtsoft.ru> Date: Thu, 5 Nov 2009 08:11:19 -0600 Message-Id: References: <20090915214321.GA19377@oksana.dev.rtsoft.ru> <20090915214355.GC24821@oksana.dev.rtsoft.ru> To: Anton Vorontsov Cc: Scott Wood , linuxppc-dev@ozlabs.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sep 15, 2009, at 4:43 PM, Anton Vorontsov wrote: > So far the driver is used to reset QE upon resume, which is needed on > 85xx. Later we can move some QE initialization steps into probe(). > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/sysdev/qe_lib/qe.c | 34 ++++++++++++++++++++++++++++++ > ++++ > 1 files changed, 34 insertions(+), 0 deletions(-) applied to next - k