]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM/netx/time: Migrate to new 'set-state' interface
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 27 Feb 2015 08:09:52 +0000 (13:39 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 17 Jul 2015 02:56:23 +0000 (08:26 +0530)
commitc22437b78e77ae05768d77d44bb5651ac7ef5da9
treef4dc657b5fdd94d5767d31f1ce75aabc77a25026
parenta785fb39e1b7070da5d53a7d09b140c80c31974e
ARM/netx/time: Migrate to new 'set-state' interface

Migrate netx 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 aren't writing zero twice on the control register for shutdown or
resume state now.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm/mach-netx/time.c