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
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
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
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
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'
- 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(-)
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
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
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
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
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
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/
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
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
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
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(-)
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
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(-)
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
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
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
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
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
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 +
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
25 matches
Mail list logo