From: Grant Likely <grant.likely@secretlab.ca>
To: Tabi Timur-B04825 <B04825@freescale.com>
Cc: "linuxppc-dev@ozlabs.org" <linuxppc-dev@ozlabs.org>,
Felix Radensky <felix@embedded-sol.com>
Subject: Re: Handling multiple GPIO controllers in 8xxx GPIO driver
Date: Thu, 29 Sep 2011 12:27:37 -0500 [thread overview]
Message-ID: <20110929172737.GF6800@ponder.secretlab.ca> (raw)
In-Reply-To: <CAOZdJXW7uSSMO2KP7gW9UVQXNvBiYJoDRWsJWtPGXgWY-PXvCQ@mail.gmail.com>
On Wed, Sep 28, 2011 at 08:52:30PM +0000, Tabi Timur-B04825 wrote:
> On Tue, Sep 27, 2011 at 1:29 PM, Grant Likely <grant.likely@secretlab.ca> wrote:
>
> > The solution is to make the gpio driver register as a regular
> > interrupt handler, and not as a chained handler.
>
> I was wondering about that.
>
> What exactly is a chained handler? How is it different from a regular handler?
A chained handler has an expedited path through the interrupt code for
handling it (basically, it skips handling it at the parent controller
and passes through to the child, but it cannot handle multiple chained
children on a single irq input.
g.
next prev parent reply other threads:[~2011-09-29 20:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-27 13:59 Handling multiple GPIO controllers in 8xxx GPIO driver Felix Radensky
2011-09-27 18:29 ` Grant Likely
2011-09-27 22:07 ` Felix Radensky
2011-09-28 20:52 ` Tabi Timur-B04825
2011-09-29 17:27 ` Grant Likely [this message]
2011-09-29 20:22 ` Tabi Timur-B04825
2011-09-29 21:36 ` Grant Likely
2011-09-29 20:44 ` Felix Radensky
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=20110929172737.GF6800@ponder.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=B04825@freescale.com \
--cc=felix@embedded-sol.com \
--cc=linuxppc-dev@ozlabs.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 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).