From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 5 Mar 2012 19:13:31 +0100 Subject: [U-Boot] [PATCH 2/4] USB:gadget:designware Device controller bugfixes In-Reply-To: <1329393818-24552-3-git-send-email-amit.virdi@st.com> References: <1329393818-24552-1-git-send-email-amit.virdi@st.com> <1329393818-24552-3-git-send-email-amit.virdi@st.com> Message-ID: <201203051913.31765.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Amit Virdi, > From: Vipin KUMAR > > This patch fixes a few bugs in USB device controller driver. > The fixes are as follows > 1. Adding error condition checks eg. NULL return > 2. Endpoint other than endpoint 0 (control endpoint) are initialized > only if usb state machine reaches STATE_ADDRESSED or above > 3. Zero length packet handling corrected > 4. Dead code removed > 5. Bulk out endpoint returns after servicing 1 interrupt and returns > back to service if more interrupts are pending > > Signed-off-by: Vipin Kumar > Signed-off-by: Amit Virdi Ok, I take it you know what you're doing here: Acked-by: Marek Vasut Best regards, Marek Vasut