Searched hist:ec73d96090c4a513f1fe3a458987ed43480f29d4 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sunxi_mmc.c | ec73d96090c4a513f1fe3a458987ed43480f29d4 Tue Jul 04 19:31:26 UTC 2017 Simon Glass <sjg@chromium.org> dm: mmc: sunxi: Drop mmc_clk_io_on()
This function has #ifdefs in it which we want to avoid for driver model. Instead we should use different compatible strings and the .data field. It also uses the MMC device number which is not available in driver model except through aliases.
Move the function's into its caller so that the driver-model version can do things its own way.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|