Re: [U-Boot] [PATCH 2/5] dm: usb: Add support for companion controllers

2015-05-05 Thread Hans de Goede
Hi Simon, On 05/05/2015 11:46 PM, Simon Glass wrote: Hi Hans, On 5 May 2015 at 07:28, Hans de Goede wrote: USB companion controllers must be scanned after the main controller has been scanned, so that any devices which the main controller which to hand over to the companion have actually been

Re: [U-Boot] [PATCH 2/5] dm: usb: Add support for companion controllers

2015-05-05 Thread Simon Glass
Hi Hans, On 5 May 2015 at 07:28, Hans de Goede wrote: > USB companion controllers must be scanned after the main controller has > been scanned, so that any devices which the main controller which to hand > over to the companion have actually been handed over before we scan the > companion. > > As

[U-Boot] [PATCH 2/5] dm: usb: Add support for companion controllers

2015-05-05 Thread Hans de Goede
USB companion controllers must be scanned after the main controller has been scanned, so that any devices which the main controller which to hand over to the companion have actually been handed over before we scan the companion. As there are no guarantees that this will magically happen in the rig