From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ
Date: Fri, 8 Aug 2008 12:06:24 +0300 [thread overview]
Message-ID: <20080808090624.GO24923@atomide.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0808080256150.21853@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [080808 11:57]:
>
> GPTIMER12 IRQ is at IRQ 95 on OMAP3, unlike OMAP2. (ref: OMAP34xx
> Multimedia High Security (HS) Device Silicon Revision 3.0 Security
> Addendum Rev. B, SWPU119B)
That probably explains why it did not work earlier :) Pushing today.
Tony
>
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> ---
>
> arch/arm/plat-omap/dmtimer.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c
> index f22506a..fcc1a02 100644
> --- a/arch/arm/plat-omap/dmtimer.c
> +++ b/arch/arm/plat-omap/dmtimer.c
> @@ -237,7 +237,7 @@ static struct omap_dm_timer omap3_dm_timers[] = {
> { .phys_base = 0x49040000, .irq = INT_24XX_GPTIMER9 },
> { .phys_base = 0x48086000, .irq = INT_24XX_GPTIMER10 },
> { .phys_base = 0x48088000, .irq = INT_24XX_GPTIMER11 },
> - { .phys_base = 0x48304000, .irq = INT_24XX_GPTIMER12 },
> + { .phys_base = 0x48304000, .irq = INT_34XX_GPT12_IRQ },
> };
>
> static const char *omap3_dm_source_names[] __initdata = {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-08-08 9:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 8:57 [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ Paul Walmsley
2008-08-08 9:06 ` Tony Lindgren [this message]
2008-08-10 17:05 ` Paul Walmsley
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=20080808090624.GO24923@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox