Re: [PATCH 09/41] clocksource: meson6: Migrate to new 'set-state' interface

2015-06-20 Thread Carlo Caione
On Thu, Jun 18, 2015 at 12:54 PM, Viresh Kumar wrote: > Migrate meson6 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

Re: [PATCH 09/41] clocksource: meson6: Migrate to new 'set-state' interface

2015-06-20 Thread Carlo Caione
On Thu, Jun 18, 2015 at 12:54 PM, Viresh Kumar viresh.ku...@linaro.org wrote: Migrate meson6 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

[PATCH 09/41] clocksource: meson6: Migrate to new 'set-state' interface

2015-06-18 Thread Viresh Kumar
Migrate meson6 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: Carlo Caione Signed-off-by: Viresh

[PATCH 09/41] clocksource: meson6: Migrate to new 'set-state' interface

2015-06-18 Thread Viresh Kumar
Migrate meson6 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: Carlo Caione ca...@caione.org