commit | 3a654151b78d1b4ef4aba2f126fb3e9da9a58429 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:26 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:01 2017 +0900 |
tree | 24ffdf08854d12737784ff566658130364ec06ea | |
parent | 87ff0f72ff2b6df0442645563595eaa6f02eee8c [diff] |
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>