[PATCH v2] ARM: dts: Fix LEDs on exynos5422-odroidxu3

2015-09-13 Thread Krzysztof Kozlowski
The LEDs on Odroid XU3 family boards could not properly probe because PWM outputs were reduced only to PWM for fan. Fix it for Odroid XU3 and XU3-Lite boards by switching to usage of all 4 outputs (although the PWM for MIPI probably is redundant because board does not have MIPI connector

Re: [PATCHv2] ARM: EXYNOS: reset Little cores when cpu is up

2015-09-13 Thread Krzysztof Kozlowski
On 02.09.2015 16:59, Krzysztof Kozlowski wrote: > On 02.09.2015 16:44, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 09/02/2015 02:39 AM, Krzysztof Kozlowski wrote: >>> On 02.09.2015 09:32, Javier Martinez Canillas wrote: Hello Krzysztof, On 09/02/2015 02:15 AM,

[PATCH v3 2/2] ARM: dts: Add exynos5422-odroidxu4 board

2015-09-13 Thread Krzysztof Kozlowski
Add Hardkernel Odroid XU4 board Device Tree sources. The board differs from Odroid XU3 and XU3-Lite by: 1. No green and red LEDs (except standard red power LED). 2. Only two PWM outputs are used (fan and blue LED) 3. No audio codec. 4. Two USB3 ports in host mode (no micro USB3 connector for OTG).

[PATCH v3 1/2] ARM: dts: Split audio configuration to separate exynos5422-odroidxu3-audio

2015-09-13 Thread Krzysztof Kozlowski
The Odroid XU4 board does not have audio codec so before adding DTS for new board split the audio codec to separate DTSI file. Include the audio codec DTSI in Odroid XU3 and XU3-Lite boards. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas

[PATCHv2 07/10] thermal: exynos: allow compile test

2015-09-13 Thread Eduardo Valentin
Adding COMPILE_TEST flag to exynos driver to facilitate maintenance. Cc: Lukasz Majewski Cc: Zhang Rui Cc: linux...@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Eduardo Valentin

Re: [PATCH] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Alim Akhtar
Hi On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: On 28.08.2015 20:25, Alim Akhtar wrote: This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar --- arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 111 +++

Re: [PATCH] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Krzysztof Kozlowski
On 14.09.2015 14:08, Alim Akhtar wrote: > Hi > > On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: >> On 28.08.2015 20:25, Alim Akhtar wrote: >>> This adds BUS1 instance pinctrl for exynos7 soc. >>> >>> Signed-off-by: Alim Akhtar >>> --- >>>

[PATCH v2] arm64: dts: Add BUS1 instance pinctrl support

2015-09-13 Thread Alim Akhtar
This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- Changes since v1: - Removed etc1 gpio as per Krzysztof review comments. arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103