Message ID | 20241017130508.1293021-1-niklas.neronin@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | usb: xhci: various xhci cleanups and improvements | expand |
On 17.10.2024 16.05, Niklas Neronin wrote: > Here's a handful cleanups and improvements for the xHCI driver. > > Niklas Neronin (8): > usb: xhci: simplify TDs start and end naming scheme in struct > 'xhci_td' Fixed commit message issue tha Michal pointed out > usb: xhci: move link TRB quirk to xhci_gen_setup() > usb: xhci: request MSI/-X according to requested amount > usb: xhci: improve xhci_clear_command_ring() > usb: xhci: remove unused arguments from td_to_noop() > usb: xhci: refactor xhci_td_cleanup() to return void > usb: xhci: add help function xhci_dequeue_td() > usb: xhci: remove irrelevant comment > > drivers/usb/host/xhci-mem.c | 5 -- > drivers/usb/host/xhci-pci.c | 11 +-- > drivers/usb/host/xhci-ring.c | 153 +++++++++++++++++------------------ > drivers/usb/host/xhci.c | 20 ++--- > drivers/usb/host/xhci.h | 6 +- > 5 files changed, 88 insertions(+), 107 deletions(-) > Series added, Fixed Patch [1/8] commit message issue that Michal pointed out Thanks Mathias