
Hi Satendra,
On Thu, Jan 17, 2013 at 11:33 AM, Satendra... satendra.pratap@gmail.com wrote:
Hi ,
I had ported usb3.0 xHCI driver code (not merged yet in the U-Boot : http://patchwork.ozlabs.org/patch/193477/ ) from U-Boot to Barebox. Using that I was able to detect the Controller and hub but not the usb storage devices.
So I thought porting usb3.0 xHCI driver code as is (not integrating in barebox usb driver framework) from U-Boot to barebox and also ported the Barebox's usb core and command code just to test whether original code works fine. But still code not able to detect any storage device device but controller and hub.
As we also explained in thread: [RFC PATCH 0/2] USB: XHCI: Add xHCI host controller stack driver http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/145112 although code is based on linux's xHCI host controller driver, at certain points putting some delays seemed to make the device working.
The driver was certainly not fine tuned and needed further rework which we couldn't do due to other responsibilities. :-(
Any help is appreciated.