RE: [PATCH] usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare

2012-10-04 Thread Jingoo Han
On Wednesday, October 03, 2012 8:42 AM Thomas Abraham wrote Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Jingoo Han jg1@samsung.com Best

Re: [PATCH] video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare

2012-10-04 Thread Jingoo Han
On Wednesday, October 03, 2012 8:58 AM Thomas Abraham wrote Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org It looks good. Also, I have tested this patch with

[PATCH] video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare

2012-10-04 Thread Jingoo Han
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/video/exynos/exynos_dp_core.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] input: samsung-keypad: add clk_prepare and clk_unprepare

2012-10-04 Thread Dmitry Torokhov
On Wed, Oct 03, 2012 at 08:31:52AM +0900, Thomas Abraham wrote: Add calls to clk_prepare and clk_unprepare as required by commom clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Applied, thank you Thomas. --- drivers/input/keyboard/samsung-keypad.c | 11

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

2012-10-04 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 added as paltform devices. Apart from that

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

2012-10-04 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 --- arch/arm/boot/dts/exynos5250-smdk5250.dts |4 arch/arm/boot/dts/exynos5250.dtsi |7 +++

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

2012-10-04 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 --- arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/include/mach/map.h |1 +

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

2012-10-04 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/mach-exynos5-dt.c

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

2012-10-04 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 --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach-exynos/mach-exynos5-dt.c|2 ++ 2 files changed, 11 insertions(+), 1

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

2012-10-04 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 6/8] arm: exynos: config exynos5 hdmi-hpd gpio

2012-10-04 Thread Rahul Sharma
This patch adds support for the configuration of exynos5 hdmi-hpd gpio. It sets the gpio fucntion to EINT which is required for recieving external hpd interrupt in drm hdmi driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c |9 + 1

[PATCH 8/8] arm: exynos: add exynos5 drm-hdmi common platform device

2012-10-04 Thread Rahul Sharma
This patch adds drm-hdmi-common platform device which abstracts hdmi and mixer device. This is software module hence not palced as device tree node. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/dev-drm.c|5 +

[PATCH 7/8] arm: exynos: add exynos5 drm framework platform device

2012-10-04 Thread Rahul Sharma
This patch adds drm framework platform device. This device is a software device, hence not made part of device tree file. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 6/8] arm: exynos: config exynos5 hdmi-hpd gpio

2012-10-04 Thread Kyungmin Park
On 10/5/12, Rahul Sharma rahul.sha...@samsung.com wrote: This patch adds support for the configuration of exynos5 hdmi-hpd gpio. It sets the gpio fucntion to EINT which is required for recieving external hpd interrupt in drm hdmi driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

RE: [PATCH v6 8/9] mmc: dw_mmc: add support for implementation specific callbacks

2012-10-04 Thread Seungwon Jeon
Monday, September 24, Chris Ball c...@laptop.org Hi, On Thu, Sep 20 2012, Thomas Abraham wrote: In non-Exynos platform, host-drv_data has NULL. Yes, sorry, I missed that. Chris, should I fix this and send the updated patch or shall I send a separate fix patch. A separate fix

[PATCH 14/24] USB: ohci: merge ohci_finish_controller_resume with ohci_resume

2012-10-04 Thread Florian Fainelli
Merge ohci_finish_controller_resume with ohci_resume as suggested by Alan Stern. Since ohci_finish_controller_resume no longer exists, update the various OHCI drivers to call ohci_resume() instead. Some drivers used to set themselves the bit HCD_FLAG_HW_ACCESSIBLE, which is now handled by

Re: Re: [PATCH 6/8] arm: exynos: config exynos5 hdmi-hpd gpio

2012-10-04 Thread RAHUL SHARMA
Sure Mr. park, I will correct this in v2. I want to request you for reviewing the other patches in the set. regards, Rahul Sharma On Thu, Oct 4, 2012 at 1:45 PM, Kyungmin Park kyungmin.p...@samsung.com wrote: On 10/5/12, Rahul Sharma rahul.sha...@samsung.com wrote: This patch adds support for