aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mtk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10usb: xhci-mtk: add support optional controller resetChunfeng Yun1-0/+7
2022-02-17usb: host: xhci-mtk: Simplify supplies handling with regulator_bulkAngeloGioacchino Del Regno1-33/+11
2022-02-11usb: xhci-mtk: add support ip-sleep wakeup for mt8195Chunfeng Yun1-0/+37
2021-11-17usb: xhci-mtk: fix random remote wakeupChunfeng Yun1-5/+6
2021-11-17usb: xhci-mtk: remove unnecessary error checkChunfeng Yun1-4/+1
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun1-1/+1
2021-08-26usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun1-0/+65
2021-08-26usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun1-2/+10
2021-08-26usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun1-1/+1
2021-05-10usb: xhci-mtk: remove unnecessary setting of has_ippcChunfeng Yun1-2/+0
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun1-41/+2
2021-04-14usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun1-90/+19
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-02usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun1-0/+3
2021-04-02usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun1-1/+9
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-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun1-0/+2
2021-03-10usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun1-9/+8
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang1-0/+2
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich1-3/+3
2020-06-24usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin1-2/+3
2019-12-30usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa1-5/+0
2019-08-28usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun1-0/+13
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