From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 10 Jun 2014 09:58:25 -0600 Subject: [U-Boot] [PATCH 4/4] usb: ci_udc: complete ep0 direction handling In-Reply-To: <201406011922.45126.marex@denx.de> References: <1401396783-21873-1-git-send-email-swarren@wwwdotorg.org> <1401396783-21873-4-git-send-email-swarren@wwwdotorg.org> <201406011922.45126.marex@denx.de> Message-ID: <53972B21.3080501@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> >> 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 ... > Applied all, thanks. Thanks. Are these headed for v2014.07? I don't see these in the main U-Boot repo yet.