From: Tony Lindgren <tony@atomide.com>
To: Kevin Hilman <khilman@mvista.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: GPIO IRQSTATUS2 workaround applies to 2430
Date: Tue, 9 Oct 2007 15:20:27 -0700 [thread overview]
Message-ID: <20071009222027.GF4151@atomide.com> (raw)
In-Reply-To: <20071004004816.190243397@mvista.com>
* Kevin Hilman <khilman@mvista.com> [071003 17:49]:
> The workaround to clear both sides of GPIO IRQ applies to 2430 as well
> as 2420. Use cpu_is_omap24xx() instead of cpu_is_omap2420()
>
> Signed-off-by: Kevin Hilman <khilman@mvista.com>
>
> ---
> arch/arm/plat-omap/gpio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: dev/arch/arm/plat-omap/gpio.c
> ===================================================================
> --- dev.orig/arch/arm/plat-omap/gpio.c
> +++ dev/arch/arm/plat-omap/gpio.c
> @@ -709,7 +709,7 @@ static void _clear_gpio_irqbank(struct g
>
> /* Workaround for clearing DSP GPIO interrupts to allow retention */
> #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX)
> - if (cpu_is_omap2420() || cpu_is_omap34xx())
> + if (cpu_is_omap24xx() || cpu_is_omap34xx())
> __raw_writel(gpio_mask, bank->base + OMAP24XX_GPIO_IRQSTATUS2);
> #endif
> }
Pushing today.
Tony
prev parent reply other threads:[~2007-10-09 22:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-04 0:48 [PATCH] ARM: OMAP: GPIO IRQSTATUS2 workaround applies to 2430 Kevin Hilman
2007-10-09 22:20 ` Tony Lindgren [this message]
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=20071009222027.GF4151@atomide.com \
--to=tony@atomide.com \
--cc=khilman@mvista.com \
--cc=linux-omap-open-source@linux.omap.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 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.