Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-29 Thread Sonny Rao
On Fri, Sep 26, 2014 at 2:47 AM, Mark Rutland wrote: > Hi Sonny, > > Apologies for the delay in replying, I'd hoped to cover this at Connect, > but we didn't seem to get the time, and since I've been back in the UK > it slipped my mind. Hi Mark, no problem, thanks for following up. > > On Thu,

Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-29 Thread Sonny Rao
On Fri, Sep 26, 2014 at 2:47 AM, Mark Rutland mark.rutl...@arm.com wrote: Hi Sonny, Apologies for the delay in replying, I'd hoped to cover this at Connect, but we didn't seem to get the time, and since I've been back in the UK it slipped my mind. Hi Mark, no problem, thanks for following

Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-26 Thread Mark Rutland
Hi Sonny, Apologies for the delay in replying, I'd hoped to cover this at Connect, but we didn't seem to get the time, and since I've been back in the UK it slipped my mind. On Thu, Sep 11, 2014 at 11:18:15PM +0100, Sonny Rao wrote: > This is a bug fix for using physical arch timers when > the

Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-26 Thread Daniel Lezcano
Hi Sonny, is this patch supposed to go through my tree or ARM's tree ? Thanks -- Daniel On 09/12/2014 12:18 AM, Sonny Rao wrote: > This is a bug fix for using physical arch timers when the arch_timer_use_virtual boolean is false. It restores the arch_counter_get_cntpct() function after

Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-26 Thread Daniel Lezcano
Hi Sonny, is this patch supposed to go through my tree or ARM's tree ? Thanks -- Daniel On 09/12/2014 12:18 AM, Sonny Rao wrote: This is a bug fix for using physical arch timers when the arch_timer_use_virtual boolean is false. It restores the arch_counter_get_cntpct() function after

Re: [PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-26 Thread Mark Rutland
Hi Sonny, Apologies for the delay in replying, I'd hoped to cover this at Connect, but we didn't seem to get the time, and since I've been back in the UK it slipped my mind. On Thu, Sep 11, 2014 at 11:18:15PM +0100, Sonny Rao wrote: This is a bug fix for using physical arch timers when the

[PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-11 Thread Sonny Rao
This is a bug fix for using physical arch timers when the arch_timer_use_virtual boolean is false. It restores the arch_counter_get_cntpct() function after removal in 0d651e4e "clocksource: arch_timer: use virtual counters" and completes the implementation of memory mapped access for physical

[PATCH v2] clocksource: arch_timer: Fix code to use physical timers when requested

2014-09-11 Thread Sonny Rao
This is a bug fix for using physical arch timers when the arch_timer_use_virtual boolean is false. It restores the arch_counter_get_cntpct() function after removal in 0d651e4e clocksource: arch_timer: use virtual counters and completes the implementation of memory mapped access for physical