summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
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
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman
2021-01-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo
2021-01-15xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2021-01-13usb: host: ehci-tegra: Remove the driverDmitry Osipenko
2021-01-12USB: ehci: fix an interrupt calltrace errorLongfang Liu
2021-01-12ehci: fix EHCI host controller initialization sequenceEugene Korenevsky
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-10usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko
2020-12-09usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang
2020-12-09USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix
2020-12-09usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong
2020-12-09xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCIMika Westerberg
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LPHans de Goede
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar
2020-12-09usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman
2020-12-04usb: ohci-omap: Fix descriptor conversionLinus Walleij
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva