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

Migrate sun4i 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: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clocksource/sun4i_timer.c