]> git.sur5r.net Git - u-boot/commit - common/usb_storage.c
dm: usb: Move storage device scanning into its own function
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:15 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:22 +0000 (11:11 -0600)
commit91557579af4d5492104cb632cb44746b9867fb81
treec205c3a1739c61724d797f67eb4c5c4b4e4a3d44
parent7fc2c1ea7bbb321e2dbd7dc4ab099ce970eab482
dm: usb: Move storage device scanning into its own function

The usb_stor_scan() function is quite long, so split out the code that scans
each device into its own function. Also, rather than setting up the block
device list once at the start, set it up as each device is scanned. This
makes it possible to use this code from driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb_storage.c