commit | 4bca666a9ab4960af19786ec09c12f9f0f589ff2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:39 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | cd8038b690e2fdb47755f8b91a2e59f9313b3c68 | |
parent | a6a15c41ea685426ce520107f37ddf00820cc5f4 [diff] |
dm: mmc: Implement the MMC functions for block devices Implement the functions in mmc_legacy.c for driver-model block devices, so that MMC can use driver model for these. This allows CONFIG_BLK to be enabled with DM_MMC. Signed-off-by: Simon Glass <sjg@chromium.org>