On 7/16/2015 7:26 AM, Viresh Kumar wrote:
Migrate tile 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: Chris Metcalfcmetcalf@ezchip.com Signed-off-by: Viresh Kumarviresh.kumar@linaro.org
arch/tile/kernel/time.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
Viresh suggested I take this into the tile tree, and I have now done so.