commit | a6331fa83cb4a1557df4acfa4214d556f4596904 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:12 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 6388b62dadc61ea9366471b81ebd9714625b3bc7 | |
parent | d97dc8a0e6d38d11848ee78669639324edc0df01 [diff] |
dm: disk: Use legacy block driver info for block device access Instead of calling xx_get_dev() functions for each interface type, use the new legacy block driver which can provide the device through its interface. Signed-off-by: Simon Glass <sjg@chromium.org>