[PATCH] ARM: S5PV210: Update I2C-1 Clock Register Property.

2010-08-18 Thread MyungJoo Ham
CLK_GATE_IP3[8] is RESERVED. The port "I2C_HDMI_DDY" of CLK_GATE_IP3[10] is used as another I2C port (but not dedicated to HDMI as if it is a general I2C port) Therefore, we define the unused I2C-1 (IP3[8] is not used) as another I2C there was left undefined but used. Signed-off-by: MyungJoo Ham

Re: 'error: 'SDHCI_QUIRK_NO_HISPD_BIT' undeclared' and 'undefined reference to `sdhci_card_detect''

2010-08-18 Thread Kyungmin Park
On Thu, Aug 19, 2010 at 10:10 AM, Kyungmin Park wrote: > On Thu, Aug 19, 2010 at 3:33 AM, Andrew Morton > wrote: >> On Fri, 13 Aug 2010 10:13:04 +0200 >> Marek Szyprowski wrote: >> >>> Hello, >>> >>> On Friday, August 13, 2010 9:32 AM Kukjin Kim wrote: >>> >>> > This is just information about Sa

Re: 'error: 'SDHCI_QUIRK_NO_HISPD_BIT' undeclared' and 'undefined reference to `sdhci_card_detect''

2010-08-18 Thread Kyungmin Park
On Thu, Aug 19, 2010 at 3:33 AM, Andrew Morton wrote: > On Fri, 13 Aug 2010 10:13:04 +0200 > Marek Szyprowski wrote: > >> Hello, >> >> On Friday, August 13, 2010 9:32 AM Kukjin Kim wrote: >> >> > This is just information about Samsung sdmmc stuff building error now. >> > >> > I found Marek's 'sdh

RE: [PATCH v7 6/6] ARM: S5PV210: Initial CPUFREQ Support

2010-08-18 Thread Kukjin Kim
MyungJoo Ham wrote: > > S5PV210 CPUFREQ Support. > > This CPUFREQ may work without PMIC's DVS support. However, it is not > as effective without DVS support as supposed. AVS is not supported in > this version. > > Note that CLK_SRC of some clocks including ARMCLK, G3D, G2D, MFC, > and ONEDRAM ar

Re: 'error: 'SDHCI_QUIRK_NO_HISPD_BIT' undeclared' and 'undefined reference to `sdhci_card_detect''

2010-08-18 Thread Andrew Morton
On Fri, 13 Aug 2010 10:13:04 +0200 Marek Szyprowski wrote: > Hello, > > On Friday, August 13, 2010 9:32 AM Kukjin Kim wrote: > > > This is just information about Samsung sdmmc stuff building error now. > > > > I found Marek's 'sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk' in the > > Linus'

[PATCH 2/2] s3cmci: minor fixups

2010-08-18 Thread Vasily Khoruzhick
- It's not necessary to start DMA op manually, as we have autostart feature enabled - Restore prescaler before DMA operation, otherwise it takes ages to complete DMA op. Signed-off-by: Vasily Khoruzhick --- drivers/mmc/host/s3cmci.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[PATCH 0/2] s3c24xx: fix DMA support for MCI

2010-08-18 Thread Vasily Khoruzhick
This series fixes DMA support for s3c24xx SoCs, now it's possible to use DMA with s3cmci driver. In-Reply-To: -- 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 http://vger.kernel.org/major

[PATCH 1/2] s3c24xx: DMA: don't use autoreload feature

2010-08-18 Thread Vasily Khoruzhick
Some integrated DMA-capable hardware doesn't like autoreload feature of s3c24xx DMA-engine, that's why s3cmci driver didn't work with DMA transfers enabled. I rewrote DMA driver not to use autoreload feature and removed all pre-loading features. Buffer re-load is fast enought to perform it in IRQ

[PATCH 11/14] ARM: S5PV310: Bug fix on uclk1 and sclk_pwm

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch fixes on enable and ctrlbit of uclk1 and sclk_pwm. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock.c

[PATCH 12/14] ARM: S5PV310: Add various clocks

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds clocks for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 155 - 1 files changed, 154 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock

