Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-21 Thread Wolfgang Denk
Dear Jeroen Hofstee, In message <1334870718-24065-1-git-send-email-jer...@myspectrum.nl> you wrote: > This is just a patch for the problem reported here: > http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally > reported by Igor. > > "Looks like this is copy paste error from

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-20 Thread Tom Rini
On Fri, Apr 20, 2012 at 09:42:46AM +0200, Stefano Babic wrote: > On 20/04/2012 00:42, Tom Rini wrote: > > On Thu, Apr 19, 2012 at 11:25:18PM +0200, Jeroen Hofstee wrote: > >> This is just a patch for the problem reported here: > >> http://lists.denx.de/pipermail/u-boot/2012-February/117580.html ori

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-20 Thread Stefano Babic
On 20/04/2012 00:42, Tom Rini wrote: > On Thu, Apr 19, 2012 at 11:25:18PM +0200, Jeroen Hofstee wrote: >> This is just a patch for the problem reported here: >> http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally >> reported by Igor. >> >> "Looks like this is copy paste erro

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-20 Thread Govindraj
On Fri, Apr 20, 2012 at 2:55 AM, Jeroen Hofstee wrote: > This is just a patch for the problem reported here: > http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally > reported by Igor. > > "Looks like this is copy paste error from my side,(for port2/3 it should have > been b

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-19 Thread Jeroen Hofstee
On 04/20/2012 12:42 AM, Tom Rini wrote: I don't see any difference between the first usb start and the following resets, should there have been? Clearly, there's a problem, but lets see if we can fix all of it in time.. Thanks! Sorry, it was incomplete. The resets are just to indicate it is neve

Re: [U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-19 Thread Tom Rini
On Thu, Apr 19, 2012 at 11:25:18PM +0200, Jeroen Hofstee wrote: > This is just a patch for the problem reported here: > http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally > reported by Igor. > > "Looks like this is copy paste error from my side,(for port2/3 it should have

[U-Boot] [PATCH] ehci-omap: fix for enabling the correct usb port

2012-04-19 Thread Jeroen Hofstee
This is just a patch for the problem reported here: http://lists.denx.de/pipermail/u-boot/2012-February/117580.html originally reported by Igor. "Looks like this is copy paste error from my side,(for port2/3 it should have been bypass for port2/3 rather its port1 set in bypass mode)" I only su