Hi Greg, On Thu, 2021-08-26 at 13:41 +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 26, 2021 at 10:51:39AM +0800, Chunfeng Yun wrote: > > As discussed in following patch: > > https://patchwork.kernel.org/patch/12420339 > > > > No need calculate number of uframes again, but should use value > > form check_sch_tt(), if we plan to remove extra CS, also can do > > it in check_sch_tt(). So revert this patch, and prepare to send > > new patch for it. > > > > This reverts commit 548011957d1d72e0b662300c8b32b81d593b796e. > > > > Cc: Ikjoon Jang <ikjn@xxxxxxxxxxxx> > > Signed-off-by: Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx> > > --- > > v2: no changes > > This series does not apply to my tree at all now, can you please > rebase > and resend? Very sorry, I send two series [1][2] for xhci-mtk, but don't take care of conficts: I suppose you will apply [1] firstly, due to [3] is not acked or reviewed by Rob (I think, only need modify commit message). Anyway, only one patch [4] is not in usb-testing branch due to conflicts, I'll fix it and send out, sorry again. [1]. Series = [next,v2,1/6] Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation" https://patchwork.kernel.org/project/linux-mediatek/list/?series=537471 [2]. Series = [RESEND,1/9] dt-bindings: usb: mtk-xhci: add optional property to disable usb2 ports https://patchwork.kernel.org/project/linux-mediatek/list/?series=532595 [3]: https://patchwork.kernel.org/project/linux-mediatek/patch/1629189389-18779-2-git-send-email-chunfeng.yun@xxxxxxxxxxxx/ [RESEND,2/9] dt-bindings: usb: mtk-xhci: add compatible for mt8195 [4]: https://patchwork.kernel.org/project/linux-mediatek/patch/20210826025144.51992-6-chunfeng.yun@xxxxxxxxxxxx/ [next,v2,6/6] usb: xhci-mtk: allow bandwidth table rollover > > thanks, > > greg k-h