RE: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-13 Thread Kukjin Kim
Sergei Shtylyov wrote: > > Hello. > > Kukjin Kim wrote: > > >>> From: Abhilash Kesavan > >>> Adds support for the Samsung PATA controller. This driver is based on the > >>> Libata subsystem and references the earlier patches sent for IDE subsystem. > > > Hi, > > > Thanks for your comments. >

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-11 Thread Sergei Shtylyov
Hello. Kukjin Kim wrote: From: Abhilash Kesavan Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Hi, Thanks for your comments. Signed-off-by: Abhilash Kesavan Signed-off-by: Kukjin Ki

RE: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-11 Thread Kukjin Kim
Ben Dooks wrote: > > On Thu, Jun 10, 2010 at 04:50:41PM +0900, Kukjin Kim wrote: > > From: Abhilash Kesavan > > > > Adds support for the Samsung PATA controller. This driver is based on the > > Libata subsystem and references the earlier patches sent for IDE subsystem. > > Thanks for your review

RE: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-11 Thread Kukjin Kim
Sergei Shtylyov wrote: > > Kukjin Kim wrote: > > > From: Abhilash Kesavan > > > Adds support for the Samsung PATA controller. This driver is based on the > > Libata subsystem and references the earlier patches sent for IDE subsystem. > Hi, Thanks for your comments. > > Signed-off-by: Abhilas

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Ben Dooks
On Thu, Jun 10, 2010 at 04:50:41PM +0900, Kukjin Kim wrote: > From: Abhilash Kesavan > > Adds support for the Samsung PATA controller. This driver is based on the > Libata subsystem and references the earlier patches sent for IDE subsystem. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: K

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Ben Dooks
On Thu, Jun 10, 2010 at 02:43:34PM +0400, Sergei Shtylyov wrote: > Kukjin Kim wrote: > >> From: Abhilash Kesavan > >> Adds support for the Samsung PATA controller. This driver is based on the >> Libata subsystem and references the earlier patches sent for IDE subsystem. > >> Signed-off-by: Abhilas

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Sergei Shtylyov
Kukjin Kim wrote: From: Abhilash Kesavan Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Signed-off-by: Abhilash Kesavan Signed-off-by: Kukjin Kim [...] diff --git a/drivers/ata/pat

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Jeff Garzik
On 06/10/2010 04:56 AM, Ben Dooks wrote: On Thu, Jun 10, 2010 at 04:52:07AM -0400, Jeff Garzik wrote: On 06/10/2010 03:50 AM, Kukjin Kim wrote: From: Abhilash Kesavan Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches s

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Jeff Garzik
On 06/10/2010 03:50 AM, Kukjin Kim wrote: From: Abhilash Kesavan Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Signed-off-by: Abhilash Kesavan Signed-off-by: Kukjin Kim --- Changes since v2:

Re: [PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Ben Dooks
On Thu, Jun 10, 2010 at 04:52:07AM -0400, Jeff Garzik wrote: > On 06/10/2010 03:50 AM, Kukjin Kim wrote: >> From: Abhilash Kesavan >> >> Adds support for the Samsung PATA controller. This driver is based on the >> Libata subsystem and references the earlier patches sent for IDE subsystem. >> >> Sig

[PATCH v3] libata: pata_samsung_cf: Add Samsung PATA controller driver

2010-06-10 Thread Kukjin Kim
From: Abhilash Kesavan Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem. Signed-off-by: Abhilash Kesavan Signed-off-by: Kukjin Kim --- Changes since v2: - Changed the DRV_NAME to pata_samsung_c