Searched hist:ad27dd5e13436b554f0f3cb9cd3e79634494072d (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | mmc.h | diff ad27dd5e13436b554f0f3cb9cd3e79634494072d Sun May 01 14:52:40 CDT 2016 Simon Glass <sjg@chromium.org> dm: mmc: Add a way to bind MMC devices with driver model
Binding an MMC device when CONFIG_BLK is enabled requires that a block device be bound as a child of the MMC device. Add a function to do this. The mmc_create() method will be used only when DM_BLK is disabled.
Add an unbind method also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff ad27dd5e13436b554f0f3cb9cd3e79634494072d Sun May 01 14:52:40 CDT 2016 Simon Glass <sjg@chromium.org> dm: mmc: Add a way to bind MMC devices with driver model
Binding an MMC device when CONFIG_BLK is enabled requires that a block device be bound as a child of the MMC device. Add a function to do this. The mmc_create() method will be used only when DM_BLK is disabled.
Add an unbind method also.
Signed-off-by: Simon Glass <sjg@chromium.org>
|