Re: [U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling

2014-06-10 Thread Stephen Warren
On 06/01/2014 11:22 AM, Marek Vasut wrote: On Thursday, May 29, 2014 at 10:53:03 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com handle_setup() currently assumes that the response to a Setup transaction will be an OUT transaction, and any subsequent packet (if any) will be

Re: [U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling

2014-06-10 Thread Marek Vasut
On Tuesday, June 10, 2014 at 05:58:25 PM, Stephen Warren wrote: On 06/01/2014 11:22 AM, Marek Vasut wrote: On Thursday, May 29, 2014 at 10:53:03 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com handle_setup() currently assumes that the response to a Setup transaction

Re: [U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling

2014-06-01 Thread Marek Vasut
On Thursday, May 29, 2014 at 10:53:03 PM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com handle_setup() currently assumes that the response to a Setup transaction will be an OUT transaction, and any subsequent packet (if any) will be an IN transaction. This appears to be valid

[U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling

2014-05-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com handle_setup() currently assumes that the response to a Setup transaction will be an OUT transaction, and any subsequent packet (if any) will be an IN transaction. This appears to be valid in many cases; both USB enumeration and Mass Storage work OK with