Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-10-14 Thread Wolfgang Denk
Dear Damien Dusha, In message <1282455714-12834-1-git-send-email-d.du...@gmail.com> you wrote: > Add support for the USB Host controller of the MPC5121e, based on the > original patch by Francesco Rendine [1]. > > The patch configures the USB Host controller and the on-board UTMI phy, > includi

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Damien Dusha
Hi Einar, > I'm using 2 usb sticks for testing: Corsair (32BG) and Doulos (128MB) both > formatted with vfat. > My board contains NXP ISP1520 USB Hub. > Neither of these sticks are being detected correctly, in fact the Corsair is > not detected at all. > > I have tested successfully the Doulos s

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Einar Már Björgvinsson
mail.com] Sent: Wednesday, August 25, 2010 12:45 AM To: Einar Már Björgvinsson Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller. Hi Elinar, The root hub is detected and also it detects a device connected to the controller. However, by testing

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-24 Thread Damien Dusha
Hi Elinar, > The root hub is detected and also it detects a device connected to the > controller. > However, by testing with a usbstick (mass storage) it fails to detect the > device as a storage device. > > I have here a debug printout which is being printed (with debug enabled) > during executi

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-24 Thread Einar Már Björgvinsson
Hi Damien this patch seems to be doing alot better then the original one. The root hub is detected and also it detects a device connected to the controller. However, by testing with a usbstick (mass storage) it fails to detect the device as a storage device. I have here a debug printout which i