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 7564ADE114 for ; Sat, 16 May 2009 04:17:02 +1000 (EST) Message-ID: <4A0DB196.8010209@garzik.org> Date: Fri, 15 May 2009 14:16:54 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] sata_fsl: Fix the command description of FSL SATA controller References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > From: Dave Liu > > The bit 11 of command description is reserved bit in Freescale > SATA controller and needs to be set to '1'. This is needed to > make sure the last write from the controller to the buffer > descriptor is seen before an interrupt is raised. > > Signed-off-by: Dave Liu > Signed-off-by: Kumar Gala > --- > > Jeff, please pick this up as a bug fix for 2.6.30 > > drivers/ata/sata_fsl.c | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) applied