Re: [PATCH 1/2] ARM: dts: Update display clock frequency for Origen-4210

2013-10-20 Thread Sachin Kamat
Hi Kukjin, On 26 September 2013 10:20, Sachin Kamat wrote: > From: Tushar Behera > > As per the timing information for supported panel, the value should > be between 47.2 MHz to 47.9 MHz for 60Hz refresh rate. > > Total horizontal pixels = 1024 (x-res) + 80 (margin) + 48 (hsync) = 1152 > Total v

[PATCH 2/2] ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driver

2013-10-20 Thread Jingoo Han
When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __init annotation should be removed from probe(). Also, this patch fixes section mismatch warning. Signed-off-by: Jingoo Han --- - Based against pm-cpuidle branch - Tested on Exynos5440 arch/arm/mach-exynos/cpuid

[PATCH 1/2] ARM: EXYNOS: Use dev_err() instead of printk() for cpuidle driver

2013-10-20 Thread Jingoo Han
Change raw printk() call to dev_err() to provide a better message to userspace so it can properly identify the device. Signed-off-by: Jingoo Han --- - Based against pm-cpuidle branch - Tested on Exynos5440 arch/arm/mach-exynos/cpuidle.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

Re: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1

2013-10-20 Thread Tomasz Figa
Hi Kukjin, On Monday 21 of October 2013 07:01:00 Kukjin Kim wrote: > On 10/18/13 08:38, Kukjin Kim wrote: > > Tomasz Figa wrote: > >> Hi Kukjin, > > > > Hi, > > > >> On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: > >>> According to board schematics, for HSMMC1 a GPIO line is used to

[GIT PULL 6/6] Samsung update for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-dt for you to fetch changes up to c6ad2259c629

[GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c64xx-common-clk for you to fetch changes up to 66f

[GIT PULL 4/6] Samsung s3c64xx-dt for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c64xx-dt for you to fetch changes up to 2ec35a4252e

[GIT PULL 5/6] Samsung s3c24xx-dma for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6: Linux 3.12-rc3 (2013-09-29 15:02:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c24xx-dma for you to fetch changes up to 1fecf8958e

[GIT PULL 1/6] Samsung cleanup for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup for you to fetch changes up to ae3c5d

[GIT PULL 2/6] Samsung maintainer for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-maintainer for you to fetch changes up to 6f0

Re: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1

2013-10-20 Thread Kukjin Kim
On 10/18/13 08:38, Kukjin Kim wrote: Tomasz Figa wrote: Hi Kukjin, Hi, On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: According to board schematics, for HSMMC1 a GPIO line is used to detect card presence, while currently it is being configured for internal card detect line, whi

Re: [PATCH V2] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock

2013-10-20 Thread Kukjin Kim
On 10/11/13 16:33, Tomasz Figa wrote: Hi Amit, On Friday 11 of October 2013 11:12:14 Amit Daniel Kachhap wrote: Now with common clock support added for exynos5250 it is necessary to move this code to exynos5250 common clock driver as clock registers should be handled there. This change is teste

Re: [PATCH v2 0/8] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-10-20 Thread Kukjin Kim
On 10/17/13 19:22, Mark Brown wrote: On Wed, Oct 16, 2013 at 09:10:51PM +0200, Tomasz Figa wrote: Since the patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by Samsung) found in Samsung S3C64xx SoCs got merged into Linux 3.12, it is a good time to mi

Re: [PATCH v2] irqchip: exynos-combiner: remove hard-coded irq_base value

2013-10-20 Thread Kukjin Kim
On 10/18/13 02:53, Tomasz Figa wrote: Hi Kukjin, On Thursday 26 of September 2013 14:05:09 Kukjin Kim wrote: Chander Kashyap wrote: Replace irq_domain_add_simple with "irq_domain_add_linear" in order to use linear irq domain, and to remove hardcoded irq_base_value. Signed-off-by: Chander Kash

Re: [PATCH V7] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-10-20 Thread Kukjin Kim
On 10/18/13 20:07, Yuvaraj Kumar wrote: Gentle Ping... On Thu, Sep 26, 2013 at 12:13 PM, Yuvaraj Kumar wrote: Hi Kukjin, Can you please take this patch to your tree? Best Regards Yuvaraj On Tue, Sep 3, 2013 at 11:30 AM, Yuvaraj Kumar C D wrote: This patch adds the mmc device tree node en

Re: [PATCH v5 0/3] ARM: S5PV210: move to common clk framework

2013-10-20 Thread Kukjin Kim
On 10/20/13 01:03, Tomasz Figa wrote: Hi Mike, Kukjin, Rafael, On Tuesday 24 of September 2013 14:50:06 Mateusz Krawczuk wrote: This patch series is the new s5pv210 clock implementation (using common clk framework). This implementation is compatible with device tree definition and board files.

Re: [PATCH V4 1/4] ARM: dts: Move dwmmc nodes from exynos5.dtsi to exynos5250.dtsi

2013-10-20 Thread Kukjin Kim
On 09/03/13 15:04, Yuvaraj Kumar C D wrote: Exynos5 series SOC's 5250 and 5420 have different versions of DWMMC controller.So there is a new compatible string to distinguish between them.So these nodes should be moved out of Exynos5 series common device tree source to SOC specific device tree sou

Re: [PATCH V4 0/4] exynos dwmmc device tree node cleanup

2013-10-20 Thread Kukjin Kim
On 10/18/13 20:07, Yuvaraj Kumar wrote: Gentle Ping... Sorry for late response due to missing :( On Thu, Sep 26, 2013 at 10:51 AM, Yuvaraj Cd wrote: Hi Kukjin, Can you please take this series to your tree? Yeah, looks good to me, applied. Thanks, Kukjin Best Regards Yuvaraj On Tue,

Re: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix

2013-10-20 Thread Kukjin Kim
On 10/16/13 11:05, Vinod Koul wrote: On Wed, Oct 16, 2013 at 07:32:20AM +0900, Kukjin Kim wrote: On 10/14/13 03:11, Heiko Stübner wrote: Am Sonntag, 13. Oktober 2013, 16:56:42 schrieb Vinod Koul: On Fri, Oct 11, 2013 at 10:59:19AM +0200, Heiko Stübner wrote: [I messed up the linux-arm-kernel

Re: [PATCH v4 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER

2013-10-20 Thread Sylwester Nawrocki
Hi Shaik, On 10/20/2013 02:33 PM, Shaik Ameer Basha wrote: On Fri, Oct 18, 2013 at 5:57 PM, Sylwester Nawrocki wrote: > Hi, > > I have couple minor comments. These could be addressed in follow up > patches, it you won't manage to do it today. Sorry for being late with > this. Sorry for

Re: [PATCH v4 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER

2013-10-20 Thread Shaik Ameer Basha
Hi Sylwester, On Fri, Oct 18, 2013 at 5:57 PM, Sylwester Nawrocki wrote: > Hi, > > I have couple minor comments. These could be addressed in follow up > patches, it you won't manage to do it today. Sorry for being late with > this. Sorry for the late reply. Currently I am on travel and I don't