Re: [U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass wrote: > USB devices in U-Boot are currently probed only after all devices have > been enumerated. Each type of device is probed by custom code, e.g.: > > - USB storage > - Keyboard > - Ethernet > > With driver model this approach doesn't work very well. We c

[U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed

2015-03-25 Thread Simon Glass
USB devices in U-Boot are currently probed only after all devices have been enumerated. Each type of device is probed by custom code, e.g.: - USB storage - Keyboard - Ethernet With driver model this approach doesn't work very well. We could build a picture of the bus and then go back and add the