Re: [PATCH 05/13] m68k: coldfire: use legacy_timer_tick()

2020-10-09 Thread Arnd Bergmann
On Fri, Oct 9, 2020 at 2:53 PM Greg Ungerer wrote: > > Hi Arnd, > > On 9/10/20 1:46 am, Arnd Bergmann wrote: > > Replace the indirect function calls in the timer code > > with direct calls to the newly added legacy_timer_tick() > > helper for those that have not yet been converted to > > generic

Re: [PATCH 05/13] m68k: coldfire: use legacy_timer_tick()

2020-10-09 Thread Greg Ungerer
Hi Arnd, On 9/10/20 1:46 am, Arnd Bergmann wrote: Replace the indirect function calls in the timer code with direct calls to the newly added legacy_timer_tick() helper for those that have not yet been converted to generic clockevents. This makes the timer code a little more self-contained.

[PATCH 05/13] m68k: coldfire: use legacy_timer_tick()

2020-10-08 Thread Arnd Bergmann
Replace the indirect function calls in the timer code with direct calls to the newly added legacy_timer_tick() helper for those that have not yet been converted to generic clockevents. This makes the timer code a little more self-contained. Signed-off-by: Arnd Bergmann ---