]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clockevents/drivers/meson6: Migrate to new 'set-state' interface
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 18 Jun 2015 10:54:23 +0000 (16:24 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 10 Aug 2015 09:40:30 +0000 (11:40 +0200)
commit40117bd559d3119eb06206f5323680d712db7775
tree9d4ad444a27b14531268fdbf6547a848809609c5
parent8eda41b0863ca82010010e951b7aa13b66a06e78
clockevents/drivers/meson6: Migrate to new 'set-state' interface

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>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Carlo Caione <carlo@caione.org>
drivers/clocksource/meson6_timer.c