RE: [PATCH] clocksource: vf_pit_timer: fix pit_read_sched_clock

2014-04-15 Thread li.xi...@freescale.com
> > > > thanks for the patch but this has already been fixed [1] and is available in > > the timers/urgent branch. > > It's in Linus tree already and tagged for stable. > Yes, I have found it, I was developing this in the old tree... :) Thanks, BRs Xiubo -- To unsubscribe from this list: send

RE: [PATCH] clocksource: vf_pit_timer: fix pit_read_sched_clock

2014-04-15 Thread li.xi...@freescale.com
> > diff --git a/drivers/clocksource/vf_pit_timer.c > b/drivers/clocksource/vf_pit_timer.c > > index 02821b0..a918bc4 100644 > > --- a/drivers/clocksource/vf_pit_timer.c > > +++ b/drivers/clocksource/vf_pit_timer.c > > @@ -54,7 +54,7 @@ static inline void pit_irq_acknowledge(void) > > > > static

Re: [PATCH] clocksource: vf_pit_timer: fix pit_read_sched_clock

2014-04-15 Thread Thomas Gleixner
On Tue, 15 Apr 2014, Daniel Lezcano wrote: > On 04/15/2014 12:48 PM, Xiubo Li wrote: > > The pit_read_sched_clock mean to getting the current counter value, > > and the vf pit timer is a down count timer, this should return > > the counter value or the cycles elapsed. > > > > Signed-off-by: Xiubo

Re: [PATCH] clocksource: vf_pit_timer: fix pit_read_sched_clock

2014-04-15 Thread Daniel Lezcano
On 04/15/2014 12:48 PM, Xiubo Li wrote: The pit_read_sched_clock mean to getting the current counter value, and the vf pit timer is a down count timer, this should return the counter value or the cycles elapsed. Signed-off-by: Xiubo Li --- drivers/clocksource/vf_pit_timer.c | 2 +- 1 file ch