Re: [U-Boot] [U-Boot, 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-27 Thread Tom Rini
On Thu, Sep 28, 2017 at 03:55:24AM +0200, Marek Vasut wrote: > On 09/28/2017 03:39 AM, Tom Rini wrote: > > On Thu, Sep 28, 2017 at 09:34:23AM +0800, Bin Meng wrote: > >> Hi Tom, > >> > >> On Thu, Sep 28, 2017 at 12:34 AM, Tom Rini wrote: > >>> On Thu, Sep 07, 2017 at

Re: [U-Boot] [U-Boot, 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-27 Thread Marek Vasut
On 09/28/2017 03:39 AM, Tom Rini wrote: > On Thu, Sep 28, 2017 at 09:34:23AM +0800, Bin Meng wrote: >> Hi Tom, >> >> On Thu, Sep 28, 2017 at 12:34 AM, Tom Rini wrote: >>> On Thu, Sep 07, 2017 at 06:13:21AM -0700, Bin Meng wrote: >>> When EHCD and xHCD are enabled at the

Re: [U-Boot] [U-Boot, 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-27 Thread Tom Rini
On Thu, Sep 28, 2017 at 09:34:23AM +0800, Bin Meng wrote: > Hi Tom, > > On Thu, Sep 28, 2017 at 12:34 AM, Tom Rini wrote: > > On Thu, Sep 07, 2017 at 06:13:21AM -0700, Bin Meng wrote: > > > >> When EHCD and xHCD are enabled at the same time, USB storage device > >> driver

Re: [U-Boot] [U-Boot, 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-27 Thread Bin Meng
Hi Tom, On Thu, Sep 28, 2017 at 12:34 AM, Tom Rini wrote: > On Thu, Sep 07, 2017 at 06:13:21AM -0700, Bin Meng wrote: > >> When EHCD and xHCD are enabled at the same time, USB storage device >> driver will fail to read/write from/to the storage device attached >> to the xHCI

Re: [U-Boot] [U-Boot, 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-27 Thread Tom Rini
On Thu, Sep 07, 2017 at 06:13:21AM -0700, Bin Meng wrote: > When EHCD and xHCD are enabled at the same time, USB storage device > driver will fail to read/write from/to the storage device attached > to the xHCI interface, due to its transfer blocks exceeds the xHCD > driver limitation. > > With