Re: [PATCH v2.6.34-rc2] s3c: Fix CONFIG_MTD_NAND_S3C2410_CLKSTOP

2010-05-03 Thread Ben Dooks
On Tue, Mar 30, 2010 at 10:22:03AM +0200, Christian Pellegrin wrote: > Option CONFIG_MTD_NAND_S3C2410_CLKSTOP was broken by higher MTD layers > calling select_chip with -1 twice in a row. This patch fixes the problem > by making sure that clk_disable is not called too many times. > > Signed-off-by

Re: S3C64XX & S3C24XX TS/ADC support in mainline

2010-05-03 Thread Ben Dooks
On Tue, Apr 06, 2010 at 10:35:10AM +0530, ch.nav...@samsung.com wrote: > From: Naveen Krishna CH > > Hi Ben, > > This is Naveen from Samsung, India. > > I'm working on adding support for TS/ADC for the following boards > 6410, 6440 and V210 on 2.6.34-rc2 kernel. > > 1) > I did some initial w

Re: [PATCH] ARM: S5PV210: Add Power Management Support

2010-05-03 Thread Kyungmin Park
On Tue, May 4, 2010 at 2:26 PM, Ben Dooks wrote: > On Tue, May 04, 2010 at 02:02:21PM +0900, Kukjin Kim wrote: >> From: Jongpill Lee >> >> This patch adds suspend-to-ram support for S5PV210. >> >> Signed-off-by: Jongpill Lee >> Signed-off-by: Kukjin Kim >> --- >>  arch/arm/mach-s5pv210/Kconfig

Re: [PATCH] ARM: S5PV210: Add Power Management Support

2010-05-03 Thread Ben Dooks
On Tue, May 04, 2010 at 02:02:21PM +0900, Kukjin Kim wrote: > From: Jongpill Lee > > This patch adds suspend-to-ram support for S5PV210. > > Signed-off-by: Jongpill Lee > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/Kconfig|6 + > arch/arm/mach-s5pv210/Makefile

Re: [PATCH 2/2] ARM: S5PV210: Add EINT and EINT Group Support

2010-05-03 Thread Ben Dooks
On Tue, May 04, 2010 at 01:51:26PM +0900, Kukjin Kim wrote: > From: Jongpill Lee > > Add EINT for Samsung S5P SoCs and EINT Group for S5PV210 > > Signed-off-by: Jongpill Lee > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/Makefile|2 +- > arch/arm/mach-s5pv210/includ

[PATCH] ARM: S5PV210: Add Power Management Support

2010-05-03 Thread Kukjin Kim
From: Jongpill Lee This patch adds suspend-to-ram support for S5PV210. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/Kconfig|6 + arch/arm/mach-s5pv210/Makefile |1 + arch/arm/mach-s5pv210/include/mach/pm-core.h | 43 ++

Re: [PATCH 1/2] ARM: S5PV210: Add IRQ definitions for EINT

2010-05-03 Thread Ben Dooks
On Tue, May 04, 2010 at 01:51:20PM +0900, Kukjin Kim wrote: > From: Jongpill Lee > > This patch adds IRQ definitions for external interrupt. > > Signed-off-by: Jongpill Lee > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/include/mach/irqs.h | 71 > +++-- >

[PATCH 1/2] ARM: S5PV210: Add IRQ definitions for EINT

2010-05-03 Thread Kukjin Kim
From: Jongpill Lee This patch adds IRQ definitions for external interrupt. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/include/mach/irqs.h | 71 +++-- 1 files changed, 67 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-s5

[PATCH 2/2] ARM: S5PV210: Add EINT and EINT Group Support

2010-05-03 Thread Kukjin Kim
From: Jongpill Lee Add EINT for Samsung S5P SoCs and EINT Group for S5PV210 Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/Makefile|2 +- arch/arm/mach-s5pv210/include/mach/irqs.h |8 +- arch/arm/mach-s5pv210/irq-eint-group.c| 521

