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

2015-06-15 Thread Stephen Boyd
On 06/15, 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. Signed-off-by: Alexey Klimov klimov.li...@gmail.com ---

[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