Home
last modified time | relevance | path

Searched hist:"05 cbeb7c3612da8d4bafa82be05092450a500052" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.cdiff 05cbeb7c3612da8d4bafa82be05092450a500052 Sat Apr 22 20:10:56 CDT 2017 Simon Glass <sjg@chromium.org> dm: mmc: Don't call board_mmc_power_init() with driver model

We should not call out to board code from drivers. With driver model,
mmc_power_init() already has code to use a named regulator, but the
legacy code path remains. Update the code to make this clear.

Signed-off-by: Simon Glass <sjg@chromium.org>