[PATCH V2 3/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S5P6440

2011-03-01 Thread Banajit Goswami
This patch adds support for LCD backlight control using PWM timer for Samsung SMDK6440 board. Signed-off-by: Banajit Goswami --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s5p64x0/Kconfig |1 + arch/arm/mach-s5p64x0/mach-smdk6440.c | 43 +++

[PATCH V2 6/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S5PV210

2011-03-01 Thread Banajit Goswami
This patch adds support for LCD backlight control using PWM timer for Samsung's SMDKV210 board. Signed-off-by: Banajit Goswami --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s5pv210/Kconfig |1 + arch/arm/mach-s5pv210/mach-smdkv210.c | 43 +

[PATCH V2 4/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S5P6450

2011-03-01 Thread Banajit Goswami
This patch adds support for LCD backlight control using PWM timer for Samsung SMDK6450 board. Signed-off-by: Banajit Goswami --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s5p64x0/Kconfig |1 + arch/arm/mach-s5p64x0/mach-smdk6450.c | 43 +++

[PATCH V2 5/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S5PC100

2011-03-01 Thread Banajit Goswami
This patch adds support for LCD backlight using PWM timer for Samsung SMDKC100 board. Signed-off-by: Banajit Goswami --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s5pc100/Kconfig |1 + arch/arm/mach-s5pc100/mach-smdkc100.c | 49 +++

[PATCH V2 2/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S3C6410

2011-03-01 Thread Banajit Goswami
This patch adds support for LCD backlight using PWM timer for Samsung SMDK6410 board. Signed-off-by: Banajit Goswami --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s3c64xx/Kconfig |1 + arch/arm/mach-s3c64xx/mach-smdk6410.c | 45 +++

Re: [PATCH V4] ARM: EXYNOS4: Implement kernel timers using MCT

2011-03-01 Thread Kyungmin Park
On Wed, Mar 2, 2011 at 4:29 PM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> Hi, >> >> MCT is only possible from EVT1.0 or later. The current universal_c210 >> used the EVT0 version. >> So can you remove the ifdef and board can select which timer is used? >> Please refer the omap implementation

RE: [PATCH V4] ARM: EXYNOS4: Implement kernel timers using MCT

2011-03-01 Thread Kukjin Kim
Kyungmin Park wrote: > > Hi, > > MCT is only possible from EVT1.0 or later. The current universal_c210 > used the EVT0 version. > So can you remove the ifdef and board can select which timer is used? > Please refer the omap implementation and how to use it. > Basically, "CONFIG_EXYNOS4_MCT" can

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

2011-03-01 Thread Donghwa Lee
This patch enables lcd and backlight drivers in NURI board. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park -- arch/arm/configs/exynos4_nuri_defconfig |9 +++- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/mach-nuri.c | 62 ++

resend hsudc patches for s3c24xx?

2011-03-01 Thread Heiko Stübner
Hi, some time around october 2010 Sangbeom Kim posted patches from Thomas Abraham to support the hs-udc of the s3c24xx-platform. But these patches were not added to the kernel. We are currently working on s3c2416 based devices which would profit from this drivers and not having to keep them lo

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

2011-03-01 Thread Sylwester Nawrocki
Hello, On 02/26/2011 03:24 PM, Russell King - ARM Linux wrote: > On Sat, Feb 26, 2011 at 11:45:55AM +0900, Sangbeom Kim wrote: >> +static irqreturn_t s5p_clock_event_isr(int irq, void *dev_id) >> +{ >> +struct clock_event_device *evt = &time_event_device; > > struct clock_event_device *