Re: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-13 Thread Olof Johansson
On Wed, Aug 12, 2015 at 04:39:46PM +, Hartley Sweeten wrote: > On Thursday, August 06, 2015 2:11 AM, Viresh Kumar wrote: > > Migrate EP93xx driver to the new 'set-state' interface provided by > > clockevents core, the earlier 'set-mode' interface is marked obsolete > > now. > > > > This also en

RE: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-12 Thread Hartley Sweeten
On Thursday, August 06, 2015 2:11 AM, Viresh Kumar wrote: > Migrate EP93xx 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 e

Re: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-11 Thread Viresh Kumar
On 11-08-15, 15:19, Olof Johansson wrote: > Latest? We don't base our tree on the latest -- instead we try to keep > back on -rc2/3 if we can. Right now our tree is on -rc2. > > > Please confirm that this is still OK to merge with that as base. Thanks. Yeah, rc2 should be fine. -- viresh -- To

Re: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-11 Thread Olof Johansson
On Mon, Aug 10, 2015 at 02:33:34PM +0530, Viresh Kumar wrote: > On 10-08-15, 11:01, Linus Walleij wrote: > > Sure, but does it work right off or does Olof have to > > pull a branch from your tree in for it to work? In that > > case I suggest you take this in the -rc phase. Anyways: > > Acked-by: Li

Re: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-10 Thread Viresh Kumar
On 10-08-15, 11:01, Linus Walleij wrote: > Sure, but does it work right off or does Olof have to > pull a branch from your tree in for it to work? In that > case I suggest you take this in the -rc phase. Anyways: > Acked-by: Linus Walleij It should work with latest 4.2 rc.. -- viresh -- To unsu

Re: [PATCH] ARM/EP93xx/timer: Migrate to new 'set-state' interface

2015-08-10 Thread Linus Walleij
On Thu, Aug 6, 2015 at 11:11 AM, Viresh Kumar wrote: > Migrate EP93xx 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 exam