Re: [PATCH 03/17] usb: xhci-mtk: get the microframe boundary for ESIT

2021-03-07 Thread Chunfeng Yun
On Fri, 2021-03-05 at 12:13 +0300, Sergei Shtylyov wrote: > Hello! > > On 05.03.2021 12:02, Chunfeng Yun wrote: > > > Tune the boundary for FS/LS ESIT due to CS: > > For ISOC out-ep, the controller starts transfer data after > > the first SS; for others, the data is already transfered > >

Re: [PATCH 03/17] usb: xhci-mtk: get the microframe boundary for ESIT

2021-03-05 Thread Greg Kroah-Hartman
On Fri, Mar 05, 2021 at 12:13:33PM +0300, Sergei Shtylyov wrote: > Hello! > > On 05.03.2021 12:02, Chunfeng Yun wrote: > > > Tune the boundary for FS/LS ESIT due to CS: > > For ISOC out-ep, the controller starts transfer data after > > the first SS; for others, the data is already transfered >

Re: [PATCH 03/17] usb: xhci-mtk: get the microframe boundary for ESIT

2021-03-05 Thread Sergei Shtylyov
Hello! On 05.03.2021 12:02, Chunfeng Yun wrote: Tune the boundary for FS/LS ESIT due to CS: For ISOC out-ep, the controller starts transfer data after the first SS; for others, the data is already transfered Transferred. before the last CS. Signed-off-by: Chunfeng Yun ---

[PATCH 03/17] usb: xhci-mtk: get the microframe boundary for ESIT

2021-03-05 Thread Chunfeng Yun
Tune the boundary for FS/LS ESIT due to CS: For ISOC out-ep, the controller starts transfer data after the first SS; for others, the data is already transfered before the last CS. Signed-off-by: Chunfeng Yun --- drivers/usb/host/xhci-mtk-sch.c | 24 +++- 1 file changed, 19