Felipe Balbi wrote: > Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> writes: > >> DWC_usb32 IP introduces a new behavior when handling NoStream event for >> IN endpoints. If the controller is capable of DEV_TXF_FLUSH_BYPASS, then >> the driver does not need to force to restart stream for IN endpoints. >> The controller will generate ERDY and restart the stream periodically. >> >> Signed-off-by: Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> > > so we still need to force restart for RX? Just making sure. Other than > that: > > Acked-by: Felipe Balbi <balbi@xxxxxxxxxx> > Yes, it's only for Tx. Same behavior remains for Rx. We have some updates to simplify our design handling Tx direction. Thanks, Thinh