Re: [PATCH v3 3/6] clocksource: exynos_mct: Refactor resources allocation

2018-10-18 Thread Marek Szyprowski
Hi Krzysztof, On 2018-10-17 16:29, Krzysztof Kozlowski wrote: > On Wed, 17 Oct 2018 at 15:42, Marek Szyprowski > wrote: >> Move interrupts allocation from exynos4_timer_resources() into separate >> function together with the interrupt number parsing code from >> mct_init_dt(), so the code for ma

Re: [PATCH v3 3/6] clocksource: exynos_mct: Refactor resources allocation

2018-10-17 Thread Chanwoo Choi
Hi Marek, I tested it for both kernel booting and cpu hotplugging on Exynos5433-based TM2 board. Reviewed-by: Chanwoo Choi Tested-by: Chanwoo Choi On 2018년 10월 17일 22:41, Marek Szyprowski wrote: > Move interrupts allocation from exynos4_timer_resources() into separate > function together with

Re: [PATCH v3 3/6] clocksource: exynos_mct: Refactor resources allocation

2018-10-17 Thread Krzysztof Kozlowski
On Wed, 17 Oct 2018 at 15:42, Marek Szyprowski wrote: > > Move interrupts allocation from exynos4_timer_resources() into separate > function together with the interrupt number parsing code from > mct_init_dt(), so the code for managing interrupts is kept together. > While touching exynos4_timer_re

[PATCH v3 3/6] clocksource: exynos_mct: Refactor resources allocation

2018-10-17 Thread Marek Szyprowski
Move interrupts allocation from exynos4_timer_resources() into separate function together with the interrupt number parsing code from mct_init_dt(), so the code for managing interrupts is kept together. While touching exynos4_timer_resources() function, move of_iomap() to it. No functional changes.