On 21/10/2019 16.06, Peter Maydell wrote: > Switch the mcf5206 code away from bottom-half based ptimers to > the new transaction-based ptimer API. This just requires adding > begin/commit calls around the various places that modify the ptimer > state, and using the new ptimer_init() function to create the timer. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Changes v1->v2: > * turn the early-exit in m5206_timer_recalibrate() into a goto-exit > so we can end the ptimer transaction
Reviewed-by: Thomas Huth <th...@redhat.com>