RE: [PATCH] ARM: S5PV210: Fix security engine interrupt names

2011-03-25 Thread Kukjin Kim
Vladimir Zapolskiy wrote: > > This change is intended to correct security subsystem interrupt names > for Samsung S5PV210 and S5PC110 SoCs. > > Signed-off-by: Vladimir Zapolskiy > --- > arch/arm/mach-s5pv210/include/mach/irqs.h |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) >

RE: [PATCH] ARM: EXYNOS4: IRQ flags for SMSC911X set as HIGH

2011-03-25 Thread Kukjin Kim
Tushar Behera wrote: > > Hi, > Hi :) > I found that there are already some patches submitted for this purpose. > > http://www.spinics.net/lists/linux-samsung-soc/msg04371.html > http://www.spinics.net/lists/linux-samsung-soc/msg04372.html > > Sorry for the trouble. Please ignore this patch. >

RE: [PATCH] ARM: EXYNOS4: Fix addruart macro

2011-03-25 Thread Kukjin Kim
Thomas Abraham wrote: > > Fix incorrect conditional execution of ldr instructions in > addruart macro. > Oops :( Ok, will apply:) As a note, I found same patch with this in your previous patches. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung

RE: [PATCH] ARM: EXYNOS4: Fix smsc9215 irq polarity configuration of SMDKC210

2011-03-25 Thread Kukjin Kim
Jeongtae Park wrote: > > This patch fixes smsc9215 irq ploarity configuration of SMDKC210. > We can change type of EINT(5) as HIGH, but it's better to change > IRQ output of smsc9215 as an active low because smsc's IRQ line > has been pull-up. > > Signed-off-by: Jeongtae Park Ok, will apply. Th

RE: [PATCH] ARM: EXYNOS4: Add Atmel mXT touchscreen device to the NURI board

2011-03-25 Thread Kukjin Kim
Joonyoung Shim wrote: > > This patch is to support Atmel mXT touchscreen device to the NURI board. > > Signed-off-by: Joonyoung Shim > Signed-off-by: Kyungmin Park > --- > Hi, > > This patch is created at the source tree merged next branch of > git.kernel.org/pub/scm/linux/kernel/git/dtor/inpu

RE: [PATCH 6/6] ARM: Remove clkdev.o build in arch/arm/common/Makefile

2011-03-25 Thread Kukjin Kim
Thomas Abraham wrote: > > clkdev.c is moved to drivers/clk. So build for clkdev.o can > be removed from arch/arm/common/Makefile. > > Signed-off-by: Thomas Abraham > --- > arch/arm/common/Makefile |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/common/Mak

RE: [PATCH] ARM: EXYNOS4: Fix smsc9215 irq polarity configuration of SMDKV310

2011-03-25 Thread Kukjin Kim
Jeongtae Park wrote: > > This patch fixes smsc9215 irq ploarity configuration of SMDKV310. > We can change type of EINT(5) as HIGH, but it's better to change > IRQ output of smsc9215 as an active low because smsc's IRQ line > has been pull-up. > > Signed-off-by: Jeongtae Park Ok, will apply. Th

[PATCH v2] ARM: SAMSUNG: Fix CPU idmask

2011-03-25 Thread Kukjin Kim
This patch fixes CPU idmask of S5P64X0 and EXYNOS4210 and its comparison method because just want to use CPU id for it. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- arch/arm/plat-s5p/cpu.c |8 arch/arm/plat-samsung/init.c |2 +- 2 files changed, 5 insertions(+), 5 deletions

[PATCH] ARM: Suspend: Fix dependency of ARCH_SUSPEND_POSSIBLE

2011-03-25 Thread Kukjin Kim
The current mainline codes of ARCH_S5P64X0 and ARCH_S5P6442 can not support suspend to ram. So needs this for preventing build error on them. Cc: Russell King Cc: Rafael J. Wysocki Cc: Len Brown Signed-off-by: Kukjin Kim --- As a note, suspend to ram will be supported on them soon :) arch/ar

Re: [PATCH] I2C:SAMSUNG:Select I2C_S3C2410 if HAVE_S3C2410_I2C

2011-03-25 Thread Ben Dooks
On Fri, Mar 25, 2011 at 08:12:06AM +0530, Tushar Behera wrote: > Hi Ben, > > On 24 March 2011 16:17, Ben Dooks wrote: > > On Thu, Mar 24, 2011 at 02:36:13PM +0530, Tushar Behera wrote: > >> On Samsung Kconfig files, HAVE_S3C2410_I2C is selected if we want > >> to enable support for I2C. But the I

RE: [PATCH] ARM: EXYNOS4: Add PWM backlight support on Samsung SMDKC210

2011-03-25 Thread Kukjin Kim
Jingoo Han wrote: > > This patch adds support for LCD backlight control using PWM timer > for Samsung's SMDKC210 board. > (snip) > +static int smdkv310_backlight_init(struct device *dev) smdkc210_backlight_init ? Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Devel