index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mtk-sch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: xhci-mtk: fix list_del warning when enable list debug
Chunfeng Yun
2021-12-13
1
-1
/
+1
*
usb: xhci-mtk: use xhci_dbg() to print log
Chunfeng Yun
2021-10-05
1
-1
/
+1
*
usb: xhci-mtk: allow bandwidth table rollover
Chunfeng Yun
2021-08-27
1
-38
/
+16
*
usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint
Chunfeng Yun
2021-08-26
1
-49
/
+51
*
usb: xhci-mtk: add a member of num_esit
Chunfeng Yun
2021-08-26
1
-13
/
+7
*
usb: xhci-mtk: check boundary before check tt
Chunfeng Yun
2021-08-26
1
-3
/
+4
*
usb: xhci-mtk: update fs bus bandwidth by bw_budget_table
Chunfeng Yun
2021-08-26
1
-10
/
+7
*
usb: xhci-mtk: fix issue of out-of-bounds array access
Chunfeng Yun
2021-08-26
1
-4
/
+6
*
Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"
Chunfeng Yun
2021-08-26
1
-78
/
+62
*
Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"
Chunfeng Yun
2021-08-26
1
-13
/
+7
*
usb: xhci-mtk: relax TT periodic bandwidth allocation
Ikjoon Jang
2021-08-05
1
-7
/
+13
*
usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint
Ikjoon Jang
2021-08-05
1
-62
/
+78
*
usb: xhci-mtk: allow multiple Start-Split in a microframe
Chunfeng Yun
2021-06-24
1
-18
/
+0
*
usb: xhci-mtk: use first-fit for LS/FS
Chunfeng Yun
2021-05-10
1
-0
/
+5
*
usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler
Ikjoon Jang
2021-05-10
1
-23
/
+14
*
usb: xhci-mtk: fix oops when unbind driver
Chunfeng Yun
2021-04-02
1
-1
/
+3
*
usb: xhci-mtk: fix wrong remainder of bandwidth budget
Chunfeng Yun
2021-04-02
1
-5
/
+2
*
usb: xhci-mtk: print debug info of endpoint interval
Chunfeng Yun
2021-03-10
1
-8
/
+29
*
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
2021-03-10
1
-14
/
+34
*
usb: xhci-mtk: add some schedule error number
Chunfeng Yun
2021-03-10
1
-9
/
+35
*
usb: xhci-mtk: rebuild the way to get bandwidth domain
Chunfeng Yun
2021-03-10
1
-18
/
+11
*
usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hub
Chunfeng Yun
2021-03-10
1
-6
/
+2
*
usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info struct
Chunfeng Yun
2021-03-10
1
-19
/
+18
*
usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt struct
Chunfeng Yun
2021-03-10
1
-6
/
+1
*
usb: xhci-mtk: add a function to get bandwidth boundary
Chunfeng Yun
2021-03-10
1
-7
/
+20
*
usb: xhci-mtk: add a function to (un)load bandwidth info
Chunfeng Yun
2021-03-10
1
-21
/
+16
*
usb: xhci-mtk: use @sch_tt to check whether need do TT schedule
Chunfeng Yun
2021-03-10
1
-2
/
+2
*
usb: xhci-mtk: add only one extra CS for FS/LS INTR
Chunfeng Yun
2021-03-10
1
-7
/
+3
*
usb: xhci-mtk: get the microframe boundary for ESIT
Chunfeng Yun
2021-03-10
1
-5
/
+19
*
usb: xhci-mtk: improve bandwidth scheduling with TT
Chunfeng Yun
2021-03-10
1
-14
/
+60
*
usb: xhci-mtk: remove or operator for setting schedule parameters
Chunfeng Yun
2021-03-10
1
-3
/
+3
*
usb: xhci-mtk: break loop when find the endpoint to drop
Chunfeng Yun
2021-02-02
1
-1
/
+3
*
usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
Chunfeng Yun
2021-02-01
1
-28
/
+33
*
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
2021-01-26
1
-37
/
+86
*
usb: xhci-mtk: fix the failure of bandwidth allocation
Chunfeng Yun
2020-07-21
1
-0
/
+4
*
usb: xhci-mtk: supports SSP without external USB3 gen2 hub
Chunfeng Yun
2018-09-28
1
-6
/
+11
*
usb: xhci-mtk: supports bandwidth scheduling with multi-TT
Chunfeng Yun
2018-09-28
1
-10
/
+237
*
usb: xhci-mtk: improve bandwidth scheduling
Chunfeng Yun
2018-09-28
1
-60
/
+102
*
usb: xhci-mtk: fix ISOC error when interval is zero
Chunfeng Yun
2018-09-28
1
-1
/
+3
*
usb: xhci-mtk: use maximum ESIT payload of endpiont context
Chunfeng Yun
2018-09-28
1
-1
/
+14
*
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
2018-05-24
1
-2
/
+2
*
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-10
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()
Chunfeng Yun
2017-10-23
1
-1
/
+2
*
usb: host: xhci: purge GET_MAX_PACKET()
Felipe Balbi
2016-11-03
1
-2
/
+2
*
usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT
Chunfeng Yun
2016-02-03
1
-3
/
+13
*
xhci: mediatek: support MTK xHCI host controller
Chunfeng Yun
2015-12-01
1
-0
/
+415