summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2021-05-13xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh1-1/+3
2021-05-13usb: xhci: Increase timeout for HC haltMaximilian Luz1-2/+3
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET1-3/+3
2021-05-13xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman1-5/+11
2021-05-13xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao1-1/+3
2021-05-10usb: fotg210-hcd: Fix an error messageChristophe JAILLET1-2/+2
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun1-41/+2
2021-04-14usb: xhci-mtk: remove unused membersChunfeng Yun1-3/+0
2021-04-14usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun2-95/+24
2021-04-14usb: xhci-mtk: add support runtime PMChunfeng Yun1-16/+124
2021-04-14usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun1-10/+27
2021-04-10USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu1-0/+3
2021-04-09usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-04-06xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman1-1/+5
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman1-0/+8
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman1-0/+3
2021-04-02usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2-0/+4
2021-04-02usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun1-1/+9
2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun1-1/+3
2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun1-5/+2
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun1-1/+0
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun1-3/+1
2021-03-26usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun1-0/+10
2021-03-26usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun1-0/+13
2021-03-23usb: xhci: Remove unused functionThinh Nguyen1-147/+0
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen1-2/+235
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen1-0/+9
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen1-0/+2
2021-03-23USB: xhci: drop workaround for forced irq threadingJohan Hovold1-3/+2
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti1-1/+1
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti1-5/+5
2021-03-23usb: sl811-hcd: improve misleading indentationArnd Bergmann1-5/+4
2021-03-23USB: ehci: drop workaround for forced irq threadingJohan Hovold1-10/+3
2021-03-23usb: host: ehci-tegra: Select USB_GADGET Kconfig optionDmitry Osipenko1-0/+1
2021-03-23usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas1-0/+3
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli4-3/+6
2021-03-18usb: host: Mundane spello fix in the file sl811_cs.cBhaskar Chowdhury1-1/+1
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman4-38/+57
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman1-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun1-8/+29
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun8-66/+64
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun1-9/+8
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun1-9/+35
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun1-18/+11
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun1-6/+2
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun2-19/+19