From: davidb@codeaurora.org (David Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 13/20] ARM: msm: dynamically register local timer setup function
Date: Wed, 02 Mar 2011 12:32:38 -0800 [thread overview]
Message-ID: <8ya39n5ntzt.fsf@huya.qualcomm.com> (raw)
In-Reply-To: <1299084806-16546-14-git-send-email-marc.zyngier@arm.com> (Marc Zyngier's message of "Wed, 2 Mar 2011 16:53:19 +0000")
On Wed, Mar 02 2011, Marc Zyngier wrote:
> ---
> arch/arm/mach-msm/timer.c | 22 +++++++++++++++++++---
> 1 files changed, 19 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-msm/timer.c b/arch/arm/mach-msm/timer.c
> index 56f920c..e029363 100644
> --- a/arch/arm/mach-msm/timer.c
> +++ b/arch/arm/mach-msm/timer.c
> @@ -228,6 +243,8 @@ static void __init msm_timer_init(void)
> writel(DGT_CLK_CTL_DIV_4, MSM_TMR_BASE + DGT_CLK_CTL);
> #endif
>
> + percpu_timer_register(msm_timer_ops_ptr);
> +
> for (i = 0; i < ARRAY_SIZE(msm_clocks); i++) {
> struct msm_clock *clock = &msm_clocks[i];
> struct clock_event_device *ce = &clock->clockevent;
I'm having difficulty figuring out what tree/branch these patches are
based off of, so I haven't been able to test this, yet. But, so far,
the MSM changes look coherent.
If you can give me a ref for your source tree, I can try to do some
testing of these changes to make sure nothing is broken by it.
Thanks,
David
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2011-03-02 20:32 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 16:53 [RFC PATCH 00/20] A15 architected timer support Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 01/20] ARM: architected timers: move local timer support to percpu_timer.c Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 02/20] ARM: omap2: remove stubbed twd_timer_setup call Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 03/20] ARM: exynos4: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 04/20] ARM: shmobile: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 05/20] ARM: tegra: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 06/20] ARM: ux500: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 07/20] ARM: versatile: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 08/20] ARM: remove unused twd_timer_setup stub Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 09/20] ARM: architected timers: add A15 architected timers Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 10/20] ARM: Platform dependent sched_clock() override Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 11/20] ARM: architected timers: Add A15 specific sched_clock implementation Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 12/20] ARM: versatile/vexpress: rework timer support Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 13/20] ARM: msm: dynamically register local timer setup function Marc Zyngier
2011-03-02 20:32 ` David Brown [this message]
2011-03-03 9:17 ` Marc Zyngier
2011-03-03 22:56 ` David Brown
2011-03-04 11:09 ` Marc Zyngier
2011-03-04 17:03 ` David Brown
2011-03-04 17:05 ` Marc Zyngier
2011-03-04 17:11 ` David Brown
2011-03-04 17:13 ` Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 14/20] ARM: omap4: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 15/20] ARM: exynos4: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 16/20] ARM: shmobile: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 17/20] ARM: tegra: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 18/20] ARM: ux500: " Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 19/20] ARM: simplify percpu_timer_setup Marc Zyngier
2011-03-02 16:53 ` [RFC PATCH 20/20] ARM: simplify percpu_timer_ack Marc Zyngier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8ya39n5ntzt.fsf@huya.qualcomm.com \
--to=davidb@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.