Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-09-09 Thread Marc Kleine-Budde
On 09/09/2013 10:18 AM, Ronald Wahl wrote: > On 20.06.2013 17:00, Marc Kleine-Budde wrote: >> Hello Thomas, >> >> On 04/25/2013 04:53 PM, Marc Kleine-Budde wrote: >>> On 04/25/2013 04:21 PM, Thomas Gleixner wrote: On Tue, 23 Apr 2013, Marc Kleine-Budde wrote: > The commit > >

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-09-09 Thread Ronald Wahl
On 20.06.2013 17:00, Marc Kleine-Budde wrote: Hello Thomas, On 04/25/2013 04:53 PM, Marc Kleine-Budde wrote: On 04/25/2013 04:21 PM, Thomas Gleixner wrote: On Tue, 23 Apr 2013, Marc Kleine-Budde wrote: The commit 77cc982 clocksource: use clockevents_config_and_register() where possible

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-06-20 Thread Marc Kleine-Budde
Hello Thomas, On 04/25/2013 04:53 PM, Marc Kleine-Budde wrote: > On 04/25/2013 04:21 PM, Thomas Gleixner wrote: >> On Tue, 23 Apr 2013, Marc Kleine-Budde wrote: >>> The commit >>> >>> 77cc982 clocksource: use clockevents_config_and_register() where >>> possible >>> >>> switches from manually

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-25 Thread Marc Kleine-Budde
On 04/25/2013 04:21 PM, Thomas Gleixner wrote: > On Tue, 23 Apr 2013, Marc Kleine-Budde wrote: >> The commit >> >> 77cc982 clocksource: use clockevents_config_and_register() where possible >> >> switches from manually calculating min_delta_ns (and others) and >> clockevents_register_device() to

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-25 Thread Thomas Gleixner
On Tue, 23 Apr 2013, Marc Kleine-Budde wrote: > The commit > > 77cc982 clocksource: use clockevents_config_and_register() where possible > > switches from manually calculating min_delta_ns (and others) and > clockevents_register_device() to automatic calculation via > clockevents_config_and_r

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-25 Thread Thomas Gleixner
On Thu, 25 Apr 2013, Marc Kleine-Budde wrote: > On 04/23/2013 03:08 PM, Marc Kleine-Budde wrote: > > The commit > > > > 77cc982 clocksource: use clockevents_config_and_register() where > > possible > > > > switches from manually calculating min_delta_ns (and others) and > > clockevents_regi

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-25 Thread Marc Kleine-Budde
On 04/23/2013 03:08 PM, Marc Kleine-Budde wrote: > The commit > > 77cc982 clocksource: use clockevents_config_and_register() where possible > > switches from manually calculating min_delta_ns (and others) and > clockevents_register_device() to automatic calculation via > clockevents_config_an

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-23 Thread Marc Kleine-Budde
On 04/23/2013 03:44 PM, Shawn Guo wrote: > On Tue, Apr 23, 2013 at 03:11:33PM +0200, Marc Kleine-Budde wrote: >> On 04/23/2013 03:08 PM, Marc Kleine-Budde wrote: >>> The commit >>> >>> 77cc982 clocksource: use clockevents_config_and_register() where >>> possible >>> >>> switches from manually

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-23 Thread Shawn Guo
On Tue, Apr 23, 2013 at 03:11:33PM +0200, Marc Kleine-Budde wrote: > On 04/23/2013 03:08 PM, Marc Kleine-Budde wrote: > > The commit > > > > 77cc982 clocksource: use clockevents_config_and_register() where > > possible > > > > switches from manually calculating min_delta_ns (and others) and

Re: RFC: [PATCH] clocksource: tcb: fix min_delta calculation

2013-04-23 Thread Marc Kleine-Budde
On 04/23/2013 03:08 PM, Marc Kleine-Budde wrote: > The commit > > 77cc982 clocksource: use clockevents_config_and_register() where possible > > switches from manually calculating min_delta_ns (and others) and > clockevents_register_device() to automatic calculation via > clockevents_config_an