]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: mmc: Add an MMC uclass
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:48 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:25 +0000 (17:39 -0600)
commite7ecf7cb5a6b873daf2d88daf03034d51fad4acc
treed7bc50bfa1fc488a40f5a05795325c03653a0417
parentfdfa39d3f20b669b0cdb8f5e934003e5689fd911
dm: mmc: Add an MMC uclass

Add basic support for MMC, providing a uclass which can set up an MMC
device. This allows MMC drivers to move to using driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/mmc-uclass.c [new file with mode: 0644]
drivers/mmc/mmc.c
include/dm/uclass-id.h
include/mmc.h