[PATCH v4 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
This patch set adds the DT based support for Samsung's Exynos5250. It adds device tree nodes for hdmi, mixer, hdmiphy and hdmiddc. The name of these devices are changed to the one matching with drivers. Exynos-drm and exynos hdmi-drm-commmon devices are removed from machine init code. Exynos-drm

[PATCH v4 1/6] dts: exynos: add device tree support for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi. Hdmi node is also renamed with exynos5-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmi.txt| 22

[PATCH v4 2/6] dts: exynos: add device tree support for exynos5 mixer

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/mixer.txt | 15 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v4 3/6] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiphy.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++

[PATCH v4 4/6] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +-

[PATCH v4 5/6] arm: exynos: add clocks for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c

[PATCH v4 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-22 Thread Rahul Sharma
As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt and non-dt platforms. Corresponding patches are posted to dri-devel list. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com ---

Re: [PATCH v2 1/5] clk: samsung: add common clock framework support for Samsung platforms

2012-10-22 Thread Sylwester Nawrocki
Hi Thomas, On 10/07/2012 07:10 PM, Thomas Abraham wrote: All Samsung platforms include several types of clocks including fixed-rate, mux, divider and gate clock types. There are typically hundreds of such clocks on each of the Samsung platforms. To enable Samsung platforms to register these

Re: [PATCH V3] gpio: samsung: use pr_* instead of printk

2012-10-22 Thread Linus Walleij
On Mon, Oct 22, 2012 at 3:02 AM, Jingoo Han jg1@samsung.com wrote: On Friday, October 19, 2012 7:09 PM Linus Walleij wrote On Wed, Oct 17, 2012 at 3:52 AM, Jingoo Han jg1@samsung.com wrote: This patch uses pr_* instead of printk. Also, gpio_dbg is replaced with pr_debug.