RE: [PATCH] ARM: EXYNOS4: Add ARMLEX4210 Board support file

2011-03-03 Thread Kukjin Kim
Kyungmin Park wrote: > > On Thu, Mar 3, 2011 at 4:27 PM, ALIM AKHTAR wrote: > > This patch is based on 'for-next'  branch of kgene tree. > > > > This patch adds Samsung ARMLEX4210  board support file > > which is based on Exynos4210. > > > > Signed-off-by: Alim Akhtar > > --- > >  arch/arm/mach-

RE: [PATCH V2 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-03 Thread Sangbeom Kim
Hi Kyungmin! I'm sorry, I don't test on exynos4 configuration. I will add S5P_HRT configuration in plat-s5p Kconfig. And It can be selected on each machine. After testing it, I will submit again. Thanks, S.B. Kim > On Friday, March 04, 2011 3:32 PM, Kyungmin Park wrote: > > This patch adds supp

[PATCH v2] ARM: Samsung: change suspend/resume code to depend on CONFIG_SUSPEND

2011-03-03 Thread Marek Szyprowski
Most suspend/resume code depends on CONFIG_PM. This causes problems if one wants to enable Runtime PM (to control power domains for example), but doesn't need system suspend/resume feature. This also enables to use Runtime PM feature on EXYNOS4 which doesn't implement system suspend/resume callback

Re: [PATCH V2 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-03 Thread Kyungmin Park
On Fri, Mar 4, 2011 at 2:21 PM, Sangbeom Kim wrote: > This patch adds support HR-Timer(High Resolution Timer) and dynamic > tick system for S5P SoCs. There are many clock sources for HR-Timer > on S5P SoCs. The PWM timer, RTC, System Timer, and MCT can be used > for clock source. > This patch can

[PATCH V2 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-03 Thread Sangbeom Kim
This patch adds support HR-Timer(High Resolution Timer) and dynamic tick system for S5P SoCs. There are many clock sources for HR-Timer on S5P SoCs. The PWM timer, RTC, System Timer, and MCT can be used for clock source. This patch can only support PWM timer for clocksource of S5P64x0 and S5PV210.

[PATCH V2 2/3] ARM: S5P: Update machine initialization for HRT

2011-03-03 Thread Sangbeom Kim
This patch update mach-s5p64x0 and mach-s5pv210 machine initialization for hrt support. PWM Timer3 is used for default clockevent. PWM Timer4 is used for defualt clocksource. Signed-off-by: Sangbeom Kim --- arch/arm/mach-s5p64x0/mach-smdk6440.c |4 +++- arch/arm/mach-s5p64x0/mach-smdk6450.c

[PATCH V2 3/3] ARM: S5P: Update defconfig for HRT support

2011-03-03 Thread Sangbeom Kim
This patch modify s5pv210_defconfig and s5p64x0_defconfig for High resolution timer support. Signed-off-by: Sangbeom Kim --- arch/arm/Kconfig |6 -- arch/arm/configs/s5p64x0_defconfig |2 ++ arch/arm/configs/s5pv210_defconfig |2 ++ 3 files changed, 8 insertions

[PATCH V2 0/3] ARM: S5P: Add HRT support for s5p series

2011-03-03 Thread Sangbeom Kim
The Following patches support high resolution timer for s5p series. In this version, I had modified clk_get scheme and Added sched_clock_support and clockevents_calc_mult_shift function. For initialization functions,Added __init MACRO. Basically, I had reflected comments of Russell King, Linus

Re: [PATCH] ARM: EXYNOS4: enabled lcd and backlight in NURI board

2011-03-03 Thread Donghwa Lee
On 2011-03-03, Kukjin Kim wrote: > >> # >> # Display device support >> diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig >> index 5bf00b9..1d0d222 100644 >> --- a/arch/arm/mach-exynos4/Kconfig >> +++ b/arch/arm/mach-exynos4/Kconfig >> @@ -135,6 +135,7 @@ config MACH_NURI

Re: [PATCH] ARM: Samsung: change suspend/resume code to depend on CONFIG_SUSPEND

2011-03-03 Thread Kyungmin Park
Marek, Can you rebase the patch on the for-exynos4? Or kgene fix it since it's posted before the renamefrom s5pv310 to exynos4. To Kgene, It's required for test the runtime PM on exynos4. Another one, when we expect the PM feature for exynos4? Please specify the date instead of plan. Thank you

RE: [PATCH v3] ARM: EXYNOS4: add support for i2c PMICs on Universal_C210 board

2011-03-03 Thread Kukjin Kim
Marek Szyprowski wrote: > > This patch adds basic definitions for MAX8952 & LP3974 (MAX8998 > compatible) PMICs for UniversalC210 board. Power consumers for the > device drivers will be added later. These two PMICs occupy I2C5 bus. > > Signed-off-by: Marek Szyprowski > Signed-off-by: Kyungmin Pa

[PATCH v2 2/3] ARM: S5P: Extend MIPI-CSIS platform_data with the PHY control callback

2011-03-03 Thread Sylwester Nawrocki
Extend MIPI-CSIS driver's platform data structure with a callback for D-PHY enable and reset control. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/plat-s5p/include/plat/mipi_csis.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a

[PATCH v2 3/3] ARM: S5P: Add support for common MIPI CSIS/DSIM D-PHY control

2011-03-03 Thread Sylwester Nawrocki
Add common code for MIPI-CSIS and MIPI-DSIM drivers to support their corresponding D-PHY's enable and reset control. Tested with S5PV210 and EXYNOS4 SoCs. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/include/mach/regs-pmu.h |5 ++ arch/arm/mach-

[PATCH v2 1/3] ARM: S5P: Rename MIPI-CSIS driver header and update Copyright

2011-03-03 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- arch/arm/plat-s5p/dev-csis0.c |2 +- arch/arm/plat-s5p/dev-csis1.c |2 +- .../plat-s5p/include/plat/{csis.h => mipi_csis.h} | 10 +- 3 files changed, 7 insertions(+), 7

[PATCH v2 0/3] ARM: S5P: Add D-PHY control platform helpers for MIPI-CSIS/DSIM drivers

2011-03-03 Thread Sylwester Nawrocki
Hello, the following patch series adds the platform helpers for MIPI-CSIS and MIPI-DSIM drivers to control their corresponding D-PHYs. MIPI-DSIM driver should use its D-PHY control function from plat-s5p/setup-mipi.c. Changes since v1: - created common setup-mipi.c under plat-s5p for all S5P/EX

[PATCH v3] ARM: EXYNOS4: add support for i2c PMICs on Universal_C210 board

2011-03-03 Thread Marek Szyprowski
This patch adds basic definitions for MAX8952 & LP3974 (MAX8998 compatible) PMICs for UniversalC210 board. Power consumers for the device drivers will be added later. These two PMICs occupy I2C5 bus. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/Kconfig

Re: [PATCH] ARM: S5P: Add platform helpers for camera GPIO configuration

2011-03-03 Thread Sylwester Nawrocki
On 03/03/2011 08:36 AM, Kukjin Kim wrote: > Sylwester Nawrocki wrote: >> >> Add functions for the parallel camera GPIO interface >> configuration on S5PV210 and S5PV310 SoCs. >> >> Signed-off-by: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park > > Hmm...typo? Err, no. Looks like someone need

Re: [PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright

2011-03-03 Thread Sylwester Nawrocki
On 03/03/2011 05:33 AM, Kukjin Kim wrote: > Sylwester Nawrocki wrote: >> >> Signed-off-by: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park >> --- >> arch/arm/plat-s5p/dev-csis0.c |2 +- >> arch/arm/plat-s5p/dev-csis1.c |2 +- >> arch/arm/plat-s5p/include/pla

Re: [PATCH] ARM: EXYNOS4: Add ARMLEX4210 Board support file

2011-03-03 Thread Kyungmin Park
On Thu, Mar 3, 2011 at 4:27 PM, ALIM AKHTAR wrote: > This patch is based on 'for-next'  branch of kgene tree. > > This patch adds Samsung ARMLEX4210  board support file > which is based on Exynos4210. > > Signed-off-by: Alim Akhtar > --- >  arch/arm/mach-exynos4/Kconfig           |   13 ++ >  arc