summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc-uclass.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: mmc: Implement the MMC functions for block devicesSimon Glass2016-05-171-0/+106
| | | | | | | | 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>
* dm: mmc: Add an MMC uclassSimon Glass2015-07-211-0/+34
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>
OpenPOWER on IntegriCloud