summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mtk-sch.c
AgeCommit message (Expand)Author
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
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi
2016-02-03usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TTChunfeng Yun
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun