Re: [PATCH 1/6] ARM: S3C24XX: Add forgotten clock lookup table to S3C2443

2012-04-02 Thread Heiko Stübner
Am Montag 02 April 2012, 23:08:10 schrieb Kukjin Kim: > Heiko Stübner wrote: > > When the hsmmc clock lookup was changed to be lookup tables based, > > it seems the S3C2443 was forgotten. > > > > As subsequent patches will want to add more lookups to it, this > > patch adds the base table with the

Re: [PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore

2012-04-02 Thread Mark Brown
On Mon, Apr 02, 2012 at 12:05:53PM -0700, Kukjin Kim wrote: > Mark, is this needed for v3.4? No. signature.asc Description: Digital signature

Re: [PATCH 1/6] ARM: S3C24XX: Add forgotten clock lookup table to S3C2443

2012-04-02 Thread Kukjin Kim
Heiko Stübner wrote: When the hsmmc clock lookup was changed to be lookup tables based, it seems the S3C2443 was forgotten. As subsequent patches will want to add more lookups to it, this patch adds the base table with the missing hsmmc lookup. Signed-off-by: Heiko Stuebner --- arch/arm/mach-

Re: [PATCH] ARM: EXYNOS: autodetect enabled serial port in uncompress

2012-04-02 Thread Kyungmin Park
Hi, On Tue, Apr 3, 2012 at 4:17 AM, Kukjin Kim wrote: > From: Colin Cross > > Check the ULCON register of each serial port to determine if > it has been enabled by the bootloader.  If only one serial port > is found enabled, use that one.  Otherwise, use the value from > CONFIG_S3C_LOWLEVEL_UART

Re: [PATCH 0/6] S3C24XX: Add support for HSSPI on S3C2416/S3C2443

2012-04-02 Thread Kukjin Kim
Heiko Stübner wrote: Am Montag 12 März 2012, 19:59:32 schrieb Heiko Stübner: The S3C2416/S3C2443/S3C2450 SoCs contain HSSPI controllers compatible with the ones in the S3C64xx and later. The second patch modifying the dma selection depends on the series enabling the dma support on the S3C2416,

Re: [PATCH] ARM: S3C24XX: add support for second irq set of S3C2416

2012-04-02 Thread Heiko Stübner
Am Samstag 03 März 2012, 22:19:45 schrieb Heiko Stübner: > The S3C2416 has a separate second interrupt register-set to support > additional irqs. This patch adds the necessary constants and registers > the irq handlers for it. > > Signed-off-by: Heiko Stuebner and also "ping" :-) Thanks Heiko

Re: [PATCH 0/6] S3C24XX: Add support for HSSPI on S3C2416/S3C2443

2012-04-02 Thread Heiko Stübner
Am Montag 12 März 2012, 19:59:32 schrieb Heiko Stübner: > The S3C2416/S3C2443/S3C2450 SoCs contain HSSPI controllers compatible > with the ones in the S3C64xx and later. > > The second patch modifying the dma selection depends on the series > enabling the dma support on the S3C2416, but as the who

[PATCH] ARM: EXYNOS: use chip_id reg in uncompress to select uart base phys

2012-04-02 Thread Kukjin Kim
From: Dima Zavin Signed-off-by: Dima Zavin Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/include/mach/uncompress.h | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/uncompress.h b/arch/arm/mach-exynos/include/mach/

[PATCH] ARM: EXYNOS: autodetect enabled serial port in uncompress

2012-04-02 Thread Kukjin Kim
From: Colin Cross Check the ULCON register of each serial port to determine if it has been enabled by the bootloader. If only one serial port is found enabled, use that one. Otherwise, use the value from CONFIG_S3C_LOWLEVEL_UART_PORT. Signed-off-by: Colin Cross Signed-off-by: Kukjin Kim ---

[PATCH] ARM: EXYNOS: convert irq combiner to generic irq chip

2012-04-02 Thread Kukjin Kim
From: Colin Cross The irq combiner is very simple, convert it to a generic irq chip. Also adds a resume handler to restore the masks after suspend. Signed-off-by: Colin Cross Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/common.c | 71 +--- 1 files c

[PATCH] ARM: EXYNOS: fix CONFIG_DEBUG_LL

2012-04-02 Thread Kukjin Kim
From: Colin Cross addruart cannot read from the physical address of the chipid register, that will fail as soon as the mmu is turned on. Fixing it to read from the physical or virtual address depending on the mmu state also does not work, because there is a period between head.S and exynos_map_io

Re: [PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support

2012-04-02 Thread Kukjin Kim
Chris Ball wrote: Hi Kukjin, Hi, Sorry for late response. [...] I can't send the tree as it is to Linus now, because Arnd has asked us to hold off on these device tree bindings and work with the unified bindings he's proposing instead. (Rebasing to drop that patch will introduce new confl

Re: [PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore

2012-04-02 Thread Kukjin Kim
Mark Brown wrote: > The regulator API now allows supplies used by regulators to be specified > as normal supplies - provide the hookup for that mechanism on Cragganmore. > > Signed-off-by: Mark Brown > --- > arch/arm/mach-s3c64xx/mach-crag6410.c | 18 ++ > 1 files changed, 18

Re: [PATCH] mach-exynos: fix ISO C90 warning.

2012-04-02 Thread Kukjin Kim
Il Han wrote: > ISO C90 forbids mixed declarations and code. > Fix it. > > Signed-off-by: Il Han > --- > arch/arm/mach-exynos/common.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c > index e6cc50e..

[PATCH] mach-exynos: fix ISO C90 warning.

2012-04-02 Thread Il Han
ISO C90 forbids mixed declarations and code. Fix it. Signed-off-by: Il Han --- arch/arm/mach-exynos/common.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index e6cc50e..8614aab 100644 --- a/arch/arm/mach-

[PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore

2012-04-02 Thread Mark Brown
The regulator API now allows supplies used by regulators to be specified as normal supplies - provide the hookup for that mechanism on Cragganmore. Signed-off-by: Mark Brown --- arch/arm/mach-s3c64xx/mach-crag6410.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) di

RE: [PATCH V2] mmc: core: Add host capability check for power class

2012-04-02 Thread Subhash Jadavani
> -Original Message- > From: Saugata Das [mailto:saugata@linaro.org] > Sent: Monday, April 02, 2012 1:20 PM > To: Subhash Jadavani > Cc: Girish K S; linux-...@vger.kernel.org; patc...@linaro.org; linux- > samsung-...@vger.kernel.org; Chris Ball > Subject: Re: [PATCH V2] mmc: core: Add

Re: [PATCH V2] mmc: core: Add host capability check for power class

2012-04-02 Thread Saugata Das
On 28 March 2012 16:39, Subhash Jadavani wrote: > > >> -Original Message- >> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- >> ow...@vger.kernel.org] On Behalf Of Saugata Das >> Sent: Thursday, December 15, 2011 6:35 PM >> To: Girish K S >> Cc: linux-...@vger.kernel.org; patc...@