Re: [PATCH] ARM: MSM: Implement read_current_timer for msm timers

2012-08-27 Thread Will Deacon
On Mon, Aug 27, 2012 at 10:18:39PM +0100, Stephen Boyd wrote: > Setup the same timer used as the clocksource to be used as the > read_current_timer implementation. This allows us to support a > stable udelay implementation on MSMs where it's possible for the > CPUs to scale speeds independently of

[PATCH] ARM: MSM: Implement read_current_timer for msm timers

2012-08-27 Thread Stephen Boyd
Setup the same timer used as the clocksource to be used as the read_current_timer implementation. This allows us to support a stable udelay implementation on MSMs where it's possible for the CPUs to scale speeds independently of one another. Signed-off-by: Stephen Boyd --- I have some patches to