Re: [PATCH 10/12] clocksource: Mostly kill clocksource_register()

2015-03-07 Thread Ingo Molnar
* John Stultz wrote: > A long running project has been to cleanup remaining uses > of clocksource_register(), replacing it with the simpler > clocksource_register_khz/hz(). s/.$/ functions. > However, there are a few cases where we need to self-define > our mult/shift values, so switch the fun

[PATCH 10/12] clocksource: Mostly kill clocksource_register()

2015-03-06 Thread John Stultz
A long running project has been to cleanup remaining uses of clocksource_register(), replacing it with the simpler clocksource_register_khz/hz(). However, there are a few cases where we need to self-define our mult/shift values, so switch the function to a more obviously internal __clocksource_reg

[PATCH 10/12] clocksource: Mostly kill clocksource_register()

2015-01-22 Thread John Stultz
A long running project has been to cleanup remaining uses of clocksource_register(), replacing it with the simpler clocksource_register_khz/hz(). However, there are a few cases where we need to self-define our mult/shift values, so switch the function to a more obviously internal __clocksource_reg