summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mtk.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun2024-01-041-2/+38
* usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda2023-07-251-0/+1
* xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman2023-06-131-6/+0
* usb: xhci-mtk: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
* usb: xhci-mtk: add optional frame count clockChunfeng Yun2023-04-201-0/+1
* usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun2022-11-291-1/+0
* usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun2022-11-221-26/+46
* usb: xhci-mtk: add support optional controller resetChunfeng Yun2022-06-101-0/+7
* usb: host: xhci-mtk: Simplify supplies handling with regulator_bulkAngeloGioacchino Del Regno2022-02-171-33/+11
* usb: xhci-mtk: add support ip-sleep wakeup for mt8195Chunfeng Yun2022-02-111-0/+37
* usb: xhci-mtk: fix random remote wakeupChunfeng Yun2021-11-171-5/+6
* usb: xhci-mtk: remove unnecessary error checkChunfeng Yun2021-11-171-4/+1
* usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun2021-10-271-1/+1
* usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun2021-08-261-0/+65
* usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun2021-08-261-2/+10
* usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun2021-08-261-1/+1
* usb: xhci-mtk: remove unnecessary setting of has_ippcChunfeng Yun2021-05-101-2/+0
* usb: xhci-mtk: remove bus status checkChunfeng Yun2021-04-221-41/+2
* usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun2021-04-141-90/+19
* usb: xhci-mtk: add support runtime PMChunfeng Yun2021-04-141-16/+124
* usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun2021-04-141-10/+27
* usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2021-04-021-0/+3
* usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun2021-04-021-1/+9
* usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun2021-03-281-1/+0
* usb: xhci-mtk: drop CONFIG_OFChunfeng Yun2021-03-281-3/+1
* usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun2021-03-261-0/+10
* usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun2021-03-261-0/+13
* usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun2021-03-101-0/+2
* usb: xhci-mtk: remove declaration of xhci_mtk_setup()Chunfeng Yun2021-03-101-9/+8
* usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang2021-01-261-0/+2
* usb: xhci-mtk: Fix typoFrank Wunderlich2020-08-181-3/+3
* usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin2020-06-241-2/+3
* usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa2019-12-301-5/+0
* usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun2019-08-281-0/+13
* 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