RE: [PATCH 0/2] ARM: S5PV210: GONI board update for CIF camera support

2011-06-29 Thread Kukjin Kim
Sylwester Nawrocki wrote: This patchset adds platform data definition for NOON010PC30 camera sensor for GONI board and renames sclk_cam clocks on S5PV210 platform which is needed for FIMC media device driver. The whole patches converting s5p-fimc to media controller API can be found at:

RE: [PATCH v2 2/5] Samsung SoC ADC: Channel selection for S5PV210, S5PC110, and Exynos4

2011-06-29 Thread Kukjin Kim
MyungJoo Ham wrote: In S5PV210/S5PC110/Exynos4, ADCMUX channel selection uses ADCMUX register, not ADCCON register. This patch corrects the behavior of Samsung-ADC for such cpus. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

RE: [PATCH V7 5/5] ARM: EXYNOS4: Add platform data for EXYNOS4 FIMD and LTE480WV platform-lcd

2011-06-29 Thread Kukjin Kim
Jingoo Han wrote: From: Jonghun Han jonghun@samsung.com This patch adds support EXYNOS4 FIMD0 and LTE480WV LCD pannel. Signed-off-by: Jonghun Han jonghun@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-exynos4/mach-smdkc210.c | 71

[PATCH] ARM: EXYNOS4: Set appropriate I2C device variant

2011-06-29 Thread Sylwester Nawrocki
Set up a correct I2C bus controller variant name for Exynos4. Without this change the I2C bus driver fails to acquire its clocks. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- This change is required to enable the I2C bus

[PATCH] arm: platsmp: Allow secondary cpu hotplug with maxcpus=1

2011-06-29 Thread Stephen Boyd
If an ARM system has multiple cpus in the same socket and the kernel is booted with maxcpus=1, secondary cpus are possible but not present due to how platform_smp_prepare_cpus() is called. Fix this by always calling platform_smp_prepare_cpus() as long as max_cpus is non-zero (0 means no SMP) to

[PATCH 1/2] ARM: EXYNOS4: Add more register addresses of CMU and PMU.

2011-06-29 Thread MyungJoo Ham
Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/include/mach/regs-clock.h | 13 + arch/arm/mach-exynos4/include/mach/regs-pmu.h | 16 2 files changed, 29 insertions(+), 0

[PATCH 1/2] Samsung SoC: Allow to enable wakeup with IRQs.

2011-06-29 Thread MyungJoo Ham
s3c_irq_wake is required by some external .c files to setup WAKEUP-MASK bits based on IRQ numbers. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/plat-samsung/include/plat/pm.h |2 ++ 1 files changed, 2 insertions(+),

[PATCH 2/2] ARM: EXYNOS4: Enable Internal RTC's Wakeup from Suspend-to-Ram

2011-06-29 Thread MyungJoo Ham
Allow Exynos4 to setup WAKEUP-MASK bits based on IRQ numbers. Currently, Exynos4's cpu.c supports RTC ALARM/TICK based IRQs only. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/cpu.c |4 1 files

Re: [PATCH 1/7] ARM: EXYNOS4: Add external GIC io memory mapping

2011-06-29 Thread MyungJoo Ham
On Mon, Jun 20, 2011 at 4:34 PM, Changhwan Youn chaos.y...@samsung.com wrote: This patch adds external GIC io memory mapping to support external GIC on EXYNOS4. Signed-off-by: Changhwan Youn chaos.y...@samsung.com ---  arch/arm/mach-exynos4/cpu.c              |   10 ++  

Re: [PATCH] arm: platsmp: Allow secondary cpu hotplug with maxcpus=1

2011-06-29 Thread Paul Mundt
On Wed, Jun 29, 2011 at 11:31:39AM -0700, Stephen Boyd wrote: If an ARM system has multiple cpus in the same socket and the kernel is booted with maxcpus=1, secondary cpus are possible but not present due to how platform_smp_prepare_cpus() is called. Fix this by always calling

Re: [PATCH v2 3/3] ARM: EXYNOS4: Add EPLL clock operations

2011-06-29 Thread Naveen Krishna Ch
Hi Seungwhan, On 22 June 2011 13:31, Seungwhan Youn claude.y...@gmail.com wrote: Hi Naveen, On Wed, Jun 22, 2011 at 3:51 PM, Naveen Krishna Ch naveenkrishna...@gmail.com wrote: Hi Every one, 1. Both S5P6440 and S5P6450 uses PLL90XX for EPLL.  However, the same epll_ops is duplicated in

Re: [PATCH V2 0/3] ARM: Add SPDIF support for EXYNOS4

2011-06-29 Thread Naveen Krishna Ch
Hi Everyone, I would like to know if there are any comments or modifications required in the following patchset. On 21 June 2011 16:54, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote:  o To Kukjin Kim, Sangbeom Kim, Jassi Brar and Seungwhan Youn [PATCH v2 1/3] ARM: Samsung: Move