Re: [PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-14 Thread Mathias Nyman
On 11.09.2017 12:41, yinbo@nxp.com wrote: From: "yinbo.zhu" Description: This is a occasional problem where the software issues an End Transfer command while a USB transfer is in progress, resulting in the TxFIFO being flushed when the lower layer is waiting for

Re: [PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-14 Thread Mathias Nyman
On 11.09.2017 12:41, yinbo@nxp.com wrote: From: "yinbo.zhu" Description: This is a occasional problem where the software issues an End Transfer command while a USB transfer is in progress, resulting in the TxFIFO being flushed when the lower layer is waiting for data,causing the super

Re: [PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-11 Thread Greg Kroah-Hartman
On Mon, Sep 11, 2017 at 05:41:32PM +0800, yinbo@nxp.com wrote: > From: "yinbo.zhu" Please use your "real" name in the from portion, I don't think you have a "." in your name, right? :) And what hardware is this erratum for? Please put that in the subject line as well,

Re: [PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-11 Thread Greg Kroah-Hartman
On Mon, Sep 11, 2017 at 05:41:32PM +0800, yinbo@nxp.com wrote: > From: "yinbo.zhu" Please use your "real" name in the from portion, I don't think you have a "." in your name, right? :) And what hardware is this erratum for? Please put that in the subject line as well, as well as xhci,

[PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-11 Thread yinbo.zhu
From: "yinbo.zhu" Description: This is a occasional problem where the software issues an End Transfer command while a USB transfer is in progress, resulting in the TxFIFO being flushed when the lower layer is waiting for data,causing the super speed (SS) transmit to get

[PATCH 1/2] usb: host: Implement workaround for Erratum A-009611

2017-09-11 Thread yinbo.zhu
From: "yinbo.zhu" Description: This is a occasional problem where the software issues an End Transfer command while a USB transfer is in progress, resulting in the TxFIFO being flushed when the lower layer is waiting for data,causing the super speed (SS) transmit to get blocked. If the End