[PATCHv6 1/4] ARM: dts: exynos5422-odroidxu3: Add pwm-fan node

2015-06-14 Thread Anand Moon
Add pwm-fan node to the Odroid-XU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes rebase on

[PATCHv6 3/4] ARM: dts: exynos5422-odroidxu3: Define default thermal-zones

2015-06-14 Thread Anand Moon
Trip points corresponding to the one defined in the exynos_tmu_data.c for Exynos5422 have been included so define thermal-zones attribute. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by:

[PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Anand Moon
This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com --- Changes rebase on

[PATCHv6 4/4] ARM: dts: exynos5422-odroidxu3: Enable thermal-zones

2015-06-14 Thread Anand Moon
Include exynos5422-cpu-thermal.dtsi to enable thermal_zone support. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1

Re: [RFC] ARM: exynos: MCPM: [is this a] fix for secondary boot on 5422?

2015-06-14 Thread Krzysztof Kozłowski
2014-11-25 15:21 GMT+09:00 Kevin Hilman khil...@kernel.org: From: Kevin Hilman khil...@linaro.org Using the current exynos_defconfig on the exynos5422-odroid-xu3, only 6 of 8 CPUs come online with MCPM boot. CPU0 is an A7, CPUs 1-4 are A15s and CPU5-7 are the other A7s, but with the current

[question] [PATCH RFC] clocksource: exynos_mct: remove unneeded container_of()

2015-06-14 Thread Alexey Klimov
Hi Stephen and all, i'm lazy-looking on commit ee98d27df6827b5ba4bd99cb7d5cb1239b6a1a31 ARM: EXYNOS4: Divorce mct from local timer API. I think i miss some point of local timers APIs and other things but why we are going to get evt pointer from mevt structure in exynos4_mct_cpu_notify(), pass it

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Krzysztof Kozlowski
On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com --- Changes rebase on

Re: [PATCHv6 4/4] ARM: dts: exynos5422-odroidxu3: Enable thermal-zones

2015-06-14 Thread Krzysztof Kozlowski
On 14.06.2015 19:24, Anand Moon wrote: Include exynos5422-cpu-thermal.dtsi to enable thermal_zone support. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com ---

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Krzysztof Kozlowski
On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de This does not look right. You put this Tested-by since beginning of this patchset

MAINTAINERS: pinctrl: Outdated email of Thomas Abraham

2015-06-14 Thread Krzysztof Kozlowski
Hi Thomas, The email mentioned in maintainers: = PIN CONTROLLER - SAMSUNG M: Tomasz Figa tomasz.f...@gmail.com M: Thomas Abraham thomas.abra...@linaro.org = bounces with not existing recipient for very long time: = Delivery

Re: [PATCH v3] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-14 Thread Krzysztof Kozlowski
On 15.06.2015 13:03, Hyungwon Hwang wrote: From: Hyungwon Hwang human.hw...@samsung.com After the commit abc0b1447d4974963548777a5ba4a4457c82c426 (drm: Perform basic sanity checks on probed modes), proper clock-frequency becomes mandatory for validating the mode of panel. The display does

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Anand Moon
hi Krzysztof On 15 June 2015 at 05:41, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl

[PATCHv7 3/4] ARM: dts: exynos5422-odroidxu3: Define default thermal-zones

2015-06-14 Thread Anand Moon
Trip points corresponding to the one defined in the exynos_tmu_data.c for Exynos5422 have been included so define thermal-zones attribute. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by:

[PATCHv7 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Anand Moon
This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Acked-by: Lukasz Majewski l.majew...@samsung.com --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5 and v6:

[PATCHv7 1/4] ARM: dts: exynos5422-odroidxu3: Add pwm-fan node

2015-06-14 Thread Anand Moon
Add pwm-fan node to the Odroid-XU3 board. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

[PATCHv7 4/4] ARM: dts: exynos5422-odroidxu3: Enable thermal-zones

2015-06-14 Thread Anand Moon
Include exynos5422-cpu-thermal.dtsi to enable thermal_zone support. Signed-off-by: Anand Moon linux.am...@gmail.com Acked-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed,

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Krzysztof Kozlowski
On 15.06.2015 11:13, Anand Moon wrote: hi Krzysztof On 15 June 2015 at 05:21, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com

[PATCH v3] ARM: dts: fix the clock-frequency of rinato board's panel

2015-06-14 Thread Hyungwon Hwang
From: Hyungwon Hwang human.hw...@samsung.com After the commit abc0b1447d4974963548777a5ba4a4457c82c426 (drm: Perform basic sanity checks on probed modes), proper clock-frequency becomes mandatory for validating the mode of panel. The display does not work if there is no mode validated. Also, this

Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base

2015-06-14 Thread Anand Moon
hi Krzysztof On 15 June 2015 at 05:21, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On 14.06.2015 19:24, Anand Moon wrote: This changes enables TMU IP block on the Exynos5422 Odroid-XU3 device. Signed-off-by: Anand Moon linux.am...@gmail.com Tested-by: Markus Reichl

Re: [patch] pinctrl: samsung: don't truncate the last char of -grp

2015-06-14 Thread Krzysztof Kozlowski
2015-06-12 0:46 GMT+09:00 Dan Carpenter dan.carpen...@oracle.com: We allocate sizeof(-grp) which is 5 bytes but then we pass 4 to the snprintf() so the last 'p' char is truncated away. The kzalloc() can be made into kmalloc() since we are going to fill the whole buffer. But I know that

[PATCH] pinctrl: samsung: Remove old unused defines

2015-06-14 Thread Krzysztof Kozlowski
Since 9a2c1c3b91aa (pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes) the defines for GPIO group and function names are not used anywhere in the driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Inspired-by: Dan Carpenter dan.carpen...@oracle.com ---