Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-21 Thread Viresh Kumar
On 21-07-15, 09:11, Chris Metcalf wrote: > Viresh suggested I take this into the tile tree, and I have now done so. Thanks. -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-21 Thread Chris Metcalf
On 7/16/2015 7:26 AM, Viresh Kumar wrote: Migrate tile 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.

Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-21 Thread Chris Metcalf
On 7/16/2015 7:26 AM, Viresh Kumar wrote: Migrate tile 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.

Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-21 Thread Viresh Kumar
On 21-07-15, 09:11, Chris Metcalf wrote: Viresh suggested I take this into the tile tree, and I have now done so. Thanks. -- viresh -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-20 Thread Chris Metcalf
On 07/16/2015 07:26 AM, Viresh Kumar wrote: Migrate tile 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.

Re: [PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-20 Thread Chris Metcalf
On 07/16/2015 07:26 AM, Viresh Kumar wrote: Migrate tile 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.

[PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-16 Thread Viresh Kumar
Migrate tile 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: Chris Metcalf Signed-off-by: Viresh

[PATCH 18/23] tile/time: Migrate to new 'set-state' interface

2015-07-16 Thread Viresh Kumar
Migrate tile 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: Chris Metcalf cmetc...@ezchip.com