
14 May
2016
14 May
'16
9:38 p.m.
On 1 May 2016 at 13:52, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
drivers/mmc/Makefile | 4 +- drivers/mmc/mmc-uclass.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 1 deletion(-)
Applied to u-boot-dm.