[PATCH 14/14] ARM: S5PV310: Adds various special clocks

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds various special clocks for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 186 + 1 files changed, 186 insertions(+), 0 deletions(-) diff --git a/arch/arm/ma

[PATCH 13/14] ARM: S5PV310: Add video clocks

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds video clocks for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 74 + 1 files changed, 74 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/

[PATCH 10/14] ARM: S5PV310: Adds uart clocks

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds uart clocks for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 37 +++-- 1 files changed, 31 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock

[PATCH 09/14] ARM: S5PV310: Adds SDMMC clock for S5PV310

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds SDMMC clocks for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 142 - 1 files changed, 141 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s5pv310

[PATCH 02/14] ARM: S5PV310: Removed unused clock

2010-08-18 Thread Kukjin Kim
This pach removed unused clock on S5PV310/S5PC210. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 126 + 1 files changed, 2 insertions(+), 124 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/arm/mach-s5pv310/clock.c index 77

[PATCH 05/14] ARM: S5PV310: Adds clk_sclk_usbphy0, _usbphy1, and _hdmiphy

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds struct clk clk_sclk_usbphy0, _usbphy1, and _hdmiphy for adding member of clkset_group_list. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-)

[PATCH 08/14] ARM: S5PV310: Adds enable and ctrlbit for clk_vpllsrc

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds enable and ctrlbit for struct clksrc_clk clk_vpllsrc Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/a

[PATCH 03/14] ARM: S5PV310: Adds clkset_aclk for removing clkset_aclk_xxx

2010-08-18 Thread Kukjin Kim
This patch adds 'clkset_aclk' to use commonly. And removed struct clksrc_sources clkset_aclk_200, clkset_aclk_100, clkset_aclk_160, and clkset_aclk_133. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 25 + 1 files changed, 5 insertions(+), 20 deletions(-)

[PATCH 04/14] ARM: S5PV310: Fix on PLL setting for S5PV310

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch fixes on PLL setting for S5PV310/S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/arm/mach-s5pv310/clo

[PATCH 01/14] ARM: S5PV310: Adds clock addresses for S5PV310

2010-08-18 Thread Kukjin Kim
This patch adds definition of clock address. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/include/mach/regs-clock.h | 29 +- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-s5pv310/include/mach/regs-clock.h b/arch/arm/mach-s5pv310/inclu

[PATCH 07/14] ARM: S5PV310: Adds printing ACLK200, ACLK100, ACLK160 and ACLK133

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds log messages of aclk_200, aclk_100, aclk_160, and aclk_133. And adds clk_p.rate from calculated aclk_100. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 15 ++- 1 files changed, 14 insertions(+), 1 del

[PATCH 06/14] ARM: S5PV310: Should be clk_sclk_apll not clk_mout_apll

2010-08-18 Thread Kukjin Kim
From: Jongpill Lee This patch adds clk_sclk_apll so that fixes on clk_mout_apll. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/clock.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-s5pv310/clock.c b/arch

[PATCH 00/14] ARM: S5PV310: Updates clock

2010-08-18 Thread Kukjin Kim
This patch updates clock for S5PV310/S5PC210. [PATCH 01/14] ARM: S5PV310: Adds clock addresses for S5PV310 [PATCH 02/14] ARM: S5PV310: Removed unused clock [PATCH 03/14] ARM: S5PV310: Adds clkset_aclk for removing clkset_aclk_xxx [PATCH 04/14] ARM: S5PV310: Fix on PLL setting for S5PV310 [PATCH 05

[PATCH] ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310

2010-08-18 Thread Kukjin Kim
This patch adds default zreladdr of ARCH_S5PV310. Signed-off-by: Kukjin Kim --- arch/arm/Kconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9295110..a7ed21f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1622,7 +

[PATCH] ARM: S5PV310: Add CMU for S5PV310 Clock

2010-08-18 Thread Kukjin Kim
This patch adds CMU block for easily handling S5PV310 clock. (CMU: Clock Management Unit) Of course, changed current clock addresses for it. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/cpu.c |7 ++- arch/arm/mach-s5pv310/include/mach/map.h|2 + arch/ar