Re: [U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model

2015-04-07 Thread Simon Glass
On 25 March 2015 at 12:22, Simon Glass wrote: > Add support for scanning USB storage devices with driver model. This mostly > involves adding a USB device ID for storage devices. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > common/usb_storage.c | 51 ++

[U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model

2015-03-25 Thread Simon Glass
Add support for scanning USB storage devices with driver model. This mostly involves adding a USB device ID for storage devices. Signed-off-by: Simon Glass --- Changes in v2: None common/usb_storage.c | 51 +-- 1 file changed, 49 insertions(+), 2