On Fri, Oct 9, 2020 at 2:53 PM Greg Ungerer <gerg@xxxxxxxxxxxxxx> 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 clockevents.
This makes the timer code a little more self-contained.
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
I tested this series on a couple of different ColdFire parts
(5208 and 5475) and under QEMU emulating the 5208. All checked
out good, all worked as expected. So for the ColdFire changes:
Tested-by: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Awesome, thanks for testing!
Arnd