summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun
2021-04-14usb: xhci-mtk: remove unused membersChunfeng Yun
2021-04-14usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun
2021-04-14usb: xhci-mtk: add support runtime PMChunfeng Yun
2021-04-14usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun
2021-04-10USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu
2021-04-09usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun
2021-04-06xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman
2021-04-02usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun
2021-04-02usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun
2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun
2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun
2021-03-26usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun
2021-03-26usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun
2021-03-23usb: xhci: Remove unused functionThinh Nguyen
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen
2021-03-23USB: xhci: drop workaround for forced irq threadingJohan Hovold
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti
2021-03-23drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti
2021-03-23usb: sl811-hcd: improve misleading indentationArnd Bergmann
2021-03-23USB: ehci: drop workaround for forced irq threadingJohan Hovold
2021-03-23usb: host: ehci-tegra: Select USB_GADGET Kconfig optionDmitry Osipenko
2021-03-23usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas
2021-03-23usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli
2021-03-18usb: host: Mundane spello fix in the file sl811_cs.cBhaskar Chowdhury
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun
2021-03-10usb: xhci-mtk: use clear type instead of voidChunfeng Yun
2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun
2021-03-10usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun
2021-03-10usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun
2021-03-10usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun
2021-03-10usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun