Re: [U-Boot] [PATCH v3 19/19] SPEAr : USB device controller bugfixes

2010-05-14 Thread Remy Bohmer
Hi, 2010/5/6 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 abov

[U-Boot] [PATCH v3 19/19] SPEAr : USB device controller bugfixes

2010-05-06 Thread 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 corre