• F
    usb: dwc3: ep0: drop XferNotReady(DATA) support · 2e3db064
    Felipe Balbi 提交于
    Due to the late Silicon limitation found, we are
    now pre-starting DATA phase's TRBs. If, still, we
    get XferNotReady(DATA) we will ignore it unless
    we're getting it for the wrong direction.
    
    In that case we must keep the error case handling
    plus add a ENDTRANSFER command to forcefully end
    the Data TRB we started previously, then continue
    to SetStall and so on.
    Signed-off-by: NFelipe Balbi <balbi@ti.com>
    2e3db064
ep0.c 25.5 KB