Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-29 Thread Linus Walleij
On Sat, Apr 27, 2013 at 2:12 AM, Olof Johansson wrote: > On Sat, Apr 20, 2013 at 03:19:43PM +0200, Linus Walleij wrote: >> On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij >> wrote: >> >> > The Nomadik clocksource driver has had a bad define making it >> > impossible to use it for sched_clock()

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-29 Thread Linus Walleij
On Sat, Apr 27, 2013 at 2:12 AM, Olof Johansson o...@lixom.net wrote: On Sat, Apr 20, 2013 at 03:19:43PM +0200, Linus Walleij wrote: On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij linus.wall...@linaro.org wrote: The Nomadik clocksource driver has had a bad define making it impossible to

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-26 Thread Olof Johansson
On Sat, Apr 20, 2013 at 03:19:43PM +0200, Linus Walleij wrote: > ARM SoC folks: > > On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij > wrote: > > > The Nomadik clocksource driver has had a bad define making it > > impossible to use it for sched_clock() for a while. Fix this > > and also enable

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-26 Thread Olof Johansson
On Sat, Apr 20, 2013 at 03:19:43PM +0200, Linus Walleij wrote: ARM SoC folks: On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij linus.wall...@linaro.org wrote: The Nomadik clocksource driver has had a bad define making it impossible to use it for sched_clock() for a while. Fix this and

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-20 Thread Linus Walleij
ARM SoC folks: On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij wrote: > The Nomadik clocksource driver has had a bad define making it > impossible to use it for sched_clock() for a while. Fix this > and also enable it for the Nomadik. > > Signed-off-by: Linus Walleij This one should go to

[PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-20 Thread Linus Walleij
The Nomadik clocksource driver has had a bad define making it impossible to use it for sched_clock() for a while. Fix this and also enable it for the Nomadik. Signed-off-by: Linus Walleij --- arch/arm/mach-nomadik/Kconfig | 1 + drivers/clocksource/nomadik-mtu.c | 4 ++-- 2 files changed, 3

[PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-20 Thread Linus Walleij
The Nomadik clocksource driver has had a bad define making it impossible to use it for sched_clock() for a while. Fix this and also enable it for the Nomadik. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- arch/arm/mach-nomadik/Kconfig | 1 + drivers/clocksource/nomadik-mtu.c | 4

Re: [PATCH 1/4] clocksource: nomadik-mtu: fix up clocksource/timer

2013-04-20 Thread Linus Walleij
ARM SoC folks: On Sat, Apr 20, 2013 at 3:08 PM, Linus Walleij linus.wall...@linaro.org wrote: The Nomadik clocksource driver has had a bad define making it impossible to use it for sched_clock() for a while. Fix this and also enable it for the Nomadik. Signed-off-by: Linus Walleij