On Thu, Jun 18, 2015 at 12:54 PM, Viresh Kumar viresh.kumar@linaro.org wrote:
Migrate meson6 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.
Cc: Carlo Caione carlo@caione.org Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
drivers/clocksource/meson6_timer.c | 50 ++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 23 deletions(-)
Acked-by: Carlo Caione carlo@caione.org