Re: [RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)

2015-10-08 Thread Marek Szyprowski
Hello, On 2015-10-08 08:02, Krzysztof Kozlowski wrote: On 07.10.2015 23:26, Marek Szyprowski wrote: Hello, On 2015-10-07 02:30, Krzysztof Kozlowski wrote: Introduction This patchset tries to fix probing of usb3503 on Arndale board if the Samsung PHY driver is probed later (or

Re: [RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)

2015-10-08 Thread Javier Martinez Canillas
Hello, On 10/08/2015 08:23 AM, Marek Szyprowski wrote: > Hello, > > On 2015-10-08 08:02, Krzysztof Kozlowski wrote: >> On 07.10.2015 23:26, Marek Szyprowski wrote: >>> Hello, >>> >>> On 2015-10-07 02:30, Krzysztof Kozlowski wrote: Introduction This patchset tries to

Re: [RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)

2015-10-08 Thread Krzysztof Kozlowski
On 07.10.2015 23:26, Marek Szyprowski wrote: > Hello, > > On 2015-10-07 02:30, Krzysztof Kozlowski wrote: >> Introduction >> >> This patchset tries to fix probing of usb3503 on Arndale board >> if the Samsung PHY driver is probed later (or built as a module). >> >> *The patchset was

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Sjoerd Simons
On Thu, 2015-10-08 at 10:37 +0200, Arnd Bergmann wrote: > On Thursday 08 October 2015 16:46:27 Krzysztof Kozlowski wrote: > > On 08.10.2015 16:41, Arnd Bergmann wrote: > > > On Thursday 08 October 2015 03:48:36 Anand Moon wrote: > > > > diff --git a/arch/arm/configs/exynos_defconfig > > > >

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 03:48:36 Anand Moon wrote: > diff --git a/arch/arm/configs/exynos_defconfig > b/arch/arm/configs/exynos_defconfig > index 1ff2bfa..5d1937b 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Krzysztof Kozlowski
On 08.10.2015 16:41, Arnd Bergmann wrote: > On Thursday 08 October 2015 03:48:36 Anand Moon wrote: >> diff --git a/arch/arm/configs/exynos_defconfig >> b/arch/arm/configs/exynos_defconfig >> index 1ff2bfa..5d1937b 100644 >> --- a/arch/arm/configs/exynos_defconfig >> +++

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 16:46:27 Krzysztof Kozlowski wrote: > On 08.10.2015 16:41, Arnd Bergmann wrote: > > On Thursday 08 October 2015 03:48:36 Anand Moon wrote: > >> diff --git a/arch/arm/configs/exynos_defconfig > >> b/arch/arm/configs/exynos_defconfig > >> index 1ff2bfa..5d1937b 100644 >

Re: [RFT 0/3] usb: usb3503: Fix probing on Arndale board (missing phy)

2015-10-08 Thread Marek Szyprowski
Hello, On 2015-10-08 11:35, Javier Martinez Canillas wrote: Hello, On 10/08/2015 08:23 AM, Marek Szyprowski wrote: Hello, On 2015-10-08 08:02, Krzysztof Kozlowski wrote: On 07.10.2015 23:26, Marek Szyprowski wrote: Hello, On 2015-10-07 02:30, Krzysztof Kozlowski wrote: Introduction

Re: [PATCH] ARM: dts: exynos4412-odroid: unify voltage regulator style

2015-10-08 Thread Tobias Jakobi
Krzysztof Kozlowski wrote: > On 07.10.2015 08:26, Tobias Jakobi wrote: >> Gentle ping! > > Both patches are now in Kukjin's tree. Thanks Krzysztof for the heads up! With best wishes, Tobias > Best regards, > Krzysztof > >> >> - Tobias >> >> Tobias Jakobi wrote: >>> Use 'ldoN_reg: LDON' syntax

Re: [PATCH] thermal: exynos: fix register read in TMU

2015-10-08 Thread Sudip Mukherjee
On Fri, Oct 02, 2015 at 08:43:52AM +0900, Krzysztof Kozlowski wrote: > 2015-10-01 23:12 GMT+09:00 Sudip Mukherjee : > > On Thu, Oct 01, 2015 at 10:18:57PM +0900, Krzysztof Kozlowski wrote: > >> 2015-10-01 20:39 GMT+09:00 Sudip Mukherjee : >

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Arnd Bergmann
On Thursday 08 October 2015 11:27:13 Sjoerd Simons wrote: > On Thu, 2015-10-08 at 10:37 +0200, Arnd Bergmann wrote: > > On Thursday 08 October 2015 16:46:27 Krzysztof Kozlowski wrote: > > > On 08.10.2015 16:41, Arnd Bergmann wrote: > > > > On Thursday 08 October 2015 03:48:36 Anand Moon wrote: > >

Re: [PATCH 5/5] thermal: exynos: Directly return 0 instead of using local ret variable

2015-10-08 Thread Alim Akhtar
Hello, On Thu, Oct 8, 2015 at 11:04 AM, Krzysztof Kozlowski wrote: > The 'ret' variable in exynos5440_tmu_initialize() is initialized to 0 > and returned as is. Replace it with direct return statement. This also > fixes coccinelle warning: >

Re: [PATCH 1/5] thermal: exynos: Fix unbalanced regulator disable on probe failure

2015-10-08 Thread Alim Akhtar
Hello, On Thu, Oct 8, 2015 at 11:04 AM, Krzysztof Kozlowski wrote: > During probe if the regulator could not be enabled, the error exit path > would still disable it. This could lead to unbalanced counter of > regulator enable/disable. > Do you see a regulator unbalanced

Re: [PATCH 3/5] thermal: exynos: Use IS_ERR() because regulator cannot be NULL

2015-10-08 Thread Alim Akhtar
Hello, On Thu, Oct 8, 2015 at 11:04 AM, Krzysztof Kozlowski wrote: > The NULL check in probe's error path is not needed because in that time > the regulator cannot be NULL (regulator_get() returns valid pointer or > ERR_PTR). > > Signed-off-by: Krzysztof Kozlowski

Re: [PATCH 2/5] thermal: exynos: Fix first temperature read after registering sensor

2015-10-08 Thread Alim Akhtar
Hello, On Thu, Oct 8, 2015 at 11:04 AM, Krzysztof Kozlowski wrote: > Thermal core could not read the temperature after registering the > thermal sensor with thermal_zone_of_sensor_register() because the driver > was not yet initialized. > > The call trace looked like: >

Re: [PATCHv3 1/2] ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4

2015-10-08 Thread Anand Moon
Hi Arnd, On 8 October 2015 at 20:11, Arnd Bergmann wrote: > On Thursday 08 October 2015 11:27:13 Sjoerd Simons wrote: >> On Thu, 2015-10-08 at 10:37 +0200, Arnd Bergmann wrote: >> > On Thursday 08 October 2015 16:46:27 Krzysztof Kozlowski wrote: >> > > On 08.10.2015 16:41, Arnd