[U-Boot] [PATCH V4 02/17] usb: ehci-mx6: add support for host mode otg port

2013-09-19 Thread Troy Kisky
Previously, only host1 was supported using an index of 0. Now, otg has index 0, host1 is 1, host2 is 2, host3 is 3. Since OTG requires usbmode to be set after reset, I added a weak function ehci_hcd_init_after_reset to handle this, and removed it from ehci_hcd_init. I also added a weak function boa

Re: [U-Boot] [PATCH V4 02/17] usb: ehci-mx6: add support for host mode otg port

2013-09-20 Thread Marek Vasut
Dear Troy Kisky, > Previously, only host1 was supported using an index of 0. > Now, otg has index 0, host1 is 1, host2 is 2, host3 is 3. > Since OTG requires usbmode to be set after reset, I added > a weak function ehci_hcd_init_after_reset to handle this, > and removed it from ehci_hcd_init. I al

Re: [U-Boot] [PATCH V4 02/17] usb: ehci-mx6: add support for host mode otg port

2013-09-20 Thread Troy Kisky
On 9/20/2013 3:51 AM, Marek Vasut wrote: Dear Troy Kisky, Previously, only host1 was supported using an index of 0. Now, otg has index 0, host1 is 1, host2 is 2, host3 is 3. Since OTG requires usbmode to be set after reset, I added a weak function ehci_hcd_init_after_reset to handle this, and r