summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen-2/+235
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen-0/+9
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen-0/+2
2021-03-23USB: xhci: drop workaround for forced irq threadingJohan Hovold-3/+2
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti-1/+1
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti-5/+5
2021-03-23usb: sl811-hcd: improve misleading indentationArnd Bergmann-5/+4
2021-03-23USB: ehci: drop workaround for forced irq threadingJohan Hovold-10/+3
2021-03-23usb: host: ehci-tegra: Select USB_GADGET Kconfig optionDmitry Osipenko-0/+1
2021-03-23usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas-0/+3
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli-3/+6
2021-03-18usb: host: Mundane spello fix in the file sl811_cs.cBhaskar Chowdhury-1/+1
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman-38/+57
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka-1/+8
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun-8/+29
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun-66/+64
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun-9/+8
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun-9/+35
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun-18/+11
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun-6/+2
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun-19/+19
2021-03-10usb: xhci-mtk: use clear type instead of voidChunfeng Yun-1/+1
2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun-10/+1
2021-03-10usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun-7/+20
2021-03-10usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun-21/+16
2021-03-10usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun-2/+2
2021-03-10usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun-7/+3
2021-03-10usb: xhci-mtk: get the microframe boundary for ESITChunfeng Yun-5/+19
2021-03-10usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun-16/+64
2021-03-10usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun-3/+3
2021-03-10USB: host: uhci: remove dentry pointer for debugfsGreg Kroah-Hartman-11/+5
2021-03-10USB: host: sl811: remove dentry pointer for debugfsGreg Kroah-Hartman-5/+3
2021-03-10USB: host: isp1362: remove dentry pointer for debugfsGreg Kroah-Hartman-6/+3
2021-03-10USB: host: isp116x: remove dentry pointer for debugfsGreg Kroah-Hartman-5/+3
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-3/+1
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman-51/+208
2021-02-05xhci: ext-caps: Use software node API with the propertiesHeikki Krogerus-1/+2
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman-11/+20
2021-02-03usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár-1/+68
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun-1/+3
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König-3/+1
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun-29/+36
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman-16/+52
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman-3/+7
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman-196/+0
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman-7/+145
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman-0/+13