Re: [PATCH v5 4/9] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-12-26 Thread Vivek Gautam
Hi Kamil, On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski k.deb...@samsung.com wrote: Change the phy provider used from the old one using the USB phy framework to a new one using the Generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park

[PATCH RESEND 2/4] clk: clk-s2mps11: Add support for clocks in S5M8767 MFD

2013-12-26 Thread Tushar Behera
Since clock operation within S2MPS11 and S5M8767 are similar, we can support both the devices within a single driver. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Reviewed-by: Tomasz Figa t.f...@samsung.com Reviewed-by: Yadwinder Singh Brar yadi.b...@samsung.com CC: Mike Turquette

[PATCH RESEND 4/4] ARM: dts: Add S5M8767 clock nodes on Arndale board

2013-12-26 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org Reviewed-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos5250-arndale.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index

[PATCH RESEND 0/4] Add support for clocks in S5M8767

2013-12-26 Thread Tushar Behera
S5M8767 chip has 3 crystal oscillators which are operated in the same as the crystal oscillators in S2MPS11. Extend s2mps11-clk driver to support clocks in S5M8767. The earlier set of patches no longer apply cleanly on linux-next, hence rebased them on top of next-20131224. Tushar Behera (4):

[PATCH RESEND 3/4] mfd: sec-core: Add cells for S5M8767-clocks

2013-12-26 Thread Tushar Behera
S5M8767 chip has 3 crystal oscillators running at 32KHz. These are supported by s2mps11-clk driver. Signed-off-by: Tushar Behera tushar.beh...@linaro.org Reviewed-by: Tomasz Figa t.f...@samsung.com CC: Lee Jones lee.jo...@linaro.org --- drivers/mfd/sec-core.c |4 +++- 1 file changed, 3

Re: [PATCH v2 9/9] dts: Add usb2phy to Exynos 5250

2013-12-26 Thread Vivek Gautam
Hi Kamil, On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski k.deb...@samsung.com wrote: Add support to PHY of USB2 of the Exynos 5250 SoC. Signed-off-by: Kamil Debski k.deb...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 33 --- drivers/phy/phy-exynos5250-usb2.c |

Re: [RFC v2 1/4] power: asv: Add common ASV support for Samsung SoCs

2013-12-26 Thread Yadwinder Singh Brar
Hi Tomasz, Sorry for being late. On Sun, Dec 15, 2013 at 10:51 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On Sunday 15 of December 2013 22:30:13 Yadwinder Singh Brar wrote: [snip] + + return NULL; +} + +unsigned int asv_get_volt(enum asv_type_id target_type, +

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Tushar Behera
On 27 December 2013 10:48, Greg KH gre...@linuxfoundation.org wrote: On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: The hard-coded values clash with the values set for amba-pl011 serial driver. Because of this there is no serial output on Samsung boards if amba-pl011 is enabled

[PATCH 0/3] Remove Exynos specific code from legacy files

2013-12-26 Thread Tushar Behera
No need to maintain Exynos specific codes for legacy files as they are not compiled for Exynos platforms. Remove any reference to Exynos from those files. Tushar Behera (3): ARM: SAMSUNG: Remove Exynos specific code from devs.c ARM: SAMSUNG: Remove Exynos specific code from s5p-pm-irq.c

[PATCH 2/3] ARM: SAMSUNG: Remove Exynos specific code from s5p-pm-irq.c

2013-12-26 Thread Tushar Behera
This file is only compiled when SAMSUNG_ATAGS is enabled, hence not for Exynos platform. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/plat-samsung/s5p-irq-pm.c | 13 - 1 file changed, 13 deletions(-) diff --git a/arch/arm/plat-samsung/s5p-irq-pm.c

[PATCH 1/3] ARM: SAMSUNG: Remove Exynos specific code from devs.c

2013-12-26 Thread Tushar Behera
This file is only compiled when SAMSUNG_ATAGS is enabled, hence not for Exynos platform. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/plat-samsung/devs.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/arch/arm/plat-samsung/devs.c

[PATCH 3/3] ARM: SAMSUNG: Remove Exynos specific code from pm-gpio.c

2013-12-26 Thread Tushar Behera
This file is only compiled when SAMSUNG_ATAGS is enabled, hence not for Exynos platform. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/plat-samsung/pm-gpio.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/plat-samsung/pm-gpio.c

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Greg KH
On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: On 27 December 2013 10:48, Greg KH gre...@linuxfoundation.org wrote: On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: The hard-coded values clash with the values set for amba-pl011 serial driver. Because of this

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Alexander Shiyan
Hello. On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: On 27 December 2013 10:48, Greg KH gre...@linuxfoundation.org wrote: On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: The hard-coded values clash with the values set for amba-pl011 serial driver.

Re: [PATCH] serial: samsung: Remove hard-coded major/minor numbers

2013-12-26 Thread Greg KH
On Fri, Dec 27, 2013 at 10:43:23AM +0400, Alexander Shiyan wrote: Hello. On Fri, Dec 27, 2013 at 12:00:20PM +0530, Tushar Behera wrote: On 27 December 2013 10:48, Greg KH gre...@linuxfoundation.org wrote: On Fri, Dec 27, 2013 at 10:37:28AM +0530, Tushar Behera wrote: The hard-coded