public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Kevin Hilman <khilman@mvista.com>
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: Sat, 29 Apr 2006 12:08:28 +0200	[thread overview]
Message-ID: <1146305308.1322.657.camel@localhost.localdomain> (raw)
In-Reply-To: <4452A282.4050909@mvista.com>

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.

Thanks,

	tglx

> Index: linux-omap-2.6/include/linux/irq.h
> ===================================================================
> --- linux-omap-2.6.orig/include/linux/irq.h
> +++ linux-omap-2.6/include/linux/irq.h
> @@ -39,8 +39,8 @@
>    * IRQ types, see also include/linux/interrupt.h
>    */
>   #define IRQ_TYPE_NONE		0x0000		/* Default, unspecified type */
> -#define IRQ_TYPE_EDGE_FALLING	0x0001		/* Edge falling type */
> -#define IRQ_TYPE_EDGE_RISING	0x0002		/* Edge rising type */
> +#define IRQ_TYPE_EDGE_RISING	0x0001		/* Edge rising type */
> +#define IRQ_TYPE_EDGE_FALLING	0x0002		/* Edge falling type */
>   #define IRQ_TYPE_EDGE_BOTH (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)
>   #define IRQ_TYPE_LEVEL_HIGH	0x0004		/* Level high type */
>   #define IRQ_TYPE_LEVEL_LOW	0x0008		/* Level low type */
> 


-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php

  reply	other threads:[~2006-04-29 10:08 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 [this message]
2006-05-02 11:59           ` Tony Lindgren
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=1146305308.1322.657.camel@localhost.localdomain \
    --to=tglx@linutronix.de \
    --cc=khilman@mvista.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox