Re: [U-Boot] [PATCH 2/4] USB:gadget:designware Device controller bugfixes

2012-03-05 Thread Amit Virdi
Dear Marek, On 3/5/2012 11:43 PM, Marek Vasut wrote: 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 o

Re: [U-Boot] [PATCH 2/4] USB:gadget:designware Device controller bugfixes

2012-03-05 Thread Marek Vasut
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_ADD