summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-07-20xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman
2021-07-14xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)
2021-07-14usb: renesas-xhci: Fix handling of unknown ROM stateMoritz Fischer
2021-06-16usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD RenoirMario Limonciello
2021-06-03xhci: Fix 5.12 regression of missing xHC cache clearing command after a StallMathias Nyman
2021-06-03xhci: fix giving back URB with incorrect status regression in 5.12Mathias Nyman
2021-05-22usb: sl811-hcd: improve misleading indentationArnd Bergmann
2021-05-19xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh
2021-05-19xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-19xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman
2021-05-19xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao
2021-05-19usb: xhci: Increase timeout for HC haltMaximilian Luz
2021-05-19usb: fotg210-hcd: Fix an error messageChristophe JAILLET
2021-05-14usb: host: ehci-tegra: Select USB_GADGET Kconfig optionDmitry Osipenko
2021-05-14usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun
2021-05-14usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun
2021-05-12xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman
2021-05-12xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-05-12xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-05-12xhci: check port array allocation was successful before dereferencing itMathias Nyman
2021-05-12usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun
2021-05-12usb: xhci: Fix port minor revisionThinh Nguyen
2021-03-26usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-02-05xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-02-03usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman
2021-01-29xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman