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>
Showing
- drivers/mmc/Kconfig 10 additions, 0 deletionsdrivers/mmc/Kconfig
- drivers/mmc/Makefile 2 additions, 0 deletionsdrivers/mmc/Makefile
- drivers/mmc/mmc-uclass.c 34 additions, 0 deletionsdrivers/mmc/mmc-uclass.c
- drivers/mmc/mmc.c 2 additions, 0 deletionsdrivers/mmc/mmc.c
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/mmc.h 22 additions, 0 deletionsinclude/mmc.h
Loading
Please register or sign in to comment