linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: Kevin Hilman <khilman@mvista.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Generic IRQ: Add unlocked version of set_irq_handler()
Date: Wed, 12 Dec 2007 16:14:37 +0100 (CET)	[thread overview]
Message-ID: <alpine.LFD.0.99999.0712121614001.3257@localhost.localdomain> (raw)
In-Reply-To: <20071212102437.GI24246@elte.hu>

On Wed, 12 Dec 2007, Ingo Molnar wrote:

> 
> * Kevin Hilman <khilman@mvista.com> wrote:
> 
> > Add unlocked version for use by irq_chip.set_type handlers which may 
> > wish to change handler to level or edge handler when IRQ type is 
> > changed.
> > 
> > The normal set_irq_handler() call cannot be used because it tries to 
> > take irq_desc.lock which is already held when the irq_chip.set_type 
> > hook is called.
> 
> looks fine to me. Thomas?

Acked-by: Thomas Gleixner <tglx@linutronix.de>

      reply	other threads:[~2007-12-12 15:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-11 22:54 [PATCH] Generic IRQ: Add unlocked version of set_irq_handler() Kevin Hilman
2007-12-12 10:24 ` Ingo Molnar
2007-12-12 15:14   ` Thomas Gleixner [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=alpine.LFD.0.99999.0712121614001.3257@localhost.localdomain \
    --to=tglx@linutronix.de \
    --cc=khilman@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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;
as well as URLs for NNTP newsgroup(s).