RE: [PATCH 1/4] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410

2010-06-01 Thread Kukjin Kim
Ben Dooks wrote: On Thu, May 27, 2010 at 05:22:01PM +0900, Kukjin Kim wrote: From: Abhilash Kesavan a.kesa...@samsung.com Following is added for the CF-ATA driver: - Platform data strucure definition and instantiation - Platform device definition and enabling code -

RE: [PATCH 1/4] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410

2010-06-01 Thread Kukjin Kim
Russell King - ARM Linux wrote: On Thu, May 27, 2010 at 05:22:01PM +0900, Kukjin Kim wrote: +#include mach/map.h +#include mach/gpio.h shouldn't this be linux/gpio.h ? Will change it. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW Solution

Re: [PATCH 1/4] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410

2010-05-27 Thread Ben Dooks
On Thu, May 27, 2010 at 05:22:01PM +0900, Kukjin Kim wrote: From: Abhilash Kesavan a.kesa...@samsung.com Following is added for the CF-ATA driver: - Platform data strucure definition and instantiation - Platform device definition and enabling code - Platform-specific gpio

Re: [PATCH 1/4] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410

2010-05-27 Thread Russell King - ARM Linux
On Thu, May 27, 2010 at 05:22:01PM +0900, Kukjin Kim wrote: +#include mach/map.h +#include mach/gpio.h shouldn't this be linux/gpio.h ? -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH 1/4] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410

2010-05-27 Thread Marek Szyprowski
Hello, On Thursday, May 27, 2010 10:53 AM Ben Dooks wrote: On Thu, May 27, 2010 at 05:22:01PM +0900, Kukjin Kim wrote: From: Abhilash Kesavan a.kesa...@samsung.com Following is added for the CF-ATA driver: - Platform data strucure definition and instantiation - Platform device