RE: [PATCH] regulators: add support max8952 regulator

2010-09-02 Thread Kukjin Kim
Kukjin Kim wrote: > > From: Changhwan Youn > > The operation of max8952 is almost similar to max8649 except > the output voltage range. This patch adds support the max8952 > regulator using current max8649 implementation. > > Signed-off-by: Changhwan Youn > Signed-off-by: Kukjin Kim Cc: Mark

[PATCH] regulators: add support max8952 regulator

2010-09-02 Thread Kukjin Kim
From: Changhwan Youn The operation of max8952 is almost similar to max8649 except the output voltage range. This patch adds support the max8952 regulator using current max8649 implementation. Signed-off-by: Changhwan Youn Signed-off-by: Kukjin Kim --- drivers/regulator/Kconfig |4 ++--

[PATCH] ARM: SAMSUNG: Removed redunt zreladdr in Makefile.boot

2010-09-02 Thread Kukjin Kim
Because can be calculated ZREADDR now, removed redunt zreladdr definitions in each Makefile.boot of Samsung architectures. Signed-off-by: Kukjin Kim Cc: Ben Dooks --- arch/arm/mach-s3c2410/Makefile.boot |2 -- arch/arm/mach-s3c64xx/Makefile.boot |1 - arch/arm/mach-s5p6440/Makefile.boot

Re: [PATCH 1/3] h1940: use gpiolib for latch access

2010-09-02 Thread Russell King - ARM Linux
On Thu, Aug 19, 2010 at 06:00:01PM +0300, Vasily Khoruzhick wrote: > diff --git a/arch/arm/mach-s3c2410/mach-h1940.c > b/arch/arm/mach-s3c2410/mach-h1940.c > index 779b45b..9717790 100644 > --- a/arch/arm/mach-s3c2410/mach-h1940.c > +++ b/arch/arm/mach-s3c2410/mach-h1940.c > @@ -42,6 +42,7 @@ > #

RE: [PATCH 00/13] ARM: S5P64X0: Add new S5P6450 Support

2010-09-02 Thread Kukjin Kim
Ben Dooks wrote: > Hi ;-) > On Wed, Sep 01, 2010 at 04:09:07PM +0900, Kukjin Kim wrote: > > This patches add basic support for Samsung S5P6450 SoC. > > > > Basically this patch moves mach-s5p6440 (ARCH_S5P6440) to mach-s5p64x0 > > (ARCH_S5P64X0) to support Samsung's new S5P6450 SoC. The > ARCH_S5

RE: [PATCH 02/13] ARM: S5P64X0: Update Kconfig and Makefile

2010-09-02 Thread Kukjin Kim
Kyungmin Park wrote: > > On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim wrote: > > This patch updates the Kconfig and Makefile for the S5P6440 and S5P6450 > > machines. It also updates arch/arm/ Kconfig and Makefile to include for > > support ARCH_S5P64X0 with one kernel image. > > > > Signed-off-by:

RE: [PATCH 11/13] ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board file

2010-09-02 Thread Kukjin Kim
Kyungmin Park wrote: > > On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim wrote: > > This patch moves smdk6440 board file from mach-s5p6440 into the new > > mach-s5p64x0 directory and adds smdk6450 board file. > > > > Signed-off-by: Kukjin Kim > > --- > >  .../{mach-s5p6440 => mach-s5p64x0}/mach-smdk6

RE: [PATCH 08/13] ARM: S5P64X0: Move DMA support for S5P64X0

2010-09-02 Thread Kukjin Kim
Jassi Brar wrote: > > On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim wrote: > > This patch moves DMA support files in the mach-s5p64x0 > > for S5P6440 and S5P6450 SoCs. > > > > Signed-off-by: Kukjin Kim > > Cc: Jassi Brar > > --- > > arch/arm/{mach-s5p6440 => mach-s5p64x0}/dma.c | 75 >

RE: [PATCH 07/13] ARM: S5P64X0: Update Audio support

2010-09-02 Thread Kukjin Kim
Jassi Brar wrote: > Hi Jassi :-) Thanks for your review. > On Wed, Sep 1, 2010 at 4:09 PM, Kukjin Kim wrote: > > This patch updates Audio and SPI for S5P6440 and S5P6450 SoCs. > > > > Signed-off-by: Kukjin Kim > > Cc: Jassi Brar > > --- > > arch/arm/mach-s5p6440/dev-audio.c |