summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mtk-sch.c
AgeCommit message (Expand)Author
2023-11-21usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun
2023-10-02usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun
2023-10-02usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun
2022-08-19usb: xhci-mtk: fix bandwidth release issueChunfeng Yun
2022-08-19usb: xhci-mtk: relax TT periodic bandwidth allocationChunfeng Yun
2022-05-12usb: xhci-mtk: remove bandwidth budget tableChunfeng Yun
2022-05-12usb: xhci-mtk: fix fs isoc's transfer errorChunfeng Yun
2022-01-26usb: xhci-mtk: Use struct_size() helper in create_sch_ep()Gustavo A. R. Silva
2021-12-13usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun
2021-10-05usb: xhci-mtk: use xhci_dbg() to print logChunfeng Yun
2021-08-27usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun
2021-08-26usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun
2021-08-26usb: xhci-mtk: add a member of num_esitChunfeng Yun
2021-08-26usb: xhci-mtk: check boundary before check ttChunfeng Yun
2021-08-26usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun
2021-08-26usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun
2021-08-26Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun
2021-08-26Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun
2021-08-05usb: xhci-mtk: relax TT periodic bandwidth allocationIkjoon Jang
2021-08-05usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointIkjoon Jang
2021-06-24usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun
2021-05-10usb: xhci-mtk: use first-fit for LS/FSChunfeng Yun
2021-05-10usb: xhci-mtk: remove unnecessary assignments in periodic TT schedulerIkjoon Jang
2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun
2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun
2021-03-10usb: xhci-mtk: print debug info of endpoint intervalChunfeng Yun
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-03-10usb: xhci-mtk: add some schedule error numberChunfeng Yun
2021-03-10usb: xhci-mtk: rebuild the way to get bandwidth domainChunfeng Yun
2021-03-10usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hubChunfeng Yun
2021-03-10usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info structChunfeng Yun
2021-03-10usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt structChunfeng Yun
2021-03-10usb: xhci-mtk: add a function to get bandwidth boundaryChunfeng Yun
2021-03-10usb: xhci-mtk: add a function to (un)load bandwidth infoChunfeng Yun
2021-03-10usb: xhci-mtk: use @sch_tt to check whether need do TT scheduleChunfeng Yun
2021-03-10usb: xhci-mtk: add only one extra CS for FS/LS INTRChunfeng Yun
2021-03-10usb: xhci-mtk: get the microframe boundary for ESITChunfeng Yun
2021-03-10usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun
2021-03-10usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun
2018-09-28usb: xhci-mtk: supports SSP without external USB3 gen2 hubChunfeng Yun
2018-09-28usb: xhci-mtk: supports bandwidth scheduling with multi-TTChunfeng Yun
2018-09-28usb: xhci-mtk: improve bandwidth schedulingChunfeng Yun
2018-09-28usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun
2018-09-28usb: xhci-mtk: use maximum ESIT payload of endpiont contextChunfeng Yun
2018-05-24xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman