From: tglx@linutronix.de (Thomas Gleixner)
To: linux-arm-kernel@lists.infradead.org
Subject: Legacy PCI interrupt support in PCIe host driver
Date: Thu, 16 Mar 2017 18:47:33 +0100 (CET) [thread overview]
Message-ID: <alpine.DEB.2.20.1703161843420.3586@nanos> (raw)
In-Reply-To: <8443b350-6aa6-75f8-af48-892c722fc2d9@free.fr>
On Thu, 16 Mar 2017, Mason wrote:
> About shared ISRs. Are they supposed to return IRQ_HANDLED
> if and only if they handled something?
Every interrupt handler is supposed to return IRQ_NONE if it did not handle
it. That does not depend on shared or not. The handler does not know if
it's on a shared interrupt line or not. IRQF_SHARED only tells, that the
handler is capable of sharing the interrupt line with another device.
> Will that stop the next ISR from being called?
No.
> I guess if two interrupts fire at the same time, we'll just take two
> separate exceptions?
Wrong guess. That might work with level interupts, but with other types
nothing will raise another exception. Sharing interrupts on edge types is a
stupid idea, but hardware folks insist on implementing stupid ideas.
Thanks,
tglx
next prev parent reply other threads:[~2017-03-16 17:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-16 15:40 Legacy PCI interrupt support in PCIe host driver Mason
2017-03-16 17:33 ` Mason
2017-03-16 17:47 ` Thomas Gleixner [this message]
2017-03-16 19:13 ` Mason
2017-03-16 19:36 ` Thomas Gleixner
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.DEB.2.20.1703161843420.3586@nanos \
--to=tglx@linutronix.de \
--cc=linux-arm-kernel@lists.infradead.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