RE: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-07-01 Thread Rupjyoti Sarmah
01, 2010 4:25 AM To: Josh Boyer Cc: Jeff Garzik; linux-...@vger.kernel.org; s...@denx.de; Rupjyoti Sarmah; linux-ker...@vger.kernel.org; linuxppc-...@ozlabs.org Subject: Re: [PATCH v1]460EX on-chip SATA driverresubmisison Dear Josh Boyer, In message 20100630200325.gd7...@zod.rchland.ibm.com you

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Wolfgang Denk
Dear Rupjyoti Sarmah, In message 201006241327.o5odry6m032...@amcc.com you wrote: This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. Signed-off-by: Rupjyoti Sarmah rsar...@appliedmicro.com Signed-off-by: Mark Miesfeld mmiesf...@appliedmicro.com

RE: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Rupjyoti Sarmah
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, June 30, 2010 5:28 PM To: Rupjyoti Sarmah Cc: linux-...@vger.kernel.org; linux-ker...@vger.kernel.org; jgar...@pobox.com; s...@denx.de; rsar...@apm.com; linuxppc-...@ozlabs.org Subject: Re: [PATCH v1]460EX on-chip SATA

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Wolfgang Denk
Dear Rupjyoti Sarmah, In message 3b928476b2fffdcf0694e5436e8a4...@mail.gmail.com you wrote: I took the mainline kernel v2.6.35-rc3 and downloaded using the git download link. I created the patch on 6/24/2010 after doing a git pull. With the kernel tree on 6/24/2010 the driver compiled. I

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Wolfgang Denk
Dear Rupjyoti Sarmah, In message 3b928476b2fffdcf0694e5436e8a4...@mail.gmail.com you wrote: I took the mainline kernel v2.6.35-rc3 and downloaded using the git download link. I created the patch on 6/24/2010 after doing a git pull. I don;t think that you used v2.6.35-rc3; using this

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Jeff Garzik
On 06/30/2010 02:47 PM, Wolfgang Denk wrote: Dear Rupjyoti Sarmah, In message3b928476b2fffdcf0694e5436e8a4...@mail.gmail.com you wrote: I took the mainline kernel v2.6.35-rc3 and downloaded using the git download link. I created the patch on 6/24/2010 after doing a git pull. I don;t think

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Josh Boyer
On Wed, Jun 30, 2010 at 03:17:05PM -0400, Jeff Garzik wrote: On 06/30/2010 02:47 PM, Wolfgang Denk wrote: Dear Rupjyoti Sarmah, In message3b928476b2fffdcf0694e5436e8a4...@mail.gmail.com you wrote: I took the mainline kernel v2.6.35-rc3 and downloaded using the git download link. I created

Re: [PATCH v1]460EX on-chip SATA driverresubmisison

2010-06-30 Thread Wolfgang Denk
Dear Josh Boyer, In message 20100630200325.gd7...@zod.rchland.ibm.com you wrote: The driver doesn't depend on CONFIG_ATA_SFF in it's Kconfig file, but seems to require it at build time. Isn't that something that needs fixing in the driver? Right. Next question is if this is really needed