[U-Boot] [PATCH v2 2/3] mmc: use sdhci.c intead of s5p_mmc.c

Minkyu Kang promsoft at gmail.com
Fri Mar 30 15:02:04 CEST 2012


On 30 March 2012 11:39, Jaehoon Chung <jh80.chung at samsung.com> wrote:
> In driver mmc, generic sdhci code is implemented.
> s5p_mmc file  is dupulicated.
> we are good that use the generic sdhci.
> This patch supported the sdhci  for Samsung-SoC.
>
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
>  drivers/mmc/Makefile                    |    2 +-
>  drivers/mmc/s5p_mmc.c                   |  490 -------------------------------
>  drivers/mmc/s5p_sdhci.c                 |   98 ++++++
>  drivers/mmc/sdhci.c                     |   12 +
>  include/sdhci.h                         |    6 +
>  7 files changed, 211 insertions(+), 583 deletions(-)
>  delete mode 100644 drivers/mmc/s5p_mmc.c
>  create mode 100644 drivers/mmc/s5p_sdhci.c
>

Acked-by: Minkyu Kang <mk7.kang at samsung.com>

-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list