[U-Boot] [PATCH 1/2] mmc: sdhci: use the host version value in sdhci_setup_cfg

Simon Glass sjg at chromium.org
Tue Sep 27 02:33:53 CEST 2016


On 23 September 2016 at 04:14, Jaehoon Chung <jh80.chung at samsung.com> wrote:
> "host->version" isn't a SoC specific value.
> It doesn't need to get in each SoC drivers.
>
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
> ---
>  drivers/mmc/atmel_sdhci.c   | 1 -
>  drivers/mmc/bcm2835_sdhci.c | 1 -
>  drivers/mmc/kona_sdhci.c    | 5 -----
>  drivers/mmc/msm_sdhci.c     | 3 ---
>  drivers/mmc/mv_sdhci.c      | 4 ----
>  drivers/mmc/s5p_sdhci.c     | 1 -
>  drivers/mmc/sdhci.c         | 6 +++++-
>  drivers/mmc/spear_sdhci.c   | 5 -----
>  drivers/mmc/zynq_sdhci.c    | 2 --
>  9 files changed, 5 insertions(+), 23 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list