Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-26 Thread Viresh Kumar
On 16 March 2015 at 14:44, Viresh Kumar wrote: > On 10 March 2015 at 18:35, Ingo Molnar wrote: > >> Yeah, so I'd like PeterZ to ACK/NAK this approach before I move >> forward with the patches - but he's on the road right now, so it >> will take a week I suspect. > > Hi Ingo, > > Now that Peter

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-26 Thread Viresh Kumar
On 16 March 2015 at 14:44, Viresh Kumar viresh.ku...@linaro.org wrote: On 10 March 2015 at 18:35, Ingo Molnar mi...@kernel.org wrote: Yeah, so I'd like PeterZ to ACK/NAK this approach before I move forward with the patches - but he's on the road right now, so it will take a week I suspect.

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-16 Thread Viresh Kumar
On 10 March 2015 at 18:35, Ingo Molnar wrote: > Yeah, so I'd like PeterZ to ACK/NAK this approach before I move > forward with the patches - but he's on the road right now, so it > will take a week I suspect. Hi Ingo, Now that Peter has already Acked them, will you be taking these as is or

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-16 Thread Viresh Kumar
On 10 March 2015 at 18:35, Ingo Molnar mi...@kernel.org wrote: Yeah, so I'd like PeterZ to ACK/NAK this approach before I move forward with the patches - but he's on the road right now, so it will take a week I suspect. Hi Ingo, Now that Peter has already Acked them, will you be taking these

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Peter Zijlstra
On Tue, Mar 10, 2015 at 02:05:41PM +0100, Ingo Molnar wrote: > Yeah, so I'd like PeterZ to ACK/NAK this approach before I move > forward with the patches - but he's on the road right now, so it > will take a week I suspect. I stared at it between sessions today and it looks ok, so Acked-by:

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Ingo Molnar
* Viresh Kumar wrote: > On 27 February 2015 at 17:21, Viresh Kumar wrote: > > Hi Thomas/Ingo, > > > > This is in response to the suggestions Ingo gave [1] on the shortcomings of > > clockevents core's state machine. > > > > This first separates out the RESUME functionality from other states as

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Viresh Kumar
On 27 February 2015 at 17:21, Viresh Kumar wrote: > Hi Thomas/Ingo, > > This is in response to the suggestions Ingo gave [1] on the shortcomings of > clockevents core's state machine. > > This first separates out the RESUME functionality from other states as its a > special case. Then it defines

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Viresh Kumar
On 27 February 2015 at 17:21, Viresh Kumar viresh.ku...@linaro.org wrote: Hi Thomas/Ingo, This is in response to the suggestions Ingo gave [1] on the shortcomings of clockevents core's state machine. This first separates out the RESUME functionality from other states as its a special case.

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Ingo Molnar
* Viresh Kumar viresh.ku...@linaro.org wrote: On 27 February 2015 at 17:21, Viresh Kumar viresh.ku...@linaro.org wrote: Hi Thomas/Ingo, This is in response to the suggestions Ingo gave [1] on the shortcomings of clockevents core's state machine. This first separates out the RESUME

Re: [PATCH 0/3] clockevents: Manage device's state separately for core

2015-03-10 Thread Peter Zijlstra
On Tue, Mar 10, 2015 at 02:05:41PM +0100, Ingo Molnar wrote: Yeah, so I'd like PeterZ to ACK/NAK this approach before I move forward with the patches - but he's on the road right now, so it will take a week I suspect. I stared at it between sessions today and it looks ok, so Acked-by: Peter

[PATCH 0/3] clockevents: Manage device's state separately for core

2015-02-27 Thread Viresh Kumar
Hi Thomas/Ingo, This is in response to the suggestions Ingo gave [1] on the shortcomings of clockevents core's state machine. This first separates out the RESUME functionality from other states as its a special case. Then it defines a new enum to map possible states of a clockevent device.

[PATCH 0/3] clockevents: Manage device's state separately for core

2015-02-27 Thread Viresh Kumar
Hi Thomas/Ingo, This is in response to the suggestions Ingo gave [1] on the shortcomings of clockevents core's state machine. This first separates out the RESUME functionality from other states as its a special case. Then it defines a new enum to map possible states of a clockevent device.