RE: [PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX

2010-10-18 Thread Kukjin Kim
Sangbeom Kim wrote: > > From: Atul Dahiya > > This patch fixes the partition table as existing partition table have last > partition size fixed and can't utilize available memory proprly if size is > more than 64M. > > Signed-off-by: Atul Dahiya > Signed-off-by: Sangbeom Kim > --- > arch/arm

RE: [PATCH 1/2] ARM: SAMSUNG: Add setname core function for S3C24XX NAND

2010-10-18 Thread Kukjin Kim
Sangbeom Kim wrote: > > From: Atul Dahiya > > This patch replaces the device name assignment method from string assignment > to set_name method for all s3c24xx machines and adds device core file. > > Signed-off-by: Atul Dahiya > Signed-off-by: Sangbeom Kim > --- > arch/arm/mach-s3c2412/s3c24

RE: [PATCH 2/2] ARM: S3C2416: Change S3C2416 NAND platform device name

2010-10-18 Thread Kukjin Kim
Sangbeom Kim wrote: > > From: Atul Dahiya > > This patch changes the platform device name from 's3c2416-nand' to > 's3c2412-nand' so that S3C2416 can reuse the nand functionality > available on S3C2412. > > Signed-off-by: Atul Dahiya > Signed-off-by: Sangbeom Kim > --- > arch/arm/mach-s3c241

RE: [PATCH v2 2/4] ARM: S3C2416: Set name of the framebuffer device only if it present

2010-10-18 Thread Kukjin Kim
Yauhen Kharuzhy wrote: > > Fix case when board doesn't have LCD connected and doesn't have > corresponding platform device compiled. > > Signed-off-by: Yauhen Kharuzhy > --- > arch/arm/mach-s3c2416/s3c2416.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/ar

RE: [PATCH v2 4/4] ARM: S3C2416: Add platform helpers for setup SDHCI

2010-10-18 Thread Kukjin Kim
Yauhen Kharuzhy wrote: > > Samsung S3C2416 has two SDHCI controllers compatible with other > Samsung's SoCs (S3C64XX, S5PC100 etc...). > > Add required platform setup code that the devices can be used with > sdhci-s3c driver. > > Signed-off-by: Yauhen Kharuzhy > --- > arch/arm/mach-s3c2416/Kco

RE: S3C2416 fixes (gpiolib, SDHCI, compilation without FB device)

2010-10-18 Thread Kukjin Kim
Darius Augulis wrote: > > On 07/08/2010 10:23 AM, Marek Szyprowski wrote: > > Hello, > > > > On Tuesday, July 06, 2010 7:03 PM Darius Augulis wrote: > > > >> On 06/28/2010 09:01 AM, Marek Szyprowski wrote: > >>> Hello, > >>> > >>> On Friday, June 25, 2010 12:56 PM Darius Augulis wrote: > >>> > >>>

Re: S3C2416 fixes (gpiolib, SDHCI, compilation without FB device)

2010-10-18 Thread Darius Augulis
Hi, actually, no. I moved my work from S3C24xx to S3C64xx and didn't test it anymore. Regards, Darius On Mon, Oct 18, 2010 at 3:30 PM, Kukjin Kim wrote: > Darius Augulis wrote: >> >> On 07/08/2010 10:23 AM, Marek Szyprowski wrote: >> > Hello, >> > >> > On Tuesday, July 06, 2010 7:03 PM Darius A

[PATCH 0/4] ARM: S5PV310: Add support FIMD

2010-10-18 Thread Sangbeom Kim
This patch adds support FIMD(Fully Interactive Mobile Display) on S5PV310 and S5PC210. The 3rd patch is update s3c-fb for it and others are for platform data. [PATCH 1/4] ARM: S5PV310: Add FIMD resource definition [PATCH 2/4] ARM: S5PV310: Add platform device and helper functions for FIMD [PATCH

[PATCH 1/4] ARM: S5PV310: Add FIMD resource definition

2010-10-18 Thread Sangbeom Kim
From: Jonghun Han This patch adds resource definitions for S5PV310 FIMD. IRQ and SFR definitions are added. Signed-off-by: Jonghun Han Signed-off-by: Sangbeom Kim --- arch/arm/mach-s5pv310/include/mach/irqs.h |8 arch/arm/mach-s5pv310/include/mach/map.h |5 + 2 files cha

[PATCH 3/4] s3c-fb: Add support S5PV310 FIMD

2010-10-18 Thread Sangbeom Kim
From: Jonghun Han This patch adds s3c_fb_driverdata for S5PV310 FIMD0. The clk_type is added to distinguish clock type in structure s3c_fb_variant and lcd_clk is added in structure s3c_fb to calculate divider for lcd panel. FIMD can handles two clocks. The one is for FIMD IP and the other is for

[PATCH 4/4] ARM: S5PV310: Add platform data for S5PV310 FIMD and LTE480WV platform-lcd

2010-10-18 Thread Sangbeom Kim
From: Jonghun Han Some platform data for S5PV310 FIMD0 are added. LTE480WV lcd pannel used by SMDKV310 are added via platform-lcd interface. extern helper functions used by machine file are added. Signed-off-by: Jonghun Han Signed-off-by: Sangbeom Kim --- arch/arm/mach-s5pv310/mach-smdkv310.c

[PATCH 2/4] ARM: S5PV310: Add platform device and helper functions for FIMD

2010-10-18 Thread Sangbeom Kim
From: Jonghun Han This patch adds platform device s5p_device_fimd0 for S5PV310 FIMD0. S5PV310 has two FIMDs(FIMD0, FIMD1). FIMD1 will be added later. Some definitions used to enable S5PV310 FIMD0 are added. Signed-off-by: Jonghun Han Signed-off-by: Sangbeom Kim --- arch/arm/mach-s5pv310/Kconf

RE: S3C2416 fixes (gpiolib, SDHCI, compilation without FB device)

2010-10-18 Thread Kukjin Kim
Darius Augulis wrote: > > Hi, > > actually, no. I moved my work from S3C24xx to S3C64xx and didn't test > it anymore. > Oh, ok...maybe mini6410 and real6410? ;-) ...I didn't get S3C24XX stuff in my mailbox...so missed it. Anyway ok...will sort it out soon. Thanks. Best regards, Kgene. -- Kukj

Re: S3C2416 fixes (gpiolib, SDHCI, compilation without FB device)

2010-10-18 Thread Darius Augulis
On Mon, Oct 18, 2010 at 4:04 PM, Kukjin Kim wrote: > Darius Augulis wrote: >> >> Hi, >> >> actually, no. I moved my work from S3C24xx to S3C64xx and didn't test >> it anymore. >> > Oh, ok...maybe mini6410 and real6410? ;-) yes. while talking about this - what is state of my s3c64xx patches for n

Re: [PATCH 2/2] ARM: S5PV310: Add external interrupt support

2010-10-18 Thread Ben Dooks
On 18/10/10 06:06, Jongsun Han wrote: > All external interrupts are transferred to GIC through interrupt combiner. > > Signed-off-by: Jongsun Han > Signed-off-by: Jongpill Lee > --- > arch/arm/mach-s5pv310/Makefile |2 +- > arch/arm/mach-s5pv310/irq-eint.c | 228 > ++

Re: [PATCH] ARM: SAMSUNG: Bug fix spin_lock recursion in clk_enable() and clk_disable()

2010-10-18 Thread Ben Dooks
On 12/10/10 01:39, Jaecheol Lee wrote: > From: Minho Ban > > The clk_enable() and clk_disable() can be used process and ISR either. > So spin_lock_irqsave should be used instead. > > Signed-off-by: Minho Ban > Signed-off-by: Jaecheol Lee > --- > arch/arm/plat-samsung/clock.c | 12 --

Re: [PATCH] ARM: SAMSUNG: Bug fix spin_lock recursion in clk_enable() and clk_disable()

2010-10-18 Thread Jassi Brar
On Tue, Oct 19, 2010 at 8:09 AM, Ben Dooks wrote: > On 12/10/10 01:39, Jaecheol Lee wrote: >> From: Minho Ban >> >> The clk_enable() and clk_disable() can be used process and ISR either. >> So spin_lock_irqsave should be used instead. >> >> Signed-off-by: Minho Ban >> Signed-off-by: Jaecheol Lee

Re: [PATCH] ARM: SAMSUNG: Bug fix spin_lock recursion in clk_enable() and clk_disable()

2010-10-18 Thread mhban
On Tue, 2010-10-19 at 10:12 +0900, Jassi Brar wrote: > On Tue, Oct 19, 2010 at 8:09 AM, Ben Dooks wrote: > > On 12/10/10 01:39, Jaecheol Lee wrote: > >> From: Minho Ban > >> > >> The clk_enable() and clk_disable() can be used process and ISR either. > >> So spin_lock_irqsave should be used instea

RE: [PATCH 4/4] ARM: S5PV310: Add platform data for S5PV310 FIMD and LTE480WV platform-lcd

2010-10-18 Thread Marek Szyprowski
Hello, On Monday, October 18, 2010 2:55 PM Sangbeom Kim wrote: > From: Jonghun Han > > Some platform data for S5PV310 FIMD0 are added. > LTE480WV lcd pannel used by SMDKV310 are added via platform-lcd interface. > extern helper functions used by machine file are added. > > Signed-off-by: Jongh