Re: [PATCH] video: exynos_dp: Add device tree support to DP driver

2012-09-18 Thread Leela Krishna Amudala
Hello, Please post the documentation for the bindings. Thanks, Leela Krishna Amudala. On Fri, Sep 14, 2012 at 12:09 AM, Ajay Kumar ajaykumar...@samsung.com wrote: This patch enables device tree based discovery support for DP driver. The driver is modified to handle platform data in both the

[PATCH] ARM: dts: exynos4210-origen: Enable on-board keys as wakeup source

2012-09-18 Thread Tushar Behera
On board keys on Origen board can serve as wakeup sources, hence they are marked accordingly in the device tree file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos4210-origen.dts |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[PATCH 0/3] Add device tree based discovery support for drm-fimd

2012-09-18 Thread Leela Krishna Amudala
This patch set adds arch side support for device tree based discovery for drm-fimd. The patches are created against for-next branch of Kukjin Kim's tree on 3.6-rc6 at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git This patchset has been tested on smdk5250 board and seen

[PATCH 1/3] ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file

2012-09-18 Thread Leela Krishna Amudala
This patch adds the fimd node with compatibility string, hardware address, interrupt line numbers to the exynos5250 dtsi file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

[PATCH 2/3] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-09-18 Thread Leela Krishna Amudala
This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16

[PATCH] video: drm: Add match table for drm platform device

2012-09-18 Thread Leela Krishna Amudala
This patch adds match table for drm platform device. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c

[GIT PULL] Samsung fixes-3 for v3.6

2012-09-18 Thread Kukjin Kim
Hi Arnd, Olof This is re-sending Samsung fixes-3 I talked to Olof before. The branch is including two commits are using spin_lock_{irqsave, irqrestore} in clk_set_parent() and clk_set_rate() to avoid spinlock recursion/locking. If any problems, please kindly let me know. Thanks. Best

Re: [GIT PULL] Samsung fixes-3 for v3.6

2012-09-18 Thread Olof Johansson
On Tue, Sep 18, 2012 at 6:24 AM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof This is re-sending Samsung fixes-3 I talked to Olof before. The branch is including two commits are using spin_lock_{irqsave, irqrestore} in clk_set_parent() and clk_set_rate() to avoid spinlock