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

2015-06-30 Thread Daniel Lezcano
On 06/18/2015 12:54 PM, Viresh Kumar wrote: Migrate cadence_ttc 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_ST

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

2015-06-25 Thread Sören Brinkmann
On Thu, 2015-06-18 at 04:24PM +0530, Viresh Kumar wrote: > Migrate cadence_ttc 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,

[PATCH 02/41] clocksource: cadence_ttc: Migrate to new 'set-state' interface

2015-06-18 Thread Viresh Kumar
Migrate cadence_ttc 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: Michal Simek Cc: Sören Brinkmann