All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] mips irq cleanups
Date: Thu, 2 Nov 2006 13:44:36 +0000	[thread overview]
Message-ID: <20061102134436.GD16883@linux-mips.org> (raw)
In-Reply-To: <20061102.115153.25475422.nemoto@toshiba-tops.co.jp>

On Thu, Nov 02, 2006 at 11:51:53AM +0900, Atsushi Nemoto wrote:

> 1. replace set_irq_chip() with set_irq_chip_and_handler(..., handle_level_irq)
> 2. use generic_handle_irq() instead of __do_IRQ()

Another beneft of the new generic interrupt code will be for weird
multiplex devices like IOC3 which basically want to be treated as if they
have an interrupt controller on the PCI card itself.  The latest code now
enables the IOC3 metadriver to support that in a portable way.  The only
thing that's still missing is a portable way to allocate an interrupt
number.

> I'm still not sure for per-cpu type irq chips and egdg type irq chips,
> especially i8259.  The i8259 seems not suitable for handle_edge_irq or
> handle_level_irq yet.  The irq handling on SMP seems another maze ...

One step after another.

  Ralf

  reply	other threads:[~2006-11-02 13:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-01 17:08 [PATCH] mips irq cleanups Atsushi Nemoto
2006-11-01 18:47 ` Ralf Baechle
2006-11-02  2:51   ` Atsushi Nemoto
2006-11-02 13:44     ` Ralf Baechle [this message]
2006-11-02  8:38   ` Yoichi Yuasa
2006-11-02 13:39     ` Atsushi Nemoto
2006-11-02 11:39 ` Maciej W. Rozycki
2006-11-02 13:38   ` Atsushi Nemoto
2006-11-11 16:04 ` Atsushi Nemoto
2006-11-14 19:50   ` Ralf Baechle

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=20061102134436.GD16883@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=anemo@mba.ocn.ne.jp \
    --cc=linux-mips@linux-mips.org \
    /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.