Re: [PATCH v10 00/17] drm/exynos: atomic modesetting support

2015-06-14 Thread Inki Dae
Hi Gustavo, On 2015년 06월 02일 00:04, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > > Here goes the full support for atomic modesetting on exynos. I've > split the patches in the various phases of atomic support. > > v2: fixes comments by Joonyoung > - remove unused var in pat

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 > > 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

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 M: Thomas Abraham = bounces with not existing recipient for very long time: = Delivery to the following recipient failed permanently:

[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 Inspired-by: Dan Carpenter --- drivers/pinctrl/samsung/pinctrl-samsung.c | 5 - 1 file

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 : > 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 Walter Harms is going t

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

2015-06-14 Thread Hyungwon Hwang
From: Hyungwon Hwang 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 clock-frequency must

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 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 >>> 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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-cpu-thermal.dt

[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 Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu

[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 Acked-by: Lukasz Majewski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5 and v6: Use LDO7 regulator instead of LDO10 regulat

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5

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 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 >> Tested-by: Markus Reichl > > This does not look right. > You put this "Teste

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 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 >> Tested-by: Markus Reichl >> Acked-by: Lukasz Majewski >> --- >> Changes reb

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 > Tested-by: Markus Reichl This does not look right. You put this "Tested-by" since beginning of this patchset (v1) but first it was LDO10. Then you pr

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 > Tested-by: Markus Reichl > Acked-by: Lukasz Majewski > --- > arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + > 1 file changed, 1 insertion(+)

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 > Tested-by: Markus Reichl > Acked-by: Lukasz Majewski > --- > Changes rebase on > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung b

[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 i

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-com

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- Changes rebase on git://git.kernel.org/pub/

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next Changes from v5: Use LDO7 regulator inste

[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 Tested-by: Markus Reichl Acked-by: Lukasz Majewski Acked-by: Krzysztof Kozlowski --- Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next --- arch/arm/boot/dts/exynos5422-odroi

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 : > From: Kevin Hilman > > 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 code, CPUs 5 > and 7 do not boot