summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2024-12-05usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio
2024-12-05usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio
2024-12-05usb: xhci: Limit Stop Endpoint retriesMichal Pecio
2024-12-05xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang
2024-12-05xhci: Don't perform Soft Retry for Etron xHCI hostKuangyi Chiang
2024-12-05xhci: Combine two if statements for Etron xHCI hostKuangyi Chiang
2024-12-05xhci: Fix control transfer error on Etron xHCI hostKuangyi Chiang
2024-12-05usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan
2024-11-01xhci: dbc: honor usb transfer size boundaries.Mathias Nyman
2024-11-01xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)
2024-11-01xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)
2024-10-22xhci: Mitigate failed set dequeue pointer commandsMathias Nyman
2024-10-22xhci: Fix incorrect stream context type macroMathias Nyman
2024-10-22xhci: tegra: fix checked USB2 port numberHenry Lin
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero
2024-10-17usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirkFrank Li
2024-10-17xhci: dbc: Fix STALL transfer event handlingMathias Nyman
2024-10-04xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman
2024-10-04usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI hostWangYuli
2024-10-04usb: xhci: fix loss of data on Cadence xHCPawel Laszczak
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman
2024-06-27xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGLReka Norman
2024-06-27usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()Niklas Neronin
2024-06-27usb: xhci: move process TD code out of the while loopNiklas Neronin
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin
2024-06-27usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stoppedNiklas Neronin
2024-06-27xhci: rework xhci internal endpoint halt state detection.Mathias Nyman
2024-06-27usb: xhci: remove obsolete sanity check debug messagesNiklas Neronin
2024-06-27usb: xhci: improve error message for targetless transfer eventNiklas Neronin
2024-06-27usb: xhci: move untargeted transfer event handling to a separate functionNiklas Neronin
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-27usb: xhci: remove unused argument from handle_port_status()Niklas Neronin
2024-06-27usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()Niklas Neronin
2024-06-27usb: xhci: remove unused 'xhci' argumentNiklas Neronin
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin
2024-06-27xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat
2024-06-27xhci: Set correct transferred length for cancelled isoc transfersMathias Nyman
2024-06-27xhci: show usb device name in xhci urb tracingMathias Nyman
2024-06-27xhci: Remove dead code in xhci_move_dequeue_past_td()Hector Martin
2024-06-20usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LODaehwan Jung
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung