Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-29 Thread Fu Wei
On 29 March 2017 at 22:41, Daniel Lezcano wrote: > On Wed, Mar 29, 2017 at 01:11:58PM +0800, Fu Wei wrote: >> Hi Daniel, >> >> On 29 March 2017 at 11:41, Fu Wei wrote: >> > Hi Daniel, >> > >> > Great thanks for your review, allow me to answer your

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-29 Thread Fu Wei
On 29 March 2017 at 22:41, Daniel Lezcano wrote: > On Wed, Mar 29, 2017 at 01:11:58PM +0800, Fu Wei wrote: >> Hi Daniel, >> >> On 29 March 2017 at 11:41, Fu Wei wrote: >> > Hi Daniel, >> > >> > Great thanks for your review, allow me to answer your question below: >> > >> > On 28 March 2017 at

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-29 Thread Daniel Lezcano
On Wed, Mar 29, 2017 at 01:11:58PM +0800, Fu Wei wrote: > Hi Daniel, > > On 29 March 2017 at 11:41, Fu Wei wrote: > > Hi Daniel, > > > > Great thanks for your review, allow me to answer your question below: > > > > On 28 March 2017 at 22:58, Daniel Lezcano

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-29 Thread Daniel Lezcano
On Wed, Mar 29, 2017 at 01:11:58PM +0800, Fu Wei wrote: > Hi Daniel, > > On 29 March 2017 at 11:41, Fu Wei wrote: > > Hi Daniel, > > > > Great thanks for your review, allow me to answer your question below: > > > > On 28 March 2017 at 22:58, Daniel Lezcano wrote: > >> On Wed, Mar 22, 2017 at

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Fu Wei
Hi Daniel, On 29 March 2017 at 11:41, Fu Wei wrote: > Hi Daniel, > > Great thanks for your review, allow me to answer your question below: > > On 28 March 2017 at 22:58, Daniel Lezcano wrote: >> On Wed, Mar 22, 2017 at 12:31:13AM +0800,

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Fu Wei
Hi Daniel, On 29 March 2017 at 11:41, Fu Wei wrote: > Hi Daniel, > > Great thanks for your review, allow me to answer your question below: > > On 28 March 2017 at 22:58, Daniel Lezcano wrote: >> On Wed, Mar 22, 2017 at 12:31:13AM +0800, fu@linaro.org wrote: >>> From: Fu Wei >>> >>>

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Fu Wei
Hi Daniel, Great thanks for your review, allow me to answer your question below: On 28 March 2017 at 22:58, Daniel Lezcano wrote: > On Wed, Mar 22, 2017 at 12:31:13AM +0800, fu@linaro.org wrote: >> From: Fu Wei >> >> Currently, the counter

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Fu Wei
Hi Daniel, Great thanks for your review, allow me to answer your question below: On 28 March 2017 at 22:58, Daniel Lezcano wrote: > On Wed, Mar 22, 2017 at 12:31:13AM +0800, fu@linaro.org wrote: >> From: Fu Wei >> >> Currently, the counter frequency detection call(arch_timer_detect_rate)

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Daniel Lezcano
On Wed, Mar 22, 2017 at 12:31:13AM +0800, fu@linaro.org wrote: > From: Fu Wei > > Currently, the counter frequency detection call(arch_timer_detect_rate) > includes getting the frequency from the device-tree property, the per-cpu > arch-timer and the memory-mapped (MMIO)

Re: [PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-28 Thread Daniel Lezcano
On Wed, Mar 22, 2017 at 12:31:13AM +0800, fu@linaro.org wrote: > From: Fu Wei > > Currently, the counter frequency detection call(arch_timer_detect_rate) > includes getting the frequency from the device-tree property, the per-cpu > arch-timer and the memory-mapped (MMIO) timer interfaces. >

[PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-21 Thread fu . wei
From: Fu Wei Currently, the counter frequency detection call(arch_timer_detect_rate) includes getting the frequency from the device-tree property, the per-cpu arch-timer and the memory-mapped (MMIO) timer interfaces. But reading device-tree property will be needed only when

[PATCH v22 02/11] clocksource: arm_arch_timer: separate out device-tree code and remove arch_timer_detect_rate

2017-03-21 Thread fu . wei
From: Fu Wei Currently, the counter frequency detection call(arch_timer_detect_rate) includes getting the frequency from the device-tree property, the per-cpu arch-timer and the memory-mapped (MMIO) timer interfaces. But reading device-tree property will be needed only when system boot with