index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mtk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
Chunfeng Yun
1
-2
/
+38
2023-07-25
usb: xhci-mtk: set the dma max_seg_size
Ricardo Ribalda
1
-0
/
+1
2023-06-13
xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
Mathias Nyman
1
-6
/
+0
2023-05-30
usb: xhci-mtk: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-20
usb: xhci-mtk: add optional frame count clock
Chunfeng Yun
1
-0
/
+1
2022-11-29
usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq
Chunfeng Yun
1
-1
/
+0
2022-11-22
usb: host: xhci-mtk: omit shared hcd if either root hub has no ports
Chunfeng Yun
1
-26
/
+46
2022-06-10
usb: xhci-mtk: add support optional controller reset
Chunfeng Yun
1
-0
/
+7
2022-02-17
usb: host: xhci-mtk: Simplify supplies handling with regulator_bulk
AngeloGioacchino Del Regno
1
-33
/
+11
2022-02-11
usb: xhci-mtk: add support ip-sleep wakeup for mt8195
Chunfeng Yun
1
-0
/
+37
2021-11-17
usb: xhci-mtk: fix random remote wakeup
Chunfeng Yun
1
-5
/
+6
2021-11-17
usb: xhci-mtk: remove unnecessary error check
Chunfeng Yun
1
-4
/
+1
2021-10-27
usb: xhci-mtk: enable wake-up interrupt after runtime_suspend called
Chunfeng Yun
1
-1
/
+1
2021-08-26
usb: xhci-mtk: modify the SOF/ITP interval for mt8195
Chunfeng Yun
1
-0
/
+65
2021-08-26
usb: xhci-mtk: support option to disable usb2 ports
Chunfeng Yun
1
-2
/
+10
2021-08-26
usb: xhci-mtk: fix use-after-free of mtk->hcd
Chunfeng Yun
1
-1
/
+1
2021-05-10
usb: xhci-mtk: remove unnecessary setting of has_ippc
Chunfeng Yun
1
-2
/
+0
2021-04-22
usb: xhci-mtk: remove bus status check
Chunfeng Yun
1
-41
/
+2
2021-04-14
usb: xhci-mtk: use clock bulk to get clocks
Chunfeng Yun
1
-90
/
+19
2021-04-14
usb: xhci-mtk: add support runtime PM
Chunfeng Yun
1
-16
/
+124
2021-04-14
usb: xhci-mtk: check return value in suspend/resume hooks
Chunfeng Yun
1
-10
/
+27
2021-04-02
usb: xhci-mtk: support quirk to disable usb2 lpm
Chunfeng Yun
1
-0
/
+3
2021-04-02
usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
Chunfeng Yun
1
-1
/
+9
2021-03-28
usb: xhci-mtk: remove MODULE_ALIAS
Chunfeng Yun
1
-1
/
+0
2021-03-28
usb: xhci-mtk: drop CONFIG_OF
Chunfeng Yun
1
-3
/
+1
2021-03-26
usb: xhci-mtk: add support ip-sleep wakeup for mT8192
Chunfeng Yun
1
-0
/
+10
2021-03-26
usb: xhci-mtk: support ip-sleep wakeup for MT8183
Chunfeng Yun
1
-0
/
+13
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-0
/
+2
2021-03-10
usb: xhci-mtk: remove declaration of xhci_mtk_setup()
Chunfeng Yun
1
-9
/
+8
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
1
-0
/
+2
2020-08-18
usb: xhci-mtk: Fix typo
Frank Wunderlich
1
-3
/
+3
2020-06-24
usb: host: xhci-mtk: avoid runtime suspend when removing hcd
Macpaul Lin
1
-2
/
+3
2019-12-30
usb: mtk-xhci: Do not explicitly set the DMA mask
Tomasz Figa
1
-5
/
+0
2019-08-28
usb: xhci-mtk: add an optional xhci_ck clock
Chunfeng Yun
1
-0
/
+13
2019-04-19
usb: xhci-mtk: get optional clock by devm_clk_get_optional()
Chunfeng Yun
1
-16
/
+3
2018-11-09
xhci: Fix leaking USB3 shared_hcd at xhci removal
Mathias Nyman
1
-2
/
+4
2018-10-01
usb: xhci-mtk: resume USB3 roothub first
Chunfeng Yun
1
-2
/
+2
2018-03-09
usb: host: xhci-mtk: remove custom USB PHY handling
Martin Blumenstingl
1
-96
/
+2
2018-01-16
usb: xhci-mtk: fix semicolon.cocci warnings
Fengguang Wu
1
-1
/
+1
2018-01-09
usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPs
Chunfeng Yun
1
-117
/
+60
2017-12-08
usb: xhci: allow imod-interval to be configurable
Adam Wallis
1
-0
/
+9
2017-11-07
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
usb: xhci-mtk: fix ptr_ret.cocci warnings
kbuild test robot
1
-4
/
+1
2017-10-23
usb: xhci-mtk: add optional mcu and dma bus clocks
Chunfeng Yun
1
-19
/
+60
2017-10-23
usb: xhci-mtk: remove dummy wakeup debounce clocks
Chunfeng Yun
1
-33
/
+0
2017-10-23
usb: xhci-mtk: support option to disable usb3 ports
Chunfeng Yun
1
-3
/
+15
2017-10-23
usb: xhci-mtk: check clock stability of U3_MAC
Chunfeng Yun
1
-0
/
+4
2017-10-23
usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()
Chunfeng Yun
1
-3
/
+0
2017-10-23
usb: xhci-mtk: use dma_set_mask_and_coherent() in probe function
Chunfeng Yun
1
-6
/
+1
[next]