Re: [GIT PULL] Remove ARM local timer API

2013-07-25 Thread Stephen Boyd
On 07/23, Olof Johansson wrote: > On Tue, Jul 23, 2013 at 4:40 PM, Stephen Boyd wrote: > > On 07/23, Olof Johansson wrote: > > >> Merged in as localtimer/removal into next/cleanup. > >> > >> I had quite a few merge conflicts due to the __cpuinit removal, so > >> please double-check my resolutions

Re: [GIT PULL] Remove ARM local timer API

2013-07-23 Thread Olof Johansson
On Tue, Jul 23, 2013 at 4:40 PM, Stephen Boyd wrote: > On 07/23, Olof Johansson wrote: >> Merged in as localtimer/removal into next/cleanup. >> >> I had quite a few merge conflicts due to the __cpuinit removal, so >> please double-check my resolutions. >> > > A __cpuinit is leftover in smp_twd.c.

Re: [GIT PULL] Remove ARM local timer API

2013-07-23 Thread Stephen Boyd
On 07/23, Olof Johansson wrote: > On Tue, Jun 25, 2013 at 1:02 PM, Stephen Boyd wrote: > > Olof/Arnd, > > > > These patches remove the ARM local timer API. The ARM architected > > timers have already moved away from this API so this series > > migrates the rest of the users allowing us to remove t

Re: [GIT PULL] Remove ARM local timer API

2013-07-23 Thread Olof Johansson
On Tue, Jun 25, 2013 at 1:02 PM, Stephen Boyd wrote: > Olof/Arnd, > > These patches remove the ARM local timer API. The ARM architected > timers have already moved away from this API so this series > migrates the rest of the users allowing us to remove the API > entirely. Thomas has been kind enou

Re: [GIT PULL] Remove ARM local timer API

2013-07-19 Thread Olof Johansson
Stephen Boyd wrote: >On 07/08/13 08:35, Stephen Boyd wrote: >> On 06/27, Olof Johansson wrote: >>> On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: Olof/Arnd, These patches remove the ARM local timer API. The ARM architected timers have already moved away from t

Re: [GIT PULL] Remove ARM local timer API

2013-07-17 Thread Stephen Boyd
On 07/08/13 08:35, Stephen Boyd wrote: > On 06/27, Olof Johansson wrote: >> On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: >>> Olof/Arnd, >>> >>> These patches remove the ARM local timer API. The ARM architected >>> timers have already moved away from this API so this series >>> migr

Re: [GIT PULL] Remove ARM local timer API

2013-07-08 Thread Stephen Boyd
On 06/27, Olof Johansson wrote: > On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: > > Olof/Arnd, > > > > These patches remove the ARM local timer API. The ARM architected > > timers have already moved away from this API so this series > > migrates the rest of the users allowing us to

Re: [GIT PULL] Remove ARM local timer API

2013-06-27 Thread Olof Johansson
On Tue, Jun 25, 2013 at 01:02:12PM -0700, Stephen Boyd wrote: > Olof/Arnd, > > These patches remove the ARM local timer API. The ARM architected > timers have already moved away from this API so this series > migrates the rest of the users allowing us to remove the API > entirely. Thomas has been

Re: [GIT PULL] Remove ARM local timer API

2013-06-25 Thread Barry Song
2013/6/26 Stephen Boyd : > Olof/Arnd, > > These patches remove the ARM local timer API. The ARM architected > timers have already moved away from this API so this series > migrates the rest of the users allowing us to remove the API > entirely. Thomas has been kind enough to take the first two > pa