Re: [PATCH 3/8] clk: Constify pointers to parent names in init data

2015-04-09 Thread Krzysztof Kozlowski
2015-04-09 1:36 GMT+02:00 Stephen Boyd sb...@codeaurora.org: On 04/08/15 06:22, Krzysztof Kozlowski wrote: The 'parent_names' member of 'clk_init_data' is not modified so it can be made as an array of const pointers to constant strings. Some drivers (e.g. arch/mips/alchemy/common/clock.c)

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Krzysztof Kozlowski
2015-04-09 12:19 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Thu, Apr 09, 2015 at 12:07:59PM +0200, Krzysztof Kozlowski wrote: 2015-04-09 12:00 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated

Re: [PATCH] RFT: pinctrl: samsung: separate wakeup irqdomain

2015-04-09 Thread Tomasz Figa
Hi Linus, 2015-04-09 9:40 GMT+02:00 Linus Walleij linus.wall...@linaro.org: The Samsung pin control driver and subdrivers sometimes use both an irqdomain for some IRQs and another irqdomain for wakeup irqs, registering the first with a call to the per-SoC callback .eint_gpio_init() and the

[PATCH] drm/exynos/fimc: fix runtime pm support

2015-04-09 Thread Marek Szyprowski
Once pm_runtime_set_active() gets called, the kernel assumes that given device has already enabled runtime pm and will call pm_runtime_suspend() without matching pm_runtime_resume(). In case of DRM FIMC IPP driver, this will result in calling clk_disable() without respective call to clk_enable().

[PATCH v2 2/5] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-04-09 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Changes since v1 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com ---

[PATCH v2 1/5] ARM: dts :exynos5422-odroidxu3 Add pwm-fan node to the Odroid-XU3 board.

2015-04-09 Thread Anand Moon
Add pwm-fan node to the OdroidXU3 board. Tested on OdroidXU3 board. Changes since v1 : None Tested-by: Markus Reichl m.rei...@fivetechno.de Acked-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 16

[PATCH v2 5/5] ARM: dts: Enable thermal_zone for exynos5422.

2015-04-09 Thread Anand Moon
Include exynos5-cpu-thermal.dtsi to enable thermal_zone support. Changes since v1 : Seperate the include previous patch. Tested-by: Markus Reichl m.rei...@fivetechno.de Reviewed-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Anand Moon linux.am...@gmail.com ---

[PATCH v2 4/5] ARM: dts exynos5420 update the cooling cells for core cpu0

2015-04-09 Thread Anand Moon
update the cooling level for cpu0 to avoid following message. root@odroidxu3:~# dmesg | grep ther [0.241511] /thermal-zones/cpu-thermal/cooling-maps/map0: could not get #cooling-cells for /cpus/cpu@0 Tested on OdroidXU3 Changes since v1 : None Tested-by: Markus

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Thierry Reding
On Thu, Apr 09, 2015 at 12:07:59PM +0200, Krzysztof Kozlowski wrote: 2015-04-09 12:00 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated const keyword for 'emc_parent_clk_names' with proper array of

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Krzysztof Kozlowski
2015-04-09 12:00 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated const keyword for 'emc_parent_clk_names' with proper array of const pointers to const strings. Signed-off-by: Krzysztof Kozlowski

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Stephen Boyd
On 04/09, Thierry Reding wrote: On Thu, Apr 09, 2015 at 12:07:59PM +0200, Krzysztof Kozlowski wrote: 2015-04-09 12:00 GMT+02:00 Thierry Reding thierry.red...@gmail.com: On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated const keyword for

Re: [PATCH -v3 00/11] drm/exynos: Add atomic modesetting support

2015-04-09 Thread Joonyoung Shim
Hi, On 04/09/2015 12:14 AM, Inki Dae wrote: On 2015년 04월 08일 03:39, Gustavo Padovan wrote: Hi Inki, 2015-04-07 Inki Dae inki@samsung.com: On 2015년 04월 07일 00:44, Inki Dae wrote: 2015-04-06 19:46 GMT+09:00 Inki Dae inki@samsung.com: On 2015년 04월 04일 03:09, Gustavo Padovan wrote:

[PATCH] RFT: pinctrl: samsung: separate wakeup irqdomain

2015-04-09 Thread Linus Walleij
The Samsung pin control driver and subdrivers sometimes use both an irqdomain for some IRQs and another irqdomain for wakeup irqs, registering the first with a call to the per-SoC callback .eint_gpio_init() and the second with a call to .eint_wkup_init() however it seems both runpaths will assign

Re: [PATCH 4/8] clk: tegra: Fix duplicate const for parent names

2015-04-09 Thread Thierry Reding
On Wed, Apr 08, 2015 at 03:22:15PM +0200, Krzysztof Kozlowski wrote: Replace duplicated const keyword for 'emc_parent_clk_names' with proper array of const pointers to const strings. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/clk/tegra/clk-emc.c | 2 +- 1 file

[PATCH v2 3/5] ARM: dts: define default thermal-zones for exynos5

2015-04-09 Thread Anand Moon
Trip points corresponding to the one defined in the exynos_tmu_data.c for Exynos5 have been included. This thermal-zones attribute is afterwards reused for Exynos5422. Changes since v1 : Fixed the thernal_sensor registration of the sensors tmu_cpu0 Tested-by: Markus Reichl m.rei...@fivetechno.de

v2 Exynos5422 odroidxu3 pwm-fan control using thermal sensors

2015-04-09 Thread Anand Moon
This work depeds upon work done by Lukasz Majewski l.majew...@samsung.com and Sjoerd Simons sjoerd.sim...@collabora.co.uk regarding the pwm-fan. Changes from v1 fixed the registration of thermal sensor to tmu_cpu0 Dropped patches.