From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 08 May 2014 17:17:44 -0600 Subject: [U-Boot] [PATCH] usb: ci_udc: parse QTD before over-writing it In-Reply-To: <1399590979-21877-1-git-send-email-swarren@wwwdotorg.org> References: <1399590979-21877-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <536C1098.5050604@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 05/08/2014 05:16 PM, Stephen Warren wrote: > From: Stephen Warren > > ci_udc only allocates a single QTD structure per EP. All data needs to be > extracted from the DTD prior to calling handle_ep_complete(), since that Oh. s/handle_ep_complete/ci_ep_submit_next_request/ there... Let me know if you want me to repost with that fixed, or whether you can fix it up when you apply this. Thanks.