[PATCH 1/2] ARM: s3c64xx: cpuidle: convert to platform driver

2013-10-25 Thread Daniel Lezcano
The driver is tied with the pm low level code making difficult to split the driver into a more arch independent code. The platform driver allows to move the standby callback into the platform data field and use a simple driver with no more dependency on the low level code. The standby callback

[PATCH 2/2] ARM: s3c64xx: cpuidle: move driver to drivers/cpuidle

2013-10-25 Thread Daniel Lezcano
There is no more dependency with the arch dependant code, thanks to the platform driver conversion. Move the driver to the drivers/cpuidle like the other drivers. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- arch/arm/mach-s3c64xx/Makefile |1 -

Re: [RFC 04/12] phy: Add simple-phy driver

2013-10-25 Thread Tomasz Stanislawski
Hi, Please refer to the comments below. On 10/24/2013 05:52 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 21 October 2013 07:48 PM, Tomasz Stanislawski wrote: Add simple-phy driver to support a single register PHY interfaces present on Exynos4 SoC. How are these PHY interfaces modelled

[PATCH] ASoC: Samsung: I2S: fix return value check in i2s_alloc_dai()

2013-10-25 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function platform_device_alloc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn ---

Re: [PATCH] ASoC: Samsung: I2S: fix return value check in i2s_alloc_dai()

2013-10-25 Thread Mark Brown
On Fri, Oct 25, 2013 at 05:06:24PM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function platform_device_alloc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Applied,

Re: [PATCH v2 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support

2013-10-25 Thread Aliaksei Katovich
hi Vyacheslav; From: Tarek Dakhran t.dakh...@samsung.com Add EDCS(Exynos Dual Cluster Support) for Samsung Exynos5410 SoC. This enables all 8 cores, 4 x A7 and 4 x A15 run at the same time. Signed-off-by: Tarek Dakhran t.dakh...@samsung.com Signed-off-by: Vyacheslav Tyrtov

Re: [PATCH 1/2] ARM: s3c64xx: cpuidle: convert to platform driver

2013-10-25 Thread Tomasz Figa
Hi Daniel, [Sending again, without HTML part. Sorry for the noise.] On Friday 25 of October 2013 09:11:13 Daniel Lezcano wrote: The driver is tied with the pm low level code making difficult to split the driver into a more arch independent code. The platform driver allows to move the standby

[PATCH] ARM: dts: Add missing GPIO entries for sd_bus in

2013-10-25 Thread Sachin Kamat
Adds missing GPIO entries for sd_bus nodes in exynos5420-pinctrl. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos5420-pinctrl.dtsi |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] ARM: dts: Add fixed-voltage regulator for vmmc supply on SMDK5420

2013-10-25 Thread Tushar Behera
Add vmmc regulator node, required for mmc driver. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts

Re: [PATCH v12] i2c: exynos5: add High Speed I2C controller driver

2013-10-25 Thread Naveen Krishna Ch
On 16 October 2013 11:00, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Driver only supports Device Tree method. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Taekgyun

Re: [PATCH 1/1] ARM: EXYNOS: Initialize L2x0 cache controller for Exynos4 only

2013-10-25 Thread Will Deacon
On Sat, Oct 19, 2013 at 03:04:22PM +0100, Tomasz Figa wrote: On Saturday 19 of October 2013 18:09:15 Sachin Kamat wrote: Hi Tomasz, On 17 October 2013 18:35, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, On Thursday 17 of October 2013 17:33:12 Sachin Kamat wrote: L2x0 cache

[PATCH 5/5] usb: s3c-hsotg: Use the new Exynos USB phy driver with the generic phy framework

2013-10-25 Thread Kamil Debski
Change the used phy driver to the new Exynos USB phy driver that uses the generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/usb/gadget/s3c-hsotg.c | 13 - 1 file changed, 8 insertions(+), 5

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

2013-10-25 Thread Kamil Debski
Change the phy provider used from the old usb phy specific to a new one using the generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/usb/host/ehci-s5p.c | 21 +++-- 1 file changed, 11

[RFC PATCH 2/5] phy: Add WIP Exynos 5250 support to the Exynos USB PHY driver

2013-10-25 Thread Kamil Debski
Add support for Exynos 5250. This is work-in-progress commit. Not for merging. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/phy/Kconfig |7 + drivers/phy/Makefile |1 +

[PATCH 3/5] phy: Add support for S5PV210 to the Exynos USB PHY driver

2013-10-25 Thread Kamil Debski
From: Mateusz Krawczuk m.krawc...@partner.samsung.com Add support for the Samsung's S5PV210 SoC to the Exynos USB PHY driver. Signed-off-by: Mateusz Krawczuk m.krawc...@partner.samsung.com [k.deb...@samsung.com: whitespace cleanup and commit description] Signed-off-by: Kamil Debski

