[PATCH] ARM: S3C2440: Fixed build error for s3c244x

2012-03-08 Thread Kukjin Kim
Fixed following: arch/arm/mach-s3c2440/s3c244x.c: In function 's3c244x_restart': arch/arm/mach-s3c2440/s3c244x.c:209: error: expected declaration or statement at end of input make[1]: *** [arch/arm/mach-s3c24xx/s3c244x.o] Error 1 make: *** [arch/arm/mach-s3c24xx] Error 2 Signed-off-by: Kukjin

Re: [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control

2012-03-08 Thread Kukjin Kim
On 03/07/12 04:28, Kukjin Kim wrote: On 02/10/12 10:26, Mark Brown wrote: On Fri, Feb 10, 2012 at 11:35:41AM +0100, Lukasz Majewski wrote: From: Joonyoung Shimjy0922.s...@samsung.com This patch supports to control usb otg phy of S3C64XX. Currently, the driver for usb otg controls usb otg phy

Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-03-08 Thread Kukjin Kim
On 03/07/12 15:12, Rob Lee wrote: Hello Kukjim and Amit, Can you tell me the status of this patch? I based my core cpuidle consolidation patchset on these changes. My patchset seems to be acceptable now and I would like to do a git pull-request for linux-next, but I see these Exynos cpuidle

Re: [PATCH v3 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-08 Thread Mark Brown
On Thu, Mar 08, 2012 at 02:35:53PM +0900, Jaehoon Chung wrote: So i think no problem that removed #include plat/regs-sdhci.h. is it wrong? Just touching the setup-gpio- files is problem? It should be fine, like I say I didn't really read the patches in enough detail as the diffstat set off

[GIT PULL] Samsung Cleanup S3C24XX for v3.4

2012-03-08 Thread Kukjin Kim
Hi Arnd, Olof, Please pull cleanup s3c24xx from following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-s3c24xx As I said before, this is including merge of mach-s3c24.. directories into just one mach-s3c24xx directory. If any problems, please kindly

[GIT PULL] Samsung Cleanup EXYNOS clock for v3.4

2012-03-08 Thread Kukjin Kim
Hi Arnd, Olof, Here is cleanup clock part for EXYNOS SoCs from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-exynos-clock Please pull and if any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com,

Re: [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control

2012-03-08 Thread Joonyoung Shim
On 03/08/2012 06:52 PM, Kukjin Kim wrote: On 03/07/12 04:28, Kukjin Kim wrote: On 02/10/12 10:26, Mark Brown wrote: On Fri, Feb 10, 2012 at 11:35:41AM +0100, Lukasz Majewski wrote: From: Joonyoung Shimjy0922.s...@samsung.com This patch supports to control usb otg phy of S3C64XX. Currently,

Re: [PATCH-RESEND 0/4] ARM: S5PV210: Enable FIMC MFC on SMDKC110 V210 boards

2012-03-08 Thread Sachin Kamat
Hi Kukjin, Could not find this series applied on any of your branches. Please check the same. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 02/13/12 14:18, Sachin Kamat wrote: Re-sending the patch series rebased onto next/board-samsung branch of Kukjin Kim's tree:

Re: [PATCH] ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure

2012-03-08 Thread Sachin Kamat
Hi Kukjin, This patch is also missed in your tree. Other G2D patches in arch/arm are already there. Please check. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 02/15/12 13:01, Sachin Kamat wrote: Add G2D power domain (PD) to generic power domain infrastructure.

Re: [PATCH] ARM: EXYNOS: Enable G2D on SMDKV310

2012-03-08 Thread Sachin Kamat
Hi Kukjin, This patch is missing in your tree. Please check. Regards Sachin On 16/02/2012, Kukjin Kim kgene@samsung.com wrote: On 01/02/12 17:25, Sachin Kamat wrote: This patch enables G2D support on SMDKV310 board. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org ---

Re: [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control

2012-03-08 Thread Lukasz Majewski
Hi Joonyoung, On Thu, 8 Mar 2012 12:27:30 +0100 Joonyoung Shim jy0922.s...@samsung.com wrote: On 03/08/2012 06:52 PM, Kukjin Kim wrote: On 03/07/12 04:28, Kukjin Kim wrote: On 02/10/12 10:26, Mark Brown wrote: On Fri, Feb 10, 2012 at 11:35:41AM +0100, Lukasz Majewski wrote: From:

Re: [GIT PULL] Samsung Cleanup EXYNOS clock for v3.4

2012-03-08 Thread Olof Johansson
Hi, On Thu, Mar 8, 2012 at 3:13 AM, Kukjin Kim kgene@samsung.com wrote: Kukjin Kim (2):      ARM: EXYNOS: cleanup clock part for new EXYNOS SoCs This is one large commit that does many things in one change. As the patch message says: ARM: EXYNOS: cleanup clock part for new EXYNOS SoCs -

Re: [GIT PULL] Samsung Cleanup S3C24XX for v3.4

2012-03-08 Thread Olof Johansson
On Thu, Mar 8, 2012 at 3:08 AM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof, Please pull cleanup s3c24xx from following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-s3c24xx As I said before, this is including merge of mach-s3c24.. directories

Re: [PATCH] ARM: S3C2440: Fixed build error for s3c244x

2012-03-08 Thread Olof Johansson
On Thu, Mar 8, 2012 at 1:48 AM, Kukjin Kim kgene@samsung.com wrote: Fixed following: arch/arm/mach-s3c2440/s3c244x.c: In function 's3c244x_restart': arch/arm/mach-s3c2440/s3c244x.c:209: error: expected declaration or statement at end of input make[1]: ***

Re: [PATCH v3 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-08 Thread Jaehoon Chung
On 03/08/2012 08:01 PM, Mark Brown wrote: On Thu, Mar 08, 2012 at 02:35:53PM +0900, Jaehoon Chung wrote: So i think no problem that removed #include plat/regs-sdhci.h. is it wrong? Just touching the setup-gpio- files is problem? It should be fine, like I say I didn't really read the

Re: [GIT PULL] Samsung Cleanup EXYNOS clock for v3.4

2012-03-08 Thread 함명주
Hi Arnd, Olof, Here is cleanup clock part for EXYNOS SoCs from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-exynos-clock Please pull and if any problems, please kindly let me know. Hello, It appears that some patches are missing in this branch;

Re: [PATCH 1/2] mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspend

2012-03-08 Thread Chris Ball
Hi Mark, On Fri, Mar 02 2012, Mark Brown wrote: This matches current best practice as one can have runtime PM enabled without system sleep and CONFIG_PM is defined for both. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com --- drivers/mmc/host/sdhci-s3c.c |9 + 1

Re: [PATCH 2/2] mmc: sdhci-s3c: Enable runtime power management

2012-03-08 Thread Chris Ball
Hi, On Fri, Mar 02 2012, Mark Brown wrote: Since most of the work is already done by the core we just need to add runtime suspend methods and tell the PM core that runtime PM is enabled for this device. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com ---