summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mtk.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-16/+3
* xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman2018-11-091-2/+4
* usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun2018-10-011-2/+2
* usb: host: xhci-mtk: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-96/+2
* usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu2018-01-161-1/+1
* usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPsChunfeng Yun2018-01-091-117/+60
* usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-081-0/+9
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-10/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot2017-10-251-4/+1
* usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun2017-10-231-19/+60
* usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun2017-10-231-33/+0
* usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun2017-10-231-3/+15
* usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun2017-10-231-0/+4
* usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun2017-10-231-3/+0
* usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun2017-10-231-6/+1
* usb: xhci-mtk: add generic compatible stringChunfeng Yun2017-08-311-0/+1
* usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun2017-03-091-1/+0
* usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun2017-03-091-3/+3
* usb: xhci-mtk: make the reference clock optionalChunfeng Yun2017-02-081-2/+9
* usb: xhci-mtk: add reference clockChunfeng Yun2017-01-191-0/+15
* usb: return error code when platform_get_irq failsPan Bian2017-01-031-1/+3
* usb: xhci-mtk: make IPPC register optionalChunfeng Yun2016-10-271-7/+31
* usb: xhci-mtk: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-7/+3
* usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun2016-02-031-0/+23
* xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-011-0/+763