commit | 6a1b206dc48d435c6394cf3a8acc8a883516dd9d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:02 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:20 2015 -0600 |
tree | 26e7aa38c1aa3aca578112813d1394c9c97d3c9f | |
parent | 79b5888729b65e7040d6a964f0015fc2c21b2385 [diff] |
dm: usb: Convert 'usb' command to support driver model 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 <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>