[RFC PATCH 08/12] ARM: msm: use remapped PPI interrupts for local timer
Stephen Boyd
sboyd at codeaurora.org
Tue May 3 13:38:32 EDT 2011
On 05/03/2011 09:15 AM, Marc Zyngier wrote:
>
> Thanks for having a look at all of this. I think the lack of an MSM
> platform shows here... Can I fold your patches into mine?
Sure, just leave out this hunk:
- if (!local_clock_event) {
- writel(0, clock->regbase + TIMER_ENABLE);
- writel(0, clock->regbase + TIMER_CLEAR);
- writel(~0, clock->regbase + TIMER_MATCH_VAL);
- }
and add a bool or something to make sure these lines don't get executed
more than once. Hopefully you get the idea.
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
More information about the linux-arm-kernel
mailing list