
18 Jul
2015
18 Jul
'15
1:57 a.m.
On 23 June 2015 at 15:38, Simon Glass sjg@chromium.org wrote:
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
Changes in v3: None Changes in v2: None
drivers/mmc/Kconfig | 10 ++++++++++ drivers/mmc/Makefile | 2 ++ drivers/mmc/mmc-uclass.c | 34 ++++++++++++++++++++++++++++++++++ drivers/mmc/mmc.c | 2 ++ include/dm/uclass-id.h | 1 + include/mmc.h | 22 ++++++++++++++++++++++ 6 files changed, 71 insertions(+) create mode 100644 drivers/mmc/mmc-uclass.c
Applied to u-boot-dm.