Re: [PATCH] clocksource: timer-sun5i: Switch to sched_clock_register()

2014-01-19 Thread Ingo Molnar
* Daniel Lezcano wrote: > On 01/17/2014 06:56 PM, Stephen Boyd wrote: > >On 01/17/14 02:05, Daniel Lezcano wrote: > >>On 01/17/2014 02:38 AM, Stephen Boyd wrote: > >>>The 32 bit sched_clock interface supports 64 bits since 3.13-rc1. > >>>Upgrade to the 64 bit function to allow us to remove the 3

Re: [PATCH] clocksource: timer-sun5i: Switch to sched_clock_register()

2014-01-17 Thread Daniel Lezcano
On 01/17/2014 06:56 PM, Stephen Boyd wrote: On 01/17/14 02:05, Daniel Lezcano wrote: On 01/17/2014 02:38 AM, Stephen Boyd wrote: The 32 bit sched_clock interface supports 64 bits since 3.13-rc1. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. Cc: Maxime

Re: [PATCH] clocksource: timer-sun5i: Switch to sched_clock_register()

2014-01-17 Thread Stephen Boyd
On 01/17/14 02:05, Daniel Lezcano wrote: > On 01/17/2014 02:38 AM, Stephen Boyd wrote: >> The 32 bit sched_clock interface supports 64 bits since 3.13-rc1. >> Upgrade to the 64 bit function to allow us to remove the 32 bit >> registration interface. >> >> Cc: Maxime Ripard >> Signed-off-by: Stephe

Re: [PATCH] clocksource: timer-sun5i: Switch to sched_clock_register()

2014-01-17 Thread Daniel Lezcano
On 01/17/2014 02:38 AM, Stephen Boyd wrote: The 32 bit sched_clock interface supports 64 bits since 3.13-rc1. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. Cc: Maxime Ripard Signed-off-by: Stephen Boyd --- Cc'in Ingo because this is simple enough to p

[PATCH] clocksource: timer-sun5i: Switch to sched_clock_register()

2014-01-16 Thread Stephen Boyd
The 32 bit sched_clock interface supports 64 bits since 3.13-rc1. Upgrade to the 64 bit function to allow us to remove the 32 bit registration interface. Cc: Maxime Ripard Signed-off-by: Stephen Boyd --- Cc'in Ingo because this is simple enough to probably just apply to timers/core drivers/cl