All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: "Pandita, Vikram" <vikram.pandita@ti.com>
Cc: Steve Sakoman <sakoman@gmail.com>,
	"linux-omap@vger.kernel.org List" <linux-omap@vger.kernel.org>
Subject: Re: Git tree updated to v2.6.27, some issues remain
Date: Fri, 10 Oct 2008 15:54:33 -0700	[thread overview]
Message-ID: <200810101554.34176.david-b@pacbell.net> (raw)
In-Reply-To: <FCCFB4CDC6E5564B9182F639FC3560870239624A47@dbde02.ent.ti.com>

On Friday 10 October 2008, Pandita, Vikram wrote:
> --- a/arch/arm/mach-omap2/irq.c
> +++ b/arch/arm/mach-omap2/irq.c
> @@ -159,7 +159,7 @@ void __init omap_init_irq(void)
>         printk(KERN_INFO "Total of %ld interrupts on %d active controller%s\n",
>                nr_irqs, nr_banks, nr_banks > 1 ? "s" : "");
>  
> -       for (i = 0; i < nr_irqs; i++) {
> +       for (i = 0; i < NR_IRQS; /*nr_irqs;*/ i++) {
>                 set_irq_chip(i, &omap_irq_chip);
>                 set_irq_handler(i, handle_level_irq);
>                 set_irq_flags(i, IRQF_VALID);
> 

This could explain a problem appearing on every OMAP3 board.
But not one appearing only on Overo ... especially when the
same binary works on Beagle.

However, that's also very incorrect.  Most of those NR_IRQS
interrupts are managed by some chip other than the toplevel
OMAP IRQ controller(s)...

- Dave

--
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

  reply	other threads:[~2008-10-10 22:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10 12:04 Git tree updated to v2.6.27, some issues remain Tony Lindgren
2008-10-10 15:43 ` David Brownell
2008-10-10 15:57   ` Steve Sakoman
2008-10-10 20:49     ` Pandita, Vikram
2008-10-10 22:15       ` Pandita, Vikram
2008-10-10 22:28         ` Pandita, Vikram
2008-10-10 22:54           ` David Brownell [this message]
2008-10-10 22:57             ` Pandita, Vikram
2008-10-11  0:32               ` David Brownell
2008-10-11  1:17                 ` Pandita, Vikram
2008-10-11  1:26                   ` David Brownell
2008-10-10 22:29         ` Nathan Monson
2008-10-10 22:34           ` Pandita, Vikram
2008-10-16 19:43 ` David Brownell
2008-10-16 20:00   ` Koen Kooi
2008-10-16 20:46     ` David Brownell
2008-10-17  9:54       ` Felipe Balbi
2008-10-16 21:42   ` Nathan Monson
2008-10-16 22:07     ` David Brownell
2008-10-17  0:19   ` Tony Lindgren

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=200810101554.34176.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=linux-omap@vger.kernel.org \
    --cc=sakoman@gmail.com \
    --cc=vikram.pandita@ti.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.