Re: [PATCH 4/6] clocksource: bcm_kona: Migrate to new 'set-state' interface

2015-06-08 Thread Ray Jui
Forgot to ACK the patch... On 6/8/2015 9:30 AM, Ray Jui wrote: > This patch looks fine to me. > > Thanks, > > Ray > > On 6/8/2015 9:22 AM, Viresh Kumar wrote: >> On 08-06-15, 09:09, Ray Jui wrote: >>> There's a typo here. It's "kona" not "cona" >> >> Crap, how does this look: >> >> From: Viresh

Re: [PATCH 4/6] clocksource: bcm_kona: Migrate to new 'set-state' interface

2015-06-08 Thread Ray Jui
This patch looks fine to me. Thanks, Ray On 6/8/2015 9:22 AM, Viresh Kumar wrote: > On 08-06-15, 09:09, Ray Jui wrote: >> There's a typo here. It's "kona" not "cona" > > Crap, how does this look: > > From: Viresh Kumar > Date: Fri, 27 Feb 2015 13:39:52 +0530 > Subject: [PATCH] clocksource: bc

Re: [PATCH 4/6] clocksource: bcm_kona: Migrate to new 'set-state' interface

2015-06-08 Thread Viresh Kumar
On 08-06-15, 09:09, Ray Jui wrote: > There's a typo here. It's "kona" not "cona" Crap, how does this look: From: Viresh Kumar Date: Fri, 27 Feb 2015 13:39:52 +0530 Subject: [PATCH] clocksource: bcm_kona: Migrate to new 'set-state' interface Migrate bcm_kona driver to the new 'set-state' interfa

Re: [PATCH 4/6] clocksource: bcm_kona: Migrate to new 'set-state' interface

2015-06-08 Thread Ray Jui
Hi Viresh, On 6/8/2015 6:40 AM, Viresh Kumar wrote: > Migrate bcm_kona 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

[PATCH 4/6] clocksource: bcm_kona: Migrate to new 'set-state' interface

2015-06-08 Thread Viresh Kumar
Migrate bcm_kona 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. Cc: Florian Fainelli Cc: Ray Jui Cc