Re: [U-Boot] [PATCH] usb: ci_udc: fix emissions of ZLPs

2015-09-12 Thread Marek Vasut
On Saturday, September 12, 2015 at 01:10:02 AM, Stephen Warren wrote: > From: Stephen Warren > > Commit 6a132416359e "ci_udc: Update the ci_udc driver to support bulk > transfers" caused the value of "len" to change without updating subsquent > users of that variable in ci_ep_submit_next_request(

[U-Boot] [PATCH] usb: ci_udc: fix emissions of ZLPs

2015-09-11 Thread Stephen Warren
From: Stephen Warren Commit 6a132416359e "ci_udc: Update the ci_udc driver to support bulk transfers" caused the value of "len" to change without updating subsquent users of that variable in ci_ep_submit_next_request(). This caused the code that detects when to emit ZLPs (Zero Length Packets) nev