summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-0810-51/+208
|\
| * xhci: fix bounce buffer usage for non-sg list caseMathias Nyman2021-02-031-11/+20
| * usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár2021-02-034-1/+68
| * usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun2021-02-021-1/+3
| * usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun2021-02-012-29/+36
| * usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang2021-01-265-39/+111
* | xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus2021-02-051-1/+2
* | xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman2021-01-291-16/+52
* | xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman2021-01-291-3/+7
* | xhci: remove obsolete dequeue pointer moving codeMathias Nyman2021-01-292-196/+0
* | xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman2021-01-291-7/+145
* | xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman2021-01-291-0/+13
* | xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman2021-01-291-2/+60
* | xhci: split handling halted endpoints into two stepsMathias Nyman2021-01-293-179/+101
* | xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman2021-01-291-41/+43
* | xhci: turn cancelled td cleanup to its own functionMathias Nyman2021-01-291-55/+53
* | xhci: store TD status in the td struct instead of passing it alongMathias Nyman2021-01-292-27/+30
* | xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman2021-01-291-7/+5
* | xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman2021-01-291-46/+46
* | xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman2021-01-291-6/+25
* | xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman2021-01-291-3/+2
* | xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman2021-01-291-5/+32
* | xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2021-01-292-16/+13
* | xhci: remove extra loop in interrupt contextMathias Nyman2021-01-292-7/+16
* | xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar2021-01-291-1/+6
* | xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman2021-01-291-0/+7
* | xhci: remove xhci_stream_id_to_ring() helperMathias Nyman2021-01-293-22/+2
* | xhci: add xhci_virt_ep_to_ring() helperMathias Nyman2021-01-291-24/+22
* | xhci: check virt_dev is valid before dereferencing itMathias Nyman2021-01-291-3/+9
* | xhci: add xhci_get_virt_ep() helperMathias Nyman2021-01-292-25/+52
* | xhci: remove unused event parameter from completion handlersMathias Nyman2021-01-291-8/+6
* | xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman2021-01-293-21/+17
* | xhci: get isochronous ring directly from endpoint structureMathias Nyman2021-01-291-11/+6
* | xhci: Avoid parsing transfer events several timesMathias Nyman2021-01-293-20/+12
* | Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman2021-01-254-0/+24
|\ \ | |/
| * xhci: tegra: Delay for disabling LFPS detectorJC Kuo2021-01-151-0/+7
| * xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman2021-01-151-0/+2
| * USB: ehci: fix an interrupt calltrace errorLongfang Liu2021-01-121-0/+3
| * ehci: fix EHCI host controller initialization sequenceEugene Korenevsky2021-01-121-0/+12
* | usb: host: ehci-tegra: Remove the driverDmitry Osipenko2021-01-133-608/+7
|/
* USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik2020-12-281-12/+12
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-6/+2
|\
| * powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-042-6/+2
* | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-11/+9
|\ \
| * | usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-11/+9
| |/
* | usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong2020-12-091-1/+3
* | usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang2020-12-091-1/+1
* | USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix2020-12-091-3/+3
* | usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong2020-12-091-0/+1
* | xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun2020-12-091-0/+4