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 Kesavana.kesa...@samsung.com 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 Kesavana.kesa...@samsung.com

[PATCH] ARM: Add support HSMMC on Samsung SMDKV210

2010-06-10 Thread Kukjin Kim
This patches add support HSMMC for S5PV210. [PATCH 1/2] ARM: SAMSUNG: Add device definition for HSMMC3 [PATCH 2/2] ARM: S5PV210: Add support HSMMC on Samsung SMDKV210 -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to

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 a.kesa...@samsung.com Adds support for the Samsung PATA controller. This driver is based on the Libata subsystem and references the earlier patches sent for IDE subsystem.

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 a.kesa...@samsung.com 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

Re: [PATCH 1/3] s3c64xx: Fix build without SDHCI controllers

2010-06-10 Thread Kyungmin Park
On Fri, Jun 11, 2010 at 9:56 AM, Kukjin Kim kgene@samsung.com wrote: Marek Szyprowski wrote: This patch fixes the following compilation problem if only NCP machine is selected: arch/arm/mach-s3c64xx/s3c6410.c: In function ‘s3c6410_map_io’: arch/arm/mach-s3c64xx/s3c6410.c:51: error:

Re: [PATCH] sdhci-s3c: Add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk for Samsung SoC

2010-06-10 Thread Kyungmin Park
Hi, On Thu, Jun 10, 2010 at 8:39 PM, Kukjin Kim kgene@samsung.com wrote: From: Lee Hyuk hyuk1@samsung.com On Samsung's SDMMC hosts the timeout clock is derivied from the SD Clock, which is set dynamically. So, checked 'SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK' quirk and removed

RE: [PATCH 1/3] s3c64xx: Fix build without SDHCI controllers

2010-06-10 Thread Kyungmin Park
-Original Message- From: Kukjin Kim [mailto:kgene@samsung.com] Sent: Friday, June 11, 2010 12:59 PM To: 'Kyungmin Park' Cc: 'Marek Szyprowski'; linux-arm-ker...@lists.infradead.org; linux- samsung-...@vger.kernel.org; linux-...@vger.kernel.org; ben- li...@fluff.org Subject:

Re: [PATCH 3/3] s5pv210: Aquila: add definitions for sdhci devices

2010-06-10 Thread Ben Dooks
On Wed, Jun 09, 2010 at 11:39:05AM +0200, Marek Szyprowski wrote: This patch add support for SDHCI blocks on Samsung Aquila board. The following host controllers are defined: 1. Internal MoviNAND device (permanently wired to the controller) 2. Internal WiFI SDIO device (card is activated by

Re: [PATCH 1/5] sdhci-s3c: depend on plat-samsung

2010-06-10 Thread Ben Dooks
On Fri, Jun 11, 2010 at 09:29:38AM +0900, Kukjin Kim wrote: Marek Szyprowski wrote: Most Samsung SoC have support for SDHCI block, so make the driver dependent on the Samsung platform instead on listing all SoCs in the Kconfig (and updating it again when support for the new SoC variant

Re: [PATCH 0/6] Various s3c-fb updates

2010-06-10 Thread Ben Dooks
On Mon, May 31, 2010 at 11:08:49AM +0200, Pawel Osciak wrote: Hello, This series is rebased onto Ben Dook's framebuffer branch available at: git://git.fluff.org/bjdooks/linux.git dev/s3c-fb I'll look at updating this series once I am back in the uk, it mostly looks good but I have yet to do

Re: [PATCH 1/5] sdhci-s3c: depend on plat-samsung

2010-06-10 Thread Kyungmin Park
On Fri, Jun 11, 2010 at 2:24 PM, Ben Dooks ben-li...@fluff.org wrote: On Fri, Jun 11, 2010 at 09:29:38AM +0900, Kukjin Kim wrote: Marek Szyprowski wrote: Most Samsung SoC have support for SDHCI block, so make the driver dependent on the Samsung platform instead on listing all SoCs in the

[PATCH v2] s3c64xx: Fix build without SDHCI controllers

2010-06-10 Thread Marek Szyprowski
This patch fixes the following compilation problem if only NCP machine is selected: arch/arm/mach-s3c64xx/s3c6410.c: In function ‘s3c6410_map_io’: arch/arm/mach-s3c64xx/s3c6410.c:51: error: implicit declaration of function ‘s3c6410_default_sdhci2’ Signed-off-by: Marek Szyprowski