On 07/16/2015 07: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 Metcalf cmetcalf@ezchip.com Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
arch/tile/kernel/time.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
Acked-by: Chris Metcalf cmetcalf@ezchip.com