RE: [PATCH 3/3] rtc: rtc-s3c: Add BCD register initialization codes

2010-07-23 Thread Kukjin Kim
Sergei Shtylyov wrote: Hello. Hi :-) Kukjin Kim wrote: From: Taekgyun Ko taeggyun...@samsung.com RTC needs to be initialized when BCD registers have invalid value. Signed-off-by: Taekgyun Ko taeggyun...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com [...] diff

Re: [patch 1/1] i2c-s3c2410: Enable i2c clock only when doing some transfert

2010-07-23 Thread Vasily Khoruzhick
В сообщении от 15 июля 2010 16:06:14 автор Arnaud Patard написал: This patch modify the s3c2410 i2c driver behaviour to enable the i2c clock only when needed. I'm not sure if this has a big impact on power usage but at least it's fixing a bug with the uda1380 codec which needs to be hard

Re: [rtc-linux] [PATCH 3/3] rtc: rtc-s3c: Add BCD register initialization codes

2010-07-23 Thread Wan ZongShun
2010/7/23 Kukjin Kim kgene@samsung.com: Wan ZongShun wrote: 2010/7/21 Kukjin Kim kgene@samsung.com: From: Taekgyun Ko taeggyun...@samsung.com RTC needs to be initialized when BCD registers have invalid value. Do you mean that the hardware register does not have default value?

[PATCH v3 0/3] Add support WP on SMDKV210 and SDHCI_QUIRK_NO_WP_BIT quirk

2010-07-23 Thread Kukjin Kim
This patch adds support SDMMC write protection pin on SMDKV210. Changes since v2: Addressed comments from Marek Szyprowski - modified wp_gpio checking method for support gpio number 0. - removed unnecessary checking in dev-hsmmc.c Changes since v1: Addressed comments from Ben Dooks, Maurus

[PATCH v3 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk for Samsung SoC

2010-07-23 Thread Kukjin Kim
From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk wp_gpio in the platform data must be set. Signed-off-by: Hyuk Lee

Re: [PATCH v3 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk for Samsung SoC

2010-07-23 Thread Maurus Cuelenaere
Op 23-07-10 13:56, Kukjin Kim schreef: From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk wp_gpio in the platform data must be

Re: [PATCH v3 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk for Samsung SoC

2010-07-23 Thread Kyungmin Park
On Fri, Jul 23, 2010 at 8:56 PM, Kukjin Kim kgene@samsung.com wrote: From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk

RE: [PATCH v3 3/3] sdhci-s3c: Add SDHCI_QUIRK_NO_WP_BIT quirk for Samsung SoC

2010-07-23 Thread Marek Szyprowski
Hello, On Friday, July 23, 2010 1:57 PM Kukjin Kim wrote: From: Hyuk Lee hyuk1@samsung.com If host controller doesn't have WP pin which should be connnected with SDMMC card WP pin, can implement get_ro function with using the allocated gpio. In order to use this quirk wp_gpio in the

[PATCH] ARM: S5PV210: Add SDHCI devices for GONI board

2010-07-23 Thread Marek Szyprowski
This patch add support for SDHCI blocks on Samsung Goni 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 power regualor) 3. External MMC/SD socket (card detection is provided by

[PATCH v3 3/8] ARM: Samsung: Add platform definitions and helpers for FIMC driver

2010-07-23 Thread Sylwester Nawrocki
FIMC (CAMIF) device is a camera interface embedded in S3C/S5P Samsung SOC series. It supports ITU-R BT.601/656 and MIPI-CSI2 standards, memory to memory operations, color conversion, resizing and rotation. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v3 7/8] ARM: S5PC100: enable FIMC on SMDKC100

2010-07-23 Thread Sylwester Nawrocki
Add support for FIMC on Samsung SMDKC100 board. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com --- arch/arm/mach-s5pc100/Kconfig |3 +++

[PATCH v3 8/8] ARM: s5pv210: Override FIMC driver name on Aquila board

2010-07-23 Thread Sylwester Nawrocki
Change variant of the FIMC driver for compatibility with older SoC version (EVT0) used on Aquila board. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/mach-aquila.c |5 + 1 files changed, 5