Re: [PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-16 Thread Lennox Wu
Acked-by: Lennox Wu 2015-08-10 17:52 GMT+08:00 Daniel Lezcano : > From: Viresh Kumar > > Migrate score 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

Re: [PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-16 Thread Lennox Wu
Acked-by: Lennox Wu lennox...@gmail.com 2015-08-10 17:52 GMT+08:00 Daniel Lezcano daniel.lezc...@linaro.org: From: Viresh Kumar viresh.ku...@linaro.org Migrate score driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now.

[PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-10 Thread Daniel Lezcano
From: Viresh Kumar Migrate score 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

[PATCH 67/74] score/time: Migrate to new 'set-state' interface

2015-08-10 Thread Daniel Lezcano
From: Viresh Kumar viresh.ku...@linaro.org Migrate score 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.