Re: [PATCH] clocksource: exynos_mct: remove unneeded container_of()

2015-06-21 Thread Krzysztof Kozlowski
On 22.06.2015 05:41, Alexey Klimov wrote: Patch removes unneeded container_of() macro in exynos4_local_timer_setup(). Instead let's pass mevt pointer to setup and stop functions from exynos4_mct_cpu_notify() and let them get evt pointer. Tested on odroid-xu3. Signed-off-by: Alexey Klimov

RE: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-21 Thread Kukjin Kim
Krzysztof Kozlowski wrote: On 22.06.2015 10:38, Kukjin Kim wrote: Krzysztof Kozlowski wrote: 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: From: Thomas Abraham thomas...@samsung.com

Re: [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support

2015-06-21 Thread Krzysztof Kozlowski
On 21.06.2015 04:13, Michael Turquette wrote: Quoting Krzysztof Kozlowski (2015-06-20 03:01:12) W dniu 19.06.2015 o 23:53, Michael Turquette pisze: Quoting Bartlomiej Zolnierkiewicz (2015-06-19 05:35:23) On Friday, June 19, 2015 01:19:06 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Thursday,

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-21 Thread Krzysztof Kozlowski
On 22.06.2015 10:38, Kukjin Kim wrote: Krzysztof Kozlowski wrote: 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: From: Thomas Abraham thomas...@samsung.com For Exynos4210 platforms, add

Re: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-21 Thread Krzysztof Kozlowski
2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: From: Thomas Abraham thomas...@samsung.com For Exynos4210 platforms, add CPU operating points and CPU regulator supply properties for

RE: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property

2015-06-21 Thread Kukjin Kim
Krzysztof Kozlowski wrote: 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: From: Thomas Abraham thomas...@samsung.com For Exynos4210 platforms, add CPU operating points and CPU

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

2015-06-21 Thread Alexey Klimov
Patch removes unneeded container_of() macro in exynos4_local_timer_setup(). Instead let's pass mevt pointer to setup and stop functions from exynos4_mct_cpu_notify() and let them get evt pointer. Tested on odroid-xu3. Signed-off-by: Alexey Klimov klimov.li...@gmail.com Acked-by: Stephen Boyd