From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v2]460EX on-chip SATA driver Date: Wed, 14 Jul 2010 03:51:44 -0400 Message-ID: <4C3D6C90.4030709@pobox.com> References: <201007061106.o66B631f013777@amcc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gy0-f174.google.com ([209.85.160.174]:57559 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427Ab0GNHvt (ORCPT ); Wed, 14 Jul 2010 03:51:49 -0400 In-Reply-To: <201007061106.o66B631f013777@amcc.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Rupjyoti Sarmah Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, rsarmah@apm.com, sr@denx.de, linuxppc-dev@ozlabs.org On 07/06/2010 07:06 AM, Rupjyoti Sarmah wrote: > This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. > > Signed-off-by: Rupjyoti Sarmah > Signed-off-by: Mark Miesfeld > Signed-off-by: Prodyut Hazarika > > --- > This patch incorporates the changes advised in the mailing list. The device > tree changes were submitted as a seperate patch. Kconfig file is fixed in this version. > > drivers/ata/Kconfig | 9 + > drivers/ata/Makefile | 1 + > drivers/ata/sata_dwc_460ex.c | 1756 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1766 insertions(+), 0 deletions(-) > create mode 100644 drivers/ata/sata_dwc_460ex.c applied From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gw0-f42.google.com (mail-gw0-f42.google.com [74.125.83.42]) by ozlabs.org (Postfix) with ESMTP id B3A4BB6F16 for ; Wed, 14 Jul 2010 17:51:50 +1000 (EST) Received: by gwb11 with SMTP id 11so2559239gwb.15 for ; Wed, 14 Jul 2010 00:51:48 -0700 (PDT) Sender: Jeff Garzik Message-ID: <4C3D6C90.4030709@pobox.com> Date: Wed, 14 Jul 2010 03:51:44 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Rupjyoti Sarmah Subject: Re: [PATCH v2]460EX on-chip SATA driver References: <201007061106.o66B631f013777@amcc.com> In-Reply-To: <201007061106.o66B631f013777@amcc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linux-ide@vger.kernel.org, sr@denx.de, rsarmah@apm.com, 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: , On 07/06/2010 07:06 AM, Rupjyoti Sarmah wrote: > This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. > > Signed-off-by: Rupjyoti Sarmah > Signed-off-by: Mark Miesfeld > Signed-off-by: Prodyut Hazarika > > --- > This patch incorporates the changes advised in the mailing list. The device > tree changes were submitted as a seperate patch. Kconfig file is fixed in this version. > > drivers/ata/Kconfig | 9 + > drivers/ata/Makefile | 1 + > drivers/ata/sata_dwc_460ex.c | 1756 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1766 insertions(+), 0 deletions(-) > create mode 100644 drivers/ata/sata_dwc_460ex.c applied