Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Laurent Pinchart wrote: > Hi Ingo, > > On Tuesday 31 March 2015 09:14:52 Ingo Molnar wrote: > > * Daniel Lezcano wrote: > > > From: Laurent Pinchart > > > > > > The arch_timer_probed function returns whether the given time doesn't > > > need to be probed. This can be the case when the

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Laurent Pinchart
Hi Ingo, On Tuesday 31 March 2015 09:14:52 Ingo Molnar wrote: > * Daniel Lezcano wrote: > > From: Laurent Pinchart > > > > The arch_timer_probed function returns whether the given time doesn't > > need to be probed. This can be the case when the timer has been probed > > already, but also when

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Daniel Lezcano wrote: > From: Laurent Pinchart > > The arch_timer_probed function returns whether the given time doesn't > need to be probed. This can be the case when the timer has been probed > already, but also when it has no corresponding enabled node in DT. > > Rename the function to

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Daniel Lezcano daniel.lezc...@linaro.org wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The arch_timer_probed function returns whether the given time doesn't need to be probed. This can be the case when the timer has been probed already, but also when it has no

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Laurent Pinchart
Hi Ingo, On Tuesday 31 March 2015 09:14:52 Ingo Molnar wrote: * Daniel Lezcano daniel.lezc...@linaro.org wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The arch_timer_probed function returns whether the given time doesn't need to be probed. This can be the case

Re: [PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-31 Thread Ingo Molnar
* Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Ingo, On Tuesday 31 March 2015 09:14:52 Ingo Molnar wrote: * Daniel Lezcano daniel.lezc...@linaro.org wrote: From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The arch_timer_probed function returns

[PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-30 Thread Daniel Lezcano
From: Laurent Pinchart The arch_timer_probed function returns whether the given time doesn't need to be probed. This can be the case when the timer has been probed already, but also when it has no corresponding enabled node in DT. Rename the function to arch_timer_need_probe and invert its

[PATCH 01/11] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour

2015-03-30 Thread Daniel Lezcano
From: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com The arch_timer_probed function returns whether the given time doesn't need to be probed. This can be the case when the timer has been probed already, but also when it has no corresponding enabled node in DT. Rename the function to