summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mtk.c
AgeCommit message (Expand)Author
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun
2021-08-26usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun
2021-08-26usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun
2021-08-26usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun
2021-05-10usb: xhci-mtk: remove unnecessary setting of has_ippcChunfeng Yun
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng 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-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-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-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-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich
2020-06-24usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin
2019-12-30usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa
2019-08-28usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun
2019-04-19usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun
2018-03-09usb: host: xhci-mtk: remove custom USB PHY handlingMartin Blumenstingl
2018-01-16usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu
2018-01-09usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPsChunfeng Yun
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-25usb: xhci-mtk: fix ptr_ret.cocci warningskbuild test robot
2017-10-23usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun
2017-10-23usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun
2017-10-23usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun
2017-10-23usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun
2017-10-23usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun
2017-08-31usb: xhci-mtk: add generic compatible stringChunfeng Yun
2017-03-09usb: xhci: remove dummy extra_priv_size for size of xhci_hcd structChunfeng Yun
2017-03-09usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun
2017-02-08usb: xhci-mtk: make the reference clock optionalChunfeng Yun
2017-01-19usb: xhci-mtk: add reference clockChunfeng Yun
2017-01-03usb: return error code when platform_get_irq failsPan Bian
2016-10-27usb: xhci-mtk: make IPPC register optionalChunfeng Yun
2016-03-03usb: xhci-mtk: use __maybe_unused to hide pm functionsArnd Bergmann
2016-02-03usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun