[PATCH] Documentation: ARM: EXYNOS: Extend boot loader interface documentation

2015-07-05 Thread Krzysztof Kozlowski
Extend the kernel-bootloader interface documentation with usage of register INFORM1 (0x0804) and different CPU resume address on Exynos542x family (with Multi-Cluster Power Management enabled). Additionally add glossary and reformat section titles. Signed-off-by: Krzysztof Kozlowski

[PATCHv4] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order

2015-07-05 Thread Chanho Park
The odroid-xu3 board which is based on exynos5422 not exynos5800 is booted from cortex-a7 core unlike exynos5800. The odroid-xu3's cpu order is quite strange. cpu0 and cpu5-7 are cortex-a7 cores and cpu1-4 are cortex-a15 cores. To correct this mis-odering, I added exynos5422.dtsi and reversing cpu

Re: [PATCH] ARM: dts: Add CPU cooling binding for Exynos3250-based Rinato/Monk board

2015-07-05 Thread Krzysztof Kozlowski
2015-07-02 16:17 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On 02.07.2015 15:11, Chanwoo Choi wrote: On 07/02/2015 02:54 PM, Krzysztof Kozlowski wrote: On 02.07.2015 14:37, Chanwoo Choi wrote: This patch add the cooling device to control the overheating issue on Exynos3250-based

Re: [PATCHv4] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order

2015-07-05 Thread Krzysztof Kozlowski
On 05.07.2015 23:29, Chanho Park wrote: The odroid-xu3 board which is based on exynos5422 not exynos5800 is booted from cortex-a7 core unlike exynos5800. The odroid-xu3's cpu order is quite strange. cpu0 and cpu5-7 are cortex-a7 cores and cpu1-4 are cortex-a15 cores. To correct this

Re: [PATCH v2] clk: exynos4: Fix wrong clock for Exynos4x12 ADC

2015-07-05 Thread Tomasz Figa
2015-07-06 13:03 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-06-12 14:46 GMT+09:00 Javier Martinez Canillas jav...@dowhile0.org: Hello Krzysztof, On Fri, Jun 12, 2015 at 3:53 AM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: The TSADC gate clock was used in Exynos4x12

Re: [PATCH v2] clk: exynos4: Fix wrong clock for Exynos4x12 ADC

2015-07-05 Thread Krzysztof Kozlowski
2015-06-12 14:46 GMT+09:00 Javier Martinez Canillas jav...@dowhile0.org: Hello Krzysztof, On Fri, Jun 12, 2015 at 3:53 AM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: The TSADC gate clock was used in Exynos4x12 DTSI for exynos-adc driver. However TSADC is present only on Exynos4210 so

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-05 Thread Krzysztof Kozlowski
2015-06-09 1:14 GMT+09:00 Lukasz Majewski l.majew...@samsung.com: Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device was not enabled.