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 C836BB7B75 for ; Fri, 20 Nov 2009 00:51:49 +1100 (EST) Subject: Re: [PATCH] sata_fsl: Split hard and soft reset 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: <795A2621-9D6C-4D1F-B07B-24E15C55B03F@kernel.crashing.org> Date: Thu, 19 Nov 2009 07:51:27 -0600 Message-Id: References: <20091016164436.GA12897@oksana.dev.rtsoft.ru> <795A2621-9D6C-4D1F-B07B-24E15C55B03F@kernel.crashing.org> To: Jeff Garzik Cc: linux-ide , Jiang Yutang , Ashish Kalra , linux-ppc list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 5, 2009, at 9:02 AM, Kumar Gala wrote: > > On Oct 16, 2009, at 11:44 AM, Anton Vorontsov wrote: > >> From: Jiang Yutang >> >> Split sata_fsl_softreset() into hard and soft resets to make >> error-handling more efficient & device and PMP detection more >> reliable. >> >> Also includes fix for PMP support, driver tested with Sil3726, >> Sil4726 & Exar PMP controllers. >> >> [AV: Also fixes resuming from deep sleep on MPC8315 CPUs] >> >> Signed-off-by: Jiang Yutang >> Signed-off-by: Anton Vorontsov >> --- >> drivers/ata/sata_fsl.c | 84 ++++++++++++++++++++++++ >> +----------------------- >> 1 files changed, 44 insertions(+), 40 deletions(-) > > Jeff, > > any update on this going in for .32? Jeff? - k