Re: [U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass wrote: > Adjust this command to work with the new driver model uclass. It needs to > iterate through multiple independent controllers to find hubs, and work > through their children recursively in a different way. Otherwise the > functionality is much the sam

[U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model

2015-03-25 Thread Simon Glass
Adjust this command to work with the new driver model uclass. It needs to iterate through multiple independent controllers to find hubs, and work through their children recursively in a different way. Otherwise the functionality is much the same. Signed-off-by: Simon Glass --- Changes in v2: Non