• Viresh Kumar's avatar
    microblaze/timer: Migrate to new 'set-state' interface · 9797529d
    Viresh Kumar authored
    Migrate microblaze driver to the new 'set-state' interface provided by
    clockevents core, the earlier 'set-mode' interface is marked obsolete
    now.
    
    This also enables us to implement callbacks for new states of clockevent
    devices, for example: ONESHOT_STOPPED.
    
    We weren't doing anything in ->set_mode(RESUME or ONESHOT) and so
    tick_resume() set_state_oneshot() aren't implemented.
    
    Cc: Michal Simek <monstr@monstr.eu>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Richard Cochran <richardcochran@gmail.com>
    Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
    9797529d
timer.c 7.31 KB