From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] sata_fsl: Split hard and soft reset Date: Thu, 19 Nov 2009 18:18:31 -0500 Message-ID: <4B05D247.8040506@garzik.org> References: <20091016164436.GA12897@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:38022 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752792AbZKSXSl (ORCPT ); Thu, 19 Nov 2009 18:18:41 -0500 In-Reply-To: <20091016164436.GA12897@oksana.dev.rtsoft.ru> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Anton Vorontsov Cc: Jeff Garzik , Jiang Yutang , Ashish Kalra , Li Yang , linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org On 10/16/2009 12:44 PM, 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(-) applied #upstream-fixes From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5BFE51007D3 for ; Fri, 20 Nov 2009 10:18:51 +1100 (EST) Message-ID: <4B05D247.8040506@garzik.org> Date: Thu, 19 Nov 2009 18:18:31 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH] sata_fsl: Split hard and soft reset References: <20091016164436.GA12897@oksana.dev.rtsoft.ru> In-Reply-To: <20091016164436.GA12897@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linux-ide@vger.kernel.org, Jiang Yutang , Ashish Kalra , linuxppc-dev@ozlabs.org, Jeff Garzik List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/16/2009 12:44 PM, 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(-) applied #upstream-fixes