Re: [PATCH 7/9] xhci: remove XHCI_TRUST_TX_LENGTH quirk and handle it as default

2015-06-01 Thread Mathias Nyman
On 31.05.2015 09:44, Greg KH wrote: > On Fri, May 29, 2015 at 11:15:51AM -0300, Rodrigo Severo wrote: >> On Fri, May 29, 2015 at 11:01 AM, Mathias Nyman >> wrote: >>> Now including Renesas uPD720201 we got four xhci vendors that return >>> Success instead of short transfer when there are still uns

Re: [PATCH 7/9] xhci: remove XHCI_TRUST_TX_LENGTH quirk and handle it as default

2015-05-30 Thread Greg KH
On Fri, May 29, 2015 at 11:15:51AM -0300, Rodrigo Severo wrote: > On Fri, May 29, 2015 at 11:01 AM, Mathias Nyman > wrote: > > Now including Renesas uPD720201 we got four xhci vendors that return > > Success instead of short transfer when there are still unstraferred bytes > > left. The driver any

Re: [PATCH 7/9] xhci: remove XHCI_TRUST_TX_LENGTH quirk and handle it as default

2015-05-29 Thread Rodrigo Severo
On Fri, May 29, 2015 at 11:01 AM, Mathias Nyman wrote: > Now including Renesas uPD720201 we got four xhci vendors that return > Success instead of short transfer when there are still unstraferred bytes > left. The driver anyway checks the untransferred bytes and suggest adding > the quirk if neede

[PATCH 7/9] xhci: remove XHCI_TRUST_TX_LENGTH quirk and handle it as default

2015-05-29 Thread Mathias Nyman
Now including Renesas uPD720201 we got four xhci vendors that return Success instead of short transfer when there are still unstraferred bytes left. The driver anyway checks the untransferred bytes and suggest adding the quirk if needed, so we can as well make it default behavior and get rid of the