Re: [PATCH v2]460EX on-chip SATA driver<resubmisison>
From: Jeff Garzik <hidden>
Date: 2010-07-14 07:51:51
Also in:
linux-ide, lkml
From: Jeff Garzik <hidden>
Date: 2010-07-14 07:51:51
Also in:
linux-ide, lkml
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<redacted> Signed-off-by: Mark Miesfeld<redacted> Signed-off-by: Prodyut Hazarika<redacted> --- 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