From: Tony Lindgren <tony@atomide.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-omap-open-source@linux.omap.com,
LAK <linux-arm-kernel@lists.arm.linux.org.uk>
Subject: Re: [PATCH 00/32] Convert ARM to generic irq subsystem
Date: Tue, 2 May 2006 04:59:15 -0700 [thread overview]
Message-ID: <20060502115914.GF24728@atomide.com> (raw)
In-Reply-To: <1146305308.1322.657.camel@localhost.localdomain>
* Thomas Gleixner <tglx@linutronix.de> [060429 03:08]:
> On Fri, 2006-04-28 at 16:17 -0700, Kevin Hilman wrote:
> > ok, I tried with -rc3 and I still dont see any GPIO interrupts.
> >
> > After looking closer at the IRQ_TYPE_* flags, I noticed that they didn't match
> > the SA_TRIGGER_* flags for _FALLING or _RISING. The following patch swaps the
> > two and make OMAP happy. It's now booting, and things seem sane. Will do some
> > more intensive testing
> >
> > Kevin
>
> Sigh. I knew I'd screw that one up.
>
> Applied and released -rc3-armirq2.
Patches seem to work for me too on various omap boards. Also dyntick
works.
Should this part in kernel/irq/handle.c be CONFIG_ARM for now?
@@ -84,6 +229,15 @@ fastcall int handle_IRQ_event(unsigned i
if (!(action->flags & SA_INTERRUPT))
local_irq_enable();
+#if defined(CONFIG_NO_IDLE_HZ)
+ if (!(action->flags & SA_TIMER) && system_timer->dyn_tick !=
NULL) {
+ write_seqlock(&xtime_lock);
+ if (system_timer->dyn_tick->state & DYN_TICK_ENABLED)
+ system_timer->dyn_tick->handler(irq, 0, regs);
+ write_sequnlock(&xtime_lock);
+ }
+#endif
+
do {
ret = action->handler(irq, action->dev_id, regs);
if (ret == IRQ_HANDLED)
Regards,
Tony
next prev parent reply other threads:[~2006-05-02 11:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060407095850.690110000@localhost.localdomain>
[not found] ` <20060426230543.GA28908@flint.arm.linux.org.uk>
2006-04-28 22:07 ` [PATCH 00/32] Convert ARM to generic irq subsystem Kevin Hilman
2006-04-28 22:38 ` Thomas Gleixner
2006-04-28 23:17 ` Kevin Hilman
2006-04-29 10:08 ` Thomas Gleixner
2006-05-02 11:59 ` Tony Lindgren [this message]
2006-05-02 12:33 ` Thomas Gleixner
2006-05-02 18:18 ` Adam Brooks
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=20060502115914.GF24728@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-omap-open-source@linux.omap.com \
--cc=tglx@linutronix.de \
/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