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 out two series [1][2] for xhci-mtk, but don't take care of conflicts, suppose that series [1] will be applied firstly, due to one binding patch [3] of series [2] is not acked/reviewed by Rob (I think only need modify some misleading commit message). anyway, I find that only one patch [4] of series [1] is not applied, so I'll fix conficts and resend it based on usb-testing branch. 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