Hi Viresh,
On 06/12/2015 10:00 AM, Viresh Kumar wrote:
Migrate arm_global_timer driver to the new 'set-state' interface provided by the 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.
Acked-by: Daniel Lezcano daniel.lezcano@linaro.org Cc: Srinivas Kandagatla srinivas.kandagatla@gmail.com Cc: Maxime Coquelin maxime.coquelin@st.com Cc: Patrice Chotard patrice.chotard@st.com Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
drivers/clocksource/arm_global_timer.c | 37 ++++++++++++++++------------------ 1 file changed, 17 insertions(+), 20 deletions(-)
You can add:
Acked-by: Maxime Coquelin maxime.coquelin@st.com
Thanks! Maxime