commit | cd0fb55b640b2991c1d29122d252a360037ed903 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:30 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 65333e1eec999d760682765b6913d9ec0d94abb5 | |
parent | 69f45cd53b8ad8bc3afef2cf2410baf58fe75a6f [diff] |
dm: blk: Add functions to select a hardware partition The block device uclass does not currently support selecting a particular hardware partition but this is needed for MMC. Add it so that the blk API can support MMC properly. Signed-off-by: Simon Glass <sjg@chromium.org>