Re: [PATCH] ARM: integrator: move AP timer to clocksource

2014-10-16 Thread Daniel Lezcano
On 10/16/2014 09:27 AM, Linus Walleij wrote: This moves the timer/clocksource implementation for the Integrator/AP down to drivers/clocksource and augments the driver a little to use CLOCKSOURCE_OF_DECLARE(). Remove the static mapping of the timer blocks while we're at it. Tested on the Integrat

Re: [PATCH] ARM: integrator: move AP timer to clocksource

2014-10-16 Thread Thomas Gleixner
On Thu, 16 Oct 2014, Linus Walleij wrote: > This moves the timer/clocksource implementation for the > Integrator/AP down to drivers/clocksource and augments the > driver a little to use CLOCKSOURCE_OF_DECLARE(). Remove > the static mapping of the timer blocks while we're at it. > > Tested on the

[PATCH] ARM: integrator: move AP timer to clocksource

2014-10-16 Thread Linus Walleij
This moves the timer/clocksource implementation for the Integrator/AP down to drivers/clocksource and augments the driver a little to use CLOCKSOURCE_OF_DECLARE(). Remove the static mapping of the timer blocks while we're at it. Tested on the Integrator/AP. Cc: Daniel Lezcano Cc: Thomas Gleixner