Re: [RE-SEND] [PATCH 3/4] s3c-fb: Add support EXYNOS4 FIMD

2011-06-14 Thread Thomas Abraham
Hi Sylwester, On 11 June 2011 22:10, Sylwester Nawrocki wrote: > Hello, > > On 06/10/2011 10:15 AM, Anand Kumar N wrote: >> From: Jonghun Han >> >> This patch adds struct s3c_fb_driverdata s3c_fb_data_exynos4 for EXYNOS4. >> The clk_type is added to distinguish clock type in it and lcd_clk is add

Re: Re: [PATCH 0/4] s3c-fb: Add support S5PV310 FIMD

2011-06-14 Thread Anand Kumar N
Hi Sylwester, Sorry for the late reply. > > Hi Anand, > > On 06/10/2011 10:15 AM, Anand Kumar N wrote: > > This patch series is based on the latest > > git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next > > > > This was originally submitted by Jonghun Han > > http://www.spinic

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-14 Thread Kyungmin Park
On Wed, Jun 15, 2011 at 7:26 AM, Angus Ainslie wrote: > On Thu, Jun 2, 2011 at 2:54 AM, Marc Zyngier wrote: >> On Thu, 2011-06-02 at 17:39 +0900, Kyungmin Park wrote: >>> On Thu, Jun 2, 2011 at 5:34 PM, Marc Zyngier wrote: >>> > On Thu, 2011-06-02 at 16:01 +0900, Kyungmin Park wrote: >>> >> On F

Re: [PATCH] ARM: exynos4: fix secondary CPU boot

2011-06-14 Thread Angus Ainslie
On Thu, Jun 2, 2011 at 2:54 AM, Marc Zyngier wrote: > On Thu, 2011-06-02 at 17:39 +0900, Kyungmin Park wrote: >> On Thu, Jun 2, 2011 at 5:34 PM, Marc Zyngier wrote: >> > On Thu, 2011-06-02 at 16:01 +0900, Kyungmin Park wrote: >> >> On Fri, May 27, 2011 at 12:11 AM, Marc Zyngier >> >> wrote: >>

[PATCH 3/3 v2] ARM: EXYNOS4: Enable MFC on universal_c210

2011-06-14 Thread Kamil Debski
Enable MFC device on the universal_c210 boards using the EXYNOS4 SoC. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/Kconfig |2 ++ arch/arm/mach-exynos4/mach-universal_c210.c | 13 + 2 files changed, 15 insertions(+), 0 deleti

[PATCH 1/3 v2] ARM: Add support for MFC device to plat-s5p, mach-s5pv210 and mach-exynos4

2011-06-14 Thread Kamil Debski
Add support for MFC device to plat-s5p, mach-exynos4, mach-s5pv210: - clock support - memory mapping and reserving - s5p_device_mfc platform device Signed-off-by: Kamil Debski Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/Kconfig |2 +

[PATCH 2/3 v2] ARM: S5PV210: Enable MFC on Goni

2011-06-14 Thread Kamil Debski
Enable MFC device on the Goni board using the S5PV210 SoC. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-goni.c | 10 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-

[PATCH 0/3 v2] ARM: S5P: Add support for MFC device on S5PV210 and EXYNOS4

2011-06-14 Thread Kamil Debski
Hello, Multi Format Codec is a device present in the S5PV210 and EXYNOS4 SoCs by Samsung. This patch set adds platform and mach data for MFC. The new version contains memory initialization code for MFC and support for DMA contig allocator. The patches have been applied to this branch, it should

[PATCH] rtc: rtc-s3c: Update RTC driver for supporting clock gating

2011-06-14 Thread Donggeun Kim
This patch supports clock gating. Power consumption can be reduced by setting rtc_clk disabled state except for when RTC related registers are accessed. Signed-off-by: Donggeun Kim Signed-off-by: MyungJoo Ham Signed-off-by: KyungMin Park --- drivers/rtc/rtc-s3c.c | 26 ++

Re: [PATCH 1/5] ARM: EXYNOS4: Add EPLL clock operations

2011-06-14 Thread Naveen Krishna Ch
Hi Kukjin, On 14 June 2011 11:03, Kukjin Kim wrote: > Naveen Krishna Chatradhi wrote: >> >> This patch adds EPLL specific clock get_rate/set_rate >> operations on EXYNOS4. >> >> Note: Initial code from S5PV210 >> http://permalink.gmane.org/gmane.linux.alsa.devel/77519 >> >> Signed-off-by: Naveen