summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mtk: remove bus status checkChunfeng Yun2021-04-221-41/+2
* usb: xhci-mtk: remove unused membersChunfeng Yun2021-04-141-3/+0
* usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun2021-04-142-95/+24
* usb: xhci-mtk: add support runtime PMChunfeng Yun2021-04-141-16/+124
* usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun2021-04-141-10/+27
* USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu2021-04-101-0/+3
* usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-04-091-2/+1
* xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman2021-04-061-23/+19
* xhci: fix potential array out of bounds with several interruptersMathias Nyman2021-04-061-1/+5
* xhci: check control context is valid before dereferencing it.Mathias Nyman2021-04-061-0/+8
* xhci: check port array allocation was successful before dereferencing itMathias Nyman2021-04-061-0/+3
* usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2021-04-022-0/+4
* usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun2021-04-021-1/+9
* usb: xhci-mtk: fix oops when unbind driverChunfeng Yun2021-04-021-1/+3
* usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun2021-04-021-5/+2
* usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun2021-03-281-1/+0
* usb: xhci-mtk: drop CONFIG_OFChunfeng Yun2021-03-281-3/+1
* usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun2021-03-261-0/+10
* usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun2021-03-261-0/+13
* usb: xhci: Remove unused functionThinh Nguyen2021-03-231-147/+0
* usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen2021-03-231-2/+235
* usb: xhci: Fix port minor revisionThinh Nguyen2021-03-231-0/+9
* usb: xhci: Init root hub SSP rateThinh Nguyen2021-03-231-0/+2
* USB: xhci: drop workaround for forced irq threadingJohan Hovold2021-03-231-3/+2
* drivers: usb: host: fotg210-hcd.c: Fix alignment of commentShubhankar Kuranagatti2021-03-231-1/+1
* drivers: usb: host: fotg210-hcd.c: Fix indentation errorShubhankar Kuranagatti2021-03-231-5/+5
* usb: sl811-hcd: improve misleading indentationArnd Bergmann2021-03-231-5/+4
* USB: ehci: drop workaround for forced irq threadingJohan Hovold2021-03-231-10/+3
* usb: host: ehci-tegra: Select USB_GADGET Kconfig optionDmitry Osipenko2021-03-231-0/+1
* usb: host: ehci-platform: add spurious_oc DT supportÁlvaro Fernández Rojas2021-03-231-0/+3
* usb: ehci: add spurious flag to disable overcurrent checkingFlorian Fainelli2021-03-234-3/+6
* usb: host: Mundane spello fix in the file sl811_cs.cBhaskar Chowdhury2021-03-181-1/+1
* Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-154-38/+57
|\
| * xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman2021-03-111-32/+30
| * usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman2021-03-111-2/+6
| * xhci: Improve detection of device initiated wake signal.Mathias Nyman2021-03-111-3/+13
| * usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka2021-03-113-1/+8
* | usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun2021-03-101-8/+29
* | usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun2021-03-108-66/+64
* | usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun2021-03-101-9/+8
* | usb: xhci-mtk: add some schedule error numberChunfeng Yun2021-03-101-9/+35
* | usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun2021-03-101-18/+11
* | usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun2021-03-101-6/+2
* | usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun2021-03-102-19/+19
* | usb: xhci-mtk: use clear type instead of voidChunfeng Yun2021-03-101-1/+1
* | usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun2021-03-102-10/+1
* | usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun2021-03-101-7/+20
* | usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun2021-03-101-21/+16
* | usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun2021-03-101-2/+2
* | usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun2021-03-101-7/+3