aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mtk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun1-16/+3
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman1-2/+4
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun1-2/+2
2018-03-09usb: host: xhci-mtk: remove custom USB PHY handlingMartin Blumenstingl1-96/+2
2018-01-16usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-01-09usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPsChunfeng Yun1-117/+60
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis1-0/+9
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-25usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2017-10-23usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun1-19/+60
2017-10-23usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun1-33/+0
2017-10-23usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun1-3/+15
2017-10-23usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun1-0/+4
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun1-3/+0
2017-10-23usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun1-6/+1
2017-08-31usb: xhci-mtk: add generic compatible stringChunfeng Yun1-0/+1
2017-03-09usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun1-1/+0
2017-03-09usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun1-3/+3
2017-02-08usb: xhci-mtk: make the reference clock optionalChunfeng Yun1-2/+9
2017-01-19usb: xhci-mtk: add reference clockChunfeng Yun1-0/+15
2017-01-03usb: return error code when platform_get_irq failsPan Bian1-1/+3
2016-10-27usb: xhci-mtk: make IPPC register optionalChunfeng Yun1-7/+31
2016-03-03usb: xhci-mtk: use __maybe_unused to hide pm functionsArnd Bergmann1-7/+3
2016-02-03usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun1-0/+23
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-0/+763