aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mtk.c
AgeCommit message (Expand)Author
2024-01-04usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun
2023-07-25usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman
2023-05-30usb: xhci-mtk: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-20usb: xhci-mtk: add optional frame count clockChunfeng Yun
2022-11-29usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun
2022-11-22usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun
2022-06-10usb: xhci-mtk: add support optional controller resetChunfeng Yun
2022-02-17usb: host: xhci-mtk: Simplify supplies handling with regulator_bulkAngeloGioacchino Del Regno
2022-02-11usb: xhci-mtk: add support ip-sleep wakeup for mt8195Chunfeng Yun
2021-11-17usb: xhci-mtk: fix random remote wakeupChunfeng Yun
2021-11-17usb: xhci-mtk: remove unnecessary error checkChunfeng Yun
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