Re: [PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-18 Thread Stuart MENEFY
Looks good, thanks. Acked-by: Stuart Menefy On 15/11/13 23:48, Stephen Boyd wrote: > The 32 bit sched_clock interface now supports 64 bits. Upgrade to > the 64 bit function to allow us to remove the 32 bit registration > interface. While we're here increase the number of bits that > sched_clock

Re: [PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-18 Thread srinivas kandagatla
On 15/11/13 23:48, Stephen Boyd wrote: > The 32 bit sched_clock interface now supports 64 bits. Upgrade to > the 64 bit function to allow us to remove the 32 bit registration > interface. While we're here increase the number of bits that > sched_clock can handle to 64 to make full use of the

Re: [PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-18 Thread srinivas kandagatla
On 15/11/13 23:48, Stephen Boyd wrote: The 32 bit sched_clock interface now supports 64 bits. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. While we're here increase the number of bits that sched_clock can handle to 64 to make full use of the counter.

Re: [PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-18 Thread Stuart MENEFY
Looks good, thanks. Acked-by: Stuart Menefy stuart.men...@st.com On 15/11/13 23:48, Stephen Boyd wrote: The 32 bit sched_clock interface now supports 64 bits. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. While we're here increase the number of bits

[PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-15 Thread Stephen Boyd
The 32 bit sched_clock interface now supports 64 bits. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. While we're here increase the number of bits that sched_clock can handle to 64 to make full use of the counter. Cc: Stuart Menefy Cc: Srinivas Kandagatla

[PATCH 1/4] clocksource: arm_global_timer: Switch to sched_clock_register()

2013-11-15 Thread Stephen Boyd
The 32 bit sched_clock interface now supports 64 bits. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. While we're here increase the number of bits that sched_clock can handle to 64 to make full use of the counter. Cc: Stuart Menefy stuart.men...@st.com Cc: