Re: [PATCH RFT] phy: exynos-mipi-video: Use spin_lock to protct state-regmap rmw operations

2015-02-27 Thread Sylwester Nawrocki
On 27/02/15 04:50, Axel Lin wrote: he state-regmap is initialized by devm_regmap_init_mmio(). So it's fine to use spin_lock rather than mutex to protct state-regmap rmw operations. Signed-off-by: Axel Lin axel@ingics.com --- Hi Sylwester, I don't have this hardware handy, so can you

Re: [PATCH] phy: exynos-dp-video: Kill exynos_dp_video_phy_pwr_isol function

2015-02-27 Thread Sylwester Nawrocki
On 27/02/15 05:34, Axel Lin wrote: If IS_ERR(state-regs) the .probe fails. So IS_ERR(state-regs) test in exynos_dp_video_phy_pwr_isol() is not necessary. exynos_dp_video_phy_pwr_isol() simply does a regmap_update_bits() call now, just call regmap_update_bits() instead and return proper

[PATCH] phy: exynos5-usbdrd: Fix off-by-one valid value checking for args-args[0]

2015-02-27 Thread Axel Lin
Current code uses args-args[0] as array subscript of phy_drd-phys[]. So the valid value range for args-args[0] is 0 ... EXYNOS5_DRDPHYS_NUM - 1. Signed-off-by: Axel Lin axel@ingics.com --- drivers/phy/phy-exynos5-usbdrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-02-27 Thread Andrzej Hajda
Hi Ajay, Thanks for the patch. On 02/26/2015 04:24 PM, Ajay Kumar wrote: Modify the exynos HDMI driver to support Exynos7 HDMI 1.4. * Add phy configs for Exynos7. * Exynos7 has a different clock structure for HDMI, so introduce the new clocks. * Add sysreg support to enable HDMI SYSREG on

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-27 Thread Chanwoo Choi
On Fri, Feb 27, 2015 at 12:42 AM, Arnd Bergmann a...@arndb.de wrote: On Thursday 26 February 2015 17:18:41 Chanwoo Choi wrote: I add following aliases and serial_1/serial_3 dt node in board dtsi: I tested that change the alias of serial_x node. aliases { serial0 =

Re: [PATCH v4 1/8] arm64: exynos5433: Enable ARMv8 based Exynos5433 (SoC) support

2015-02-27 Thread Chanwoo Choi
Hi Kukjin and Sylwester, On Thu, Feb 26, 2015 at 5:28 PM, Chanwoo Choi cw00.c...@samsung.com wrote: On 02/24/2015 05:31 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 14:16:44 Chanwoo Choi wrote: diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1b8e973..d83cea0 100644 ---

Re: [GIT PULL] clk/samsung: clk support for Exynos 5433 SoC

2015-02-27 Thread Chanwoo Choi
Dear Mike and Sylwester, Gently ping. Best Regards, Chanwoo Choi On Tue, Feb 24, 2015 at 8:48 AM, Chanwoo Choi cw00.c...@samsung.com wrote: Dear Mike and Sylwester, This pull-request was not merged on Linux 4.0-rc1. Did you have any plan about it? Best Regards, Chanwoo Choi On