Re: [U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions

2016-01-26 Thread Stephen Warren
On 01/16/2016 08:09 PM, Stefan Brüns wrote: > The first patch fixes an out-of-bounds access, and makes the calculation of > maximum transfer size more straightforward. It also makes overriding the > maximum transfer size easier for split transactions Sorry I haven't been keeping up on the U-Boot

Re: [U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions

2016-01-26 Thread Marek Vasut
On Wednesday, January 27, 2016 at 04:52:03 AM, Stephen Warren wrote: > On 01/16/2016 08:09 PM, Stefan Brüns wrote: > > The first patch fixes an out-of-bounds access, and makes the calculation > > of maximum transfer size more straightforward. It also makes overriding > > the maximum transfer size

Re: [U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions

2016-01-18 Thread Marek Vasut
On Sunday, January 17, 2016 at 04:09:50 AM, Stefan Brüns wrote: > The first patch fixes an out-of-bounds access, and makes the calculation of > maximum transfer size more straightforward. It also makes overriding the > maximum transfer size easier for split transactions > > 2nd and 3rd patch

[U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions

2016-01-16 Thread Stefan Brüns
The first patch fixes an out-of-bounds access, and makes the calculation of maximum transfer size more straightforward. It also makes overriding the maximum transfer size easier for split transactions 2nd and 3rd patch cleanup and restructure the current code in preparation for the split support.