RE: [PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-27 Thread Marek Szyprowski
Hello, On Monday, July 26, 2010 10:57 PM Andrew Morton wrote: On Thu, 22 Jul 2010 10:25:44 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: On Thursday, July 22, 2010 1:12 AM On Fri, 16 Jul 2010 08:24:26 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote:

RE: [PATCH v2 3/8] ARM: S5PV310: Add Clock and PLL support

2010-07-27 Thread Kukjin Kim
MyungJoo Ham wrote: Hello, Hello, On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com This patch adds clock and pll support for S5PV310. Signed-off-by: Changhwan Youn chaos.y...@samsung.com Signed-off-by: Kukjin

[PATCH v4 3/8] ARM: S5PV310: Add Clock and PLL support

2010-07-27 Thread Kukjin Kim
From: Changhwan Youn chaos.y...@samsung.com This patch adds clock and pll support for S5PV310. Signed-off-by: Changhwan Youn chaos.y...@samsung.com Signed-off-by: Jongpill Lee boyko@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- NOTE: skipped v3 to avoid confusing...

Re: [PATCH v2 3/8] ARM: S5PV310: Add Clock and PLL support

2010-07-27 Thread MyungJoo Ham
Hi, again. On Tue, Jul 27, 2010 at 6:06 PM, Kukjin Kim kgene@samsung.com wrote: MyungJoo Ham wrote: Hello, Hello, On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com This patch adds clock and pll support for

RE: [PATCH v3] Samsung: sdhci-s3c: add support for new card detection methods

2010-07-27 Thread Kukjin Kim
Andrew Morton wrote: On Thu, 22 Jul 2010 10:25:44 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Thursday, July 22, 2010 1:12 AM On Fri, 16 Jul 2010 08:24:26 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote:

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

2010-07-27 Thread Kukjin Kim
Kyungmin Park wrote: 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

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

2010-07-27 Thread Kukjin Kim
Marek Szyprowski wrote: 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

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

2010-07-27 Thread Kukjin Kim
This patch adds support SDMMC write protection pin on SMDKV210. Changes since v3: Addressed comments from Kyungmin Park and Marek Szyprowski - Added pdata 'bool has_gpio_wp' as per Marek - Moved new WP quirk checking as per Kyungmin Changes since v2: Addressed comments from Marek Szyprowski -

[PATCH v4 1/3] ARM: SAMSUNG: Add the member of platdata to implement SDMMC Write Protection

2010-07-27 Thread Kukjin Kim
From: Hyuk Lee hyuk1@samsung.com This patch adds the members of platdata which is wp_gpio. The wp_gpio is a gpio_number which is connected with WP pin of SD Slot. Signed-off-by: Hyuk Lee hyuk1@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---

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

2010-07-27 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

[PATCH v4 2/3] ARM: S5PV210: Add support SDMMC WP through EXT_INT on SMDKV210

2010-07-27 Thread Kukjin Kim
From: Hyuk Lee hyuk1@samsung.com S5PV210 HSMMC host controller doesn't have the Write Protection pin which should be connnected with SDMMC card WP pin. So send the allocated GPIO number which is connected with WP pin of SD slot in order to implement get_ro function in sdhci-s3c.

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

2010-07-27 Thread Kukjin Kim
Wan ZongShun wrote: 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

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

2010-07-27 Thread Marek Szyprowski
Hello, On Tuesday, July 27, 2010 2:44 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

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

2010-07-27 Thread Maurus Cuelenaere
Op 27-07-10 13:58, Kukjin Kim schreef: Maurus Cuelenaere wrote: 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.

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

2010-07-27 Thread Alessandro Zummo
On Tue, 27 Jul 2010 21:59:13 +0900 Kukjin Kim kgene@samsung.com 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

Re: [rtc-linux] [PATCH 2/2] rtc: rtc-s3c: Updates RTC driver for clock enabling support

2010-07-27 Thread Wan ZongShun
2010/7/22 Atul Dahiya atuldahiy...@gmail.com: On Thu, Jul 22, 2010 at 11:39 AM, Wan ZongShun mcuos@gmail.com wrote: 2010/7/21 Kukjin Kim kgene@samsung.com: From: Atul Dahiya atul.dah...@samsung.com This Patch updates existing Samsung RTC driver for clock enabling support.

[PATCH 1/2] ARM: S5PV210: Add audio support to Aquila

2010-07-27 Thread Chanwoo Choi
This patch the I2C board information for the WM8994 used in the Aquila as audio codec and adds the I2C/I2S platform drivers. Additionlly, to control power consumption have registerd the voltage consumer of WM8994 to the regulator framework. I initialize gpio settting relevant to operation of audio

[PATCH 2/2] ARM: S5PV210: Add the GPIO lib

2010-07-27 Thread Chanwoo Choi
This patch add the definition of GPIO to support WM8994 audio codec on I2C bus. Signed-off-by : Chanwoo Choi cw00.c...@samsung.com Signed-off-by : Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/include/mach/gpio.h | 10 -- 1 files changed, 8 insertions(+), 2

[PATCH] ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status.

2010-07-27 Thread MyungJoo Ham
Many MUX and clock dividers have a status bit so that users can wait until the status is stable. When corresponding registers are accessed while a clock is not stable, we may suffer from unexpected errors. Therefore, we introduce a mechanism to let the operations related with updating SRC/DIV

[PATCH] ARM: S5PV210: clksrc-clk: wait for the stable SRC/DIV fields added.

2010-07-27 Thread MyungJoo Ham
With this patch, clk_set_rate and clk_set_parent returns with stabilized clocks for non-glitch muxs and divs. This patch requires the following two patches. 1. ARM: Samsung SoC: clksrc-clk: wait for the stable SRC/DIV status., which has stable SRC/DIV support for Samsung SoC. 2. ARM: S5PV210:

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

2010-07-27 Thread Kukjin Kim
Alessandro Zummo wrote: On Tue, 27 Jul 2010 21:59:13 +0900 Kukjin Kim kgene@samsung.com 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

RE: [rtc-linux] [PATCH 2/2] rtc: rtc-s3c: Updates RTC driver for clock enabling support

2010-07-27 Thread Kukjin Kim
Wan ZongShun wrote: 2010/7/22 Atul Dahiya atuldahiy...@gmail.com: On Thu, Jul 22, 2010 at 11:39 AM, Wan ZongShun mcuos@gmail.com wrote: 2010/7/21 Kukjin Kim kgene@samsung.com: From: Atul Dahiya atul.dah...@samsung.com This Patch updates existing Samsung RTC driver for

Re: [rtc-linux] [PATCH 2/2] rtc: rtc-s3c: Updates RTC driver for clock enabling support

2010-07-27 Thread Wan ZongShun
2010/7/28 Kukjin Kim kgene@samsung.com: Wan ZongShun wrote: 2010/7/22 Atul Dahiya atuldahiy...@gmail.com: On Thu, Jul 22, 2010 at 11:39 AM, Wan ZongShun mcuos@gmail.com wrote: 2010/7/21 Kukjin Kim kgene@samsung.com: From: Atul Dahiya atul.dah...@samsung.com This

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

2010-07-27 Thread Kukjin Kim
Maurus Cuelenaere wrote: Op 27-07-10 13:58, Kukjin Kim schreef: Maurus Cuelenaere wrote: 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

RE: [rtc-linux] [PATCH 2/2] rtc: rtc-s3c: Updates RTC driver for clock enabling support

2010-07-27 Thread Kukjin Kim
-Original Message- From: linux-arm-kernel-boun...@lists.infradead.org [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Wan ZongShun Sent: Wednesday, July 28, 2010 1:42 PM To: rtc-li...@googlegroups.com Cc: a.zu...@towertech.it; linux-samsung-soc@vger.kernel.org;

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

2010-07-27 Thread Kukjin Kim
Marek Szyprowski wrote: Hello, Hi :-) On Tuesday, July 27, 2010 2:44 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.

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

2010-07-27 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