Home
last modified time | relevance | path

Searched hist:ad27dd5e (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmmc.had27dd5e 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 Dmmc.cad27dd5e 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>