]> Git Repo - u-boot.git/commit
dm: usb: Convert USB storage to use driver-model for block devs
authorSimon Glass <[email protected]>
Mon, 29 Feb 2016 22:25:58 +0000 (15:25 -0700)
committerSimon Glass <[email protected]>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commit07b2b78ce4bc8ae25e066c65245eaf58c0d9a67c
treee46646dc3a40102a6a7ef01d0b8bb1889d34f3e3
parent40fd050890e08eb6d064aaf074cf3a8b75d1251e
dm: usb: Convert USB storage to use driver-model for block devs

Update this code to support CONFIG_BLK. Each USB storage device can have
one or more block devices as children, each one representing a LUN
(logical unit) of the USB device.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Tested-by: Stephen Warren <[email protected]>
common/usb_storage.c
This page took 0.037704 seconds and 4 git commands to generate.