linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: yunhua li <yunhual@gmail.com>
Cc: linux-usb@vger.kernel.org
Subject: Re: Per USB device interrupt handler for xhci
Date: Sat, 6 Jul 2019 06:46:27 +0200	[thread overview]
Message-ID: <20190706044627.GA21685@kroah.com> (raw)
In-Reply-To: <CAMqbrUg3bz=i8nh4W2-NWOsnQdqcaB3nvZnMJQ1sGXuD0ogk7Q@mail.gmail.com>

On Fri, Jul 05, 2019 at 07:50:28PM -0700, yunhua li wrote:
> Hi  all
> 
> xhci_msi_irq is the interrupt handler for xhci, the controller it self
> is a PCI device, on my system it is a Intel chip. I have multiple USB
> device connect to this USB host controller,  xhci_msi_irq is interrupt
> handler for the PCI device(USB Host controller).
> Is it possible to have multiple IRQ, and different IRQ for different
> USB device?

Nope.  That is not how USB works.  Please read the xhci spec if you are
curious as to why.

greg k-h

  reply	other threads:[~2019-07-06  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06  2:50 Per USB device interrupt handler for xhci yunhua li
2019-07-06  4:46 ` Greg KH [this message]
2019-07-08 19:58   ` yunhua li

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=20190706044627.GA21685@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=yunhual@gmail.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 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).