Re: [PATCH v2 1/2] ARM: S5PV210: Add S5PV210 GPIO support

2010-05-03 Thread Ben Dooks
On Tue, May 04, 2010 at 11:37:21AM +0900, Kukjin Kim wrote: > This patch adds GPIOlib support for S5PV210. > > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/Makefile |2 +- > arch/arm/mach-s5pv210/gpio.c | 495 > > arch/a

Re: [PATCH 2/2] ARM: S5PV210: Add GPIO register definitions

2010-05-03 Thread Ben Dooks
On Tue, May 04, 2010 at 11:37:32AM +0900, Kukjin Kim wrote: > From: Jongpill Lee > > This patch adds GPIO register definitions for group interrupt. > > Signed-off-by: Jongpill Lee > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/include/mach/regs-gpio.h | 338 >

Re: [PATCH v2 1/2] ARM: S5PV210: Add S5PV210 GPIO support

2010-05-03 Thread Kyungmin Park
Hi, On Tue, May 4, 2010 at 11:37 AM, Kukjin Kim wrote: > This patch adds GPIOlib support for S5PV210. > > Signed-off-by: Kukjin Kim > --- >  arch/arm/mach-s5pv210/Makefile                 |    2 +- >  arch/arm/mach-s5pv210/gpio.c                   |  495 > >  arch/arm/m

[PATCH 2/2] ARM: S5PV210: Add GPIO register definitions

2010-05-03 Thread Kukjin Kim
From: Jongpill Lee This patch adds GPIO register definitions for group interrupt. Signed-off-by: Jongpill Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/include/mach/regs-gpio.h | 338 1 files changed, 282 insertions(+), 56 deletions(-) diff --git a/arch/ar

[PATCH v2 1/2] ARM: S5PV210: Add S5PV210 GPIO support

2010-05-03 Thread Kukjin Kim
This patch adds GPIOlib support for S5PV210. Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv210/Makefile |2 +- arch/arm/mach-s5pv210/gpio.c | 495 arch/arm/mach-s5pv210/include/mach/gpio.h | 97 +- arch/arm/mach-s5pv210

Re: [PATCH] ARM: S5PV210: Add additional clock definitions

2010-05-03 Thread Ben Dooks
On Mon, Apr 19, 2010 at 08:04:20PM +0900, Kukjin Kim wrote: > From: Thomas Abraham > > Adds additional clock definitions for S5PV210 SoC. Please see previous patch for comments. > Signed-off-by: Thomas Abraham > Signed-off-by: Kukjin Kim > --- > arch/arm/mach-s5pv210/s5pv210-clock.c | 1611

Re: [PATCH] ARM: S5P6440: Add new clock definitions.

2010-05-03 Thread Ben Dooks
On Mon, Apr 19, 2010 at 08:02:59PM +0900, Kukjin Kim wrote: > From: Thomas Abraham Someone needs to setup their mailer! Also, why wasn't this sent to linux-arm-kernel? > Add additional clock definitions for Samsung's S5P6440 SoC. Additionally, > modifies the clock code to adhere to the Samsung

Re: S3C6410 power management support status

2010-05-03 Thread Ben Dooks
On Thu, Apr 29, 2010 at 05:52:57PM +0300, Yauhen Kharuzhy wrote: > On Thu, Apr 29, 2010 at 03:00:51PM +0100, Mark Brown wrote: > > On Thu, Apr 29, 2010 at 03:45:09PM +0300, Yauhen Kharuzhy wrote: > > > > > Can anybody explain current status of S3C6410 power management support > > > in mainline? Su

Re: S3C6410 power management support status

2010-05-03 Thread Ben Dooks
On Thu, Apr 29, 2010 at 03:45:09PM +0300, Yauhen Kharuzhy wrote: > Hi. > > Can anybody explain current status of S3C6410 power management support > in mainline? Suspend-to-RAM looks completely broken in the current > Linus's git tree. I'd prefer if you didn't make sweeping accusations about the s