summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar1-2/+4
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8
2024-11-01XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li3-259/+264
2024-11-01xhci: dbc: honor usb transfer size boundaries.Mathias Nyman2-5/+51
2024-11-01xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)2-9/+9
2024-11-01xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)1-14/+1
2024-10-22xhci: Mitigate failed set dequeue pointer commandsMathias Nyman1-1/+1
2024-10-22xhci: Fix incorrect stream context type macroMathias Nyman1-1/+1
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-17usb: xhci: fix loss of data on Cadence xHCPawel Laszczak3-0/+22
2024-10-17xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung2-1/+6
2024-10-17xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2-3/+3
2024-10-17xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman5-120/+196
2024-10-17xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman1-160/+0
2024-10-17xhci: fix event ring segment table related masks and variables in headerMathias Nyman2-3/+6
2024-10-17xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman1-3/+5
2024-08-29xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-07-18xhci: always resume roothubs if xHC was reset during resumeMathias Nyman1-3/+13
2024-07-15Revert "usb: xhci: prevent potential failure in handle_tx_event() for Transfe...Greg Kroah-Hartman1-3/+2
2024-07-11usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin1-2/+3
2024-06-21xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang1-1/+3
2024-06-21xhci: Handle TD clearing for multiple streams caseHector Martin2-11/+44
2024-06-21xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang1-0/+5
2024-06-21xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman1-3/+2
2024-05-17usb: xhci-plat: Don't include xhci.hThinh Nguyen1-1/+3
2024-05-17usb: ohci: Prevent missed ohci interruptsGuenter Roeck1-0/+8
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar4-14/+31
2024-04-27usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chip...Christophe JAILLET1-3/+1
2024-04-13usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2024-04-03usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2-14/+61
2024-02-16usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-0/+3
2024-01-25usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun2-2/+40
2024-01-05usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2023-12-13Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman1-2/+0
2023-12-08USB: xhci-plat: fix legacy PHY double initJohan Hovold1-11/+18
2023-11-28xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar1-1/+3
2023-11-20usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov1-4/+19
2023-11-20xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar1-0/+2
2023-10-19usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-09-23usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang3-3/+25
2023-08-03Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2-27/+2
2023-08-03Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-08-03usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda1-0/+1
2023-08-03usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-07-23xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang3-7/+27
2023-07-23xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang3-3/+13
2023-07-23xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-05-24xhci: Fix incorrect tracking of free space on transfer ringsMathias Nyman1-1/+28