From: Viresh Kumar Date: Fri, 27 Feb 2015 08:09:52 +0000 (+0530) Subject: ARM/mmp/time: Migrate to new 'set-state' interface X-Git-Tag: omap-for-v4.3/fixes-merge-window~9^2~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a785fb39e1b7070da5d53a7d09b140c80c31974e;p=pandora-kernel.git ARM/mmp/time: Migrate to new 'set-state' interface Migrate mmp 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 weren't doing anything in set_mode(RESUME) except of local_irq_{save|restore}(), which isn't required and so ->tick_resume isn't implemented. Cc: Eric Miao Cc: Haojian Zhuang Signed-off-by: Viresh Kumar --- Reading git-diff-tree failed