[PATCH v2 1/5] phy: Add new Exynos USB PHY driver

2013-10-25 Thread Kamil Debski
Add a new driver for the Exynos USB PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 0/5] phy: Add new Exynos USB PHY driver

2013-10-25 Thread Kamil Debski
Hi, This is the second version of the patch adding support for USB PHY module of the Exynos series of SoCs by Samsung. The driver is utilising the newly added Generic PHY Framework by Kishon Vijay Abraham I [1]. In addition to the PHY driver this patchset contains: - work in progress support for

Re: [PATCH v2 1/5] phy: Add new Exynos USB PHY driver

2013-10-25 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: Add a new driver for the Exynos USB PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by:

Re: [RFC PATCH 2/5] phy: Add WIP Exynos 5250 support to the Exynos USB PHY driver

2013-10-25 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: Add support for Exynos 5250. This is work-in-progress commit. Not for merging. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/phy/Kconfig |7 +

Re: [PATCH 3/5] phy: Add support for S5PV210 to the Exynos USB PHY driver

2013-10-25 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: From: Mateusz Krawczuk m.krawc...@partner.samsung.com Add support for the Samsung's S5PV210 SoC to the Exynos USB PHY driver. Signed-off-by: Mateusz Krawczuk m.krawc...@partner.samsung.com [k.deb...@samsung.com: whitespace

Re: [PATCH v4] iio: exynos_adc: use wait_for_completion_timeout instead of interruptible

2013-10-25 Thread Doug Anderson
Naveen, On Mon, Oct 14, 2013 at 10:15 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch does the following 1. The irq routine is so simple (just one register read) shouldn't be long Hence, reduce the timeout to 100milli secs, 2. With 100ms of wait time, interruptible is

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

2013-10-25 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: Change the phy provider used from the old usb phy specific to a new one using the generic phy framework. looks good :-) Thanks Kishon Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH 5/5] usb: s3c-hsotg: Use the new Exynos USB phy driver with the generic phy framework

2013-10-25 Thread Kishon Vijay Abraham I
On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: Change the used phy driver to the new Exynos USB phy driver that uses the generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH 1/2] ARM: s3c64xx: cpuidle: convert to platform driver

2013-10-25 Thread Daniel Lezcano
On 10/25/2013 12:39 PM, Tomasz Figa wrote: Hi Daniel, [Sending again, without HTML part. Sorry for the noise.] On Friday 25 of October 2013 09:11:13 Daniel Lezcano wrote: The driver is tied with the pm low level code making difficult to split the driver into a more arch independent code. The

Re: [PATCH 1/2] ARM: s3c64xx: cpuidle: convert to platform driver

2013-10-25 Thread Tomasz Figa
On Friday 25 of October 2013 21:13:35 Daniel Lezcano wrote: On 10/25/2013 12:39 PM, Tomasz Figa wrote: Hi Daniel, [Sending again, without HTML part. Sorry for the noise.] On Friday 25 of October 2013 09:11:13 Daniel Lezcano wrote: The driver is tied with the pm low level code making

Re: [PATCH v2 1/5] phy: Add new Exynos USB PHY driver

2013-10-25 Thread Kumar Gala
On Oct 25, 2013, at 9:15 AM, Kamil Debski wrote: Add a new driver for the Exynos USB PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH 1/2] ARM: s3c64xx: cpuidle: convert to platform driver

2013-10-25 Thread Daniel Lezcano
On 10/25/2013 10:52 PM, Tomasz Figa wrote: On Friday 25 of October 2013 21:13:35 Daniel Lezcano wrote: On 10/25/2013 12:39 PM, Tomasz Figa wrote: Hi Daniel, [Sending again, without HTML part. Sorry for the noise.] On Friday 25 of October 2013 09:11:13 Daniel Lezcano wrote: The driver is

Re: [PATCH] max17042_battery: use SIMPLE_DEV_PM_OPS

2013-10-25 Thread Anton Vorontsov
On Mon, Oct 14, 2013 at 10:56:51AM +0530, Manish Badarkhe wrote: Use the SIMPLE_DEV_PM_OPS macro to declare the driver's pm_ops. Signed-off-by: Manish Badarkhe badarkhe.man...@gmail.com Applied, thanks! Anton -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in

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

2013-10-25 Thread Jingoo Han
On Friday, October 25, 2013 11:15 PM, Kamil Debski wrote: Change the phy provider used from the old usb phy specific to a new one using the generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH 3/5] phy: Add support for S5PV210 to the Exynos USB PHY driver

2013-10-25 Thread Jingoo Han
On Saturday, October 26, 2013 12:50 AM, Kishon Vijay Abraham I wrote: On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: From: Mateusz Krawczuk m.krawc...@partner.samsung.com Add support for the Samsung's S5PV210 SoC to the Exynos USB PHY driver. Signed-off-by: Mateusz Krawczuk