index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mtk-sch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
1
-9
/
+5
2023-11-21
usb: xhci-mtk: fix in-ep's start-split check failure
Chunfeng Yun
1
-3
/
+10
2023-10-02
usb: xhci-mtk: improve split scheduling by separate IN/OUT budget
Chunfeng Yun
1
-38
/
+267
2023-10-02
usb: xhci-mtk: add a bandwidth budget table
Chunfeng Yun
1
-30
/
+83
2022-08-19
usb: xhci-mtk: fix bandwidth release issue
Chunfeng Yun
1
-2
/
+2
2022-08-19
usb: xhci-mtk: relax TT periodic bandwidth allocation
Chunfeng Yun
1
-9
/
+2
2022-05-12
usb: xhci-mtk: remove bandwidth budget table
Chunfeng Yun
1
-62
/
+12
2022-05-12
usb: xhci-mtk: fix fs isoc's transfer error
Chunfeng Yun
1
-9
/
+7
2022-01-26
usb: xhci-mtk: Use struct_size() helper in create_sch_ep()
Gustavo A. R. Silva
1
-4
/
+3
2021-12-13
usb: xhci-mtk: fix list_del warning when enable list debug
Chunfeng Yun
1
-1
/
+1
2021-10-05
usb: xhci-mtk: use xhci_dbg() to print log
Chunfeng Yun
1
-1
/
+1
2021-08-27
usb: xhci-mtk: allow bandwidth table rollover
Chunfeng Yun
1
-38
/
+16
2021-08-26
usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint
Chunfeng Yun
1
-49
/
+51
2021-08-26
usb: xhci-mtk: add a member of num_esit
Chunfeng Yun
1
-13
/
+7
2021-08-26
usb: xhci-mtk: check boundary before check tt
Chunfeng Yun
1
-3
/
+4
2021-08-26
usb: xhci-mtk: update fs bus bandwidth by bw_budget_table
Chunfeng Yun
1
-10
/
+7
2021-08-26
usb: xhci-mtk: fix issue of out-of-bounds array access
Chunfeng Yun
1
-4
/
+6
2021-08-26
Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"
Chunfeng Yun
1
-78
/
+62
2021-08-26
Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"
Chunfeng Yun
1
-13
/
+7
2021-08-05
usb: xhci-mtk: relax TT periodic bandwidth allocation
Ikjoon Jang
1
-7
/
+13
2021-08-05
usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint
Ikjoon Jang
1
-62
/
+78
2021-06-24
usb: xhci-mtk: allow multiple Start-Split in a microframe
Chunfeng Yun
1
-18
/
+0
2021-05-10
usb: xhci-mtk: use first-fit for LS/FS
Chunfeng Yun
1
-0
/
+5
2021-05-10
usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler
Ikjoon Jang
1
-23
/
+14
2021-04-02
usb: xhci-mtk: fix oops when unbind driver
Chunfeng Yun
1
-1
/
+3
2021-04-02
usb: xhci-mtk: fix wrong remainder of bandwidth budget
Chunfeng Yun
1
-5
/
+2
2021-03-10
usb: xhci-mtk: print debug info of endpoint interval
Chunfeng Yun
1
-8
/
+29
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-14
/
+34
2021-03-10
usb: xhci-mtk: add some schedule error number
Chunfeng Yun
1
-9
/
+35
2021-03-10
usb: xhci-mtk: rebuild the way to get bandwidth domain
Chunfeng Yun
1
-18
/
+11
2021-03-10
usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hub
Chunfeng Yun
1
-6
/
+2
2021-03-10
usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info struct
Chunfeng Yun
1
-19
/
+18
2021-03-10
usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt struct
Chunfeng Yun
1
-6
/
+1
2021-03-10
usb: xhci-mtk: add a function to get bandwidth boundary
Chunfeng Yun
1
-7
/
+20
2021-03-10
usb: xhci-mtk: add a function to (un)load bandwidth info
Chunfeng Yun
1
-21
/
+16
2021-03-10
usb: xhci-mtk: use @sch_tt to check whether need do TT schedule
Chunfeng Yun
1
-2
/
+2
2021-03-10
usb: xhci-mtk: add only one extra CS for FS/LS INTR
Chunfeng Yun
1
-7
/
+3
2021-03-10
usb: xhci-mtk: get the microframe boundary for ESIT
Chunfeng Yun
1
-5
/
+19
2021-03-10
usb: xhci-mtk: improve bandwidth scheduling with TT
Chunfeng Yun
1
-14
/
+60
2021-03-10
usb: xhci-mtk: remove or operator for setting schedule parameters
Chunfeng Yun
1
-3
/
+3
2021-02-02
usb: xhci-mtk: break loop when find the endpoint to drop
Chunfeng Yun
1
-1
/
+3
2021-02-01
usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
Chunfeng Yun
1
-28
/
+33
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
1
-37
/
+86
2020-07-21
usb: xhci-mtk: fix the failure of bandwidth allocation
Chunfeng Yun
1
-0
/
+4
2018-09-28
usb: xhci-mtk: supports SSP without external USB3 gen2 hub
Chunfeng Yun
1
-6
/
+11
2018-09-28
usb: xhci-mtk: supports bandwidth scheduling with multi-TT
Chunfeng Yun
1
-10
/
+237
2018-09-28
usb: xhci-mtk: improve bandwidth scheduling
Chunfeng Yun
1
-60
/
+102
2018-09-28
usb: xhci-mtk: fix ISOC error when interval is zero
Chunfeng Yun
1
-1
/
+3
2018-09-28
usb: xhci-mtk: use maximum ESIT payload of endpiont context
Chunfeng Yun
1
-1
/
+14
2018-05-24
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
1
-2
/
+2
[next]