Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Russell King - ARM Linux
On Mon, Jul 25, 2016 at 11:50:19PM +0800, Fu Wei wrote: > Hi Will, > > On 25 July 2016 at 17:02, Will Deacon wrote: > > On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: > >> From: Fu Wei > >> > >> This patch simplify

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Russell King - ARM Linux
On Mon, Jul 25, 2016 at 11:50:19PM +0800, Fu Wei wrote: > Hi Will, > > On 25 July 2016 at 17:02, Will Deacon wrote: > > On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: > >> From: Fu Wei > >> > >> This patch simplify arch_counter_get_cntvct_mem function by > >> using readq to

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Fu Wei
Hi Will, On 25 July 2016 at 17:02, Will Deacon wrote: > On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: >> From: Fu Wei >> >> This patch simplify arch_counter_get_cntvct_mem function by >> using readq to get 64-bit CNTVCT value instead

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Fu Wei
Hi Will, On 25 July 2016 at 17:02, Will Deacon wrote: > On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: >> From: Fu Wei >> >> This patch simplify arch_counter_get_cntvct_mem function by >> using readq to get 64-bit CNTVCT value instead of readl_relaxed. >> >> Signed-off-by:

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Will Deacon
On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: > From: Fu Wei > > This patch simplify arch_counter_get_cntvct_mem function by > using readq to get 64-bit CNTVCT value instead of readl_relaxed. > > Signed-off-by: Fu Wei > --- >

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-25 Thread Will Deacon
On Wed, Jul 20, 2016 at 02:17:59AM +0800, fu@linaro.org wrote: > From: Fu Wei > > This patch simplify arch_counter_get_cntvct_mem function by > using readq to get 64-bit CNTVCT value instead of readl_relaxed. > > Signed-off-by: Fu Wei > --- > drivers/clocksource/arm_arch_timer.c | 10

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-24 Thread kbuild test robot
Hi, [auto build test ERROR on stable/master] [cannot apply to tip/timers/core pm/linux-next next-20160724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-24 Thread kbuild test robot
Hi, [auto build test ERROR on stable/master] [cannot apply to tip/timers/core pm/linux-next next-20160724] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-19 Thread fu . wei
From: Fu Wei This patch simplify arch_counter_get_cntvct_mem function by using readq to get 64-bit CNTVCT value instead of readl_relaxed. Signed-off-by: Fu Wei --- drivers/clocksource/arm_arch_timer.c | 10 +- 1 file changed, 1 insertion(+), 9

[PATCH v8 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT

2016-07-19 Thread fu . wei
From: Fu Wei This patch simplify arch_counter_get_cntvct_mem function by using readq to get 64-bit CNTVCT value instead of readl_relaxed. Signed-off-by: Fu Wei --- drivers/clocksource/arm_arch_timer.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git