]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: xhci: add comments explaining specific interrupt behaviour
authorNiklas Neronin <niklas.neronin@linux.intel.com>
Thu, 5 Sep 2024 14:32:56 +0000 (17:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Sep 2024 14:39:22 +0000 (16:39 +0200)
commit77d871aeddc360ccd0b0d533e2e2e57eda3975f3
tree0e52f8fdbbae7d8c20ac7a503c0dd2fb7fd10b42
parent811cd6ed04b9f8658df3590cb51ec39ebf2fa8e7
usb: xhci: add comments explaining specific interrupt behaviour

HCD does not allocate or request interrupt for the xhci driver, but HCD
does free and sync xhci interrupts in some cases. Add comment detailing
in which cases HCD will free/sync xhci interrupts.

Signed-off-by: Niklas Neronin <niklas.neronin@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20240905143300.1959279-9-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c