aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman10-51/+208
2021-02-05xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus1-1/+2
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman1-11/+20
2021-02-03usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár4-1/+68
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun1-1/+3
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König1-3/+1
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun2-29/+36
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman1-16/+52
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman1-3/+7
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman2-196/+0
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman1-7/+145
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman1-0/+13
2021-01-29xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman1-2/+60
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman3-179/+101
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman1-41/+43
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman1-55/+53
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman2-27/+30
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman1-7/+5
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman1-46/+46
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman1-6/+25
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman1-3/+2
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman1-5/+32
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2-16/+13
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar1-1/+6
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman1-0/+7
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman3-22/+2
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman1-24/+22
2021-01-29xhci: check virt_dev is valid before dereferencing itMathias Nyman1-3/+9
2021-01-29xhci: add xhci_get_virt_ep() helperMathias Nyman2-25/+52
2021-01-29xhci: remove unused event parameter from completion handlersMathias Nyman1-8/+6
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman3-21/+17
2021-01-29xhci: get isochronous ring directly from endpoint structureMathias Nyman1-11/+6
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman3-20/+12
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang5-39/+111
2021-01-25Merge v5.11-rc5 into usb-nextGreg Kroah-Hartman4-0/+24
2021-01-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo1-0/+7
2021-01-15xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman1-0/+2
2021-01-13usb: host: ehci-tegra: Remove the driverDmitry Osipenko3-608/+7
2021-01-12USB: ehci: fix an interrupt calltrace errorLongfang Liu1-0/+3
2021-01-12ehci: fix EHCI host controller initialization sequenceEugene Korenevsky1-0/+12
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik1-12/+12
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-6/+2
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+9
2020-12-10usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko1-11/+9
2020-12-09usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong1-1/+3
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang1-1/+1
2020-12-09USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix1-3/+3
2020-12-09usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong1-0/+1