[U-Boot] [PATCH 0/4] Drop redundant code for eSDHC clock getting

Peng Fan peng.fan at nxp.com
Thu Nov 21 01:57:04 UTC 2019


> Subject: [PATCH 0/4] Drop redundant code for eSDHC clock getting
> 

After CI https://travis-ci.org/MrVan/u-boot/builds/614839218
It will show in mmc/master.

Thanks,
Peng.

> This patch-set is to drop redundant code for eSDHC clock getting.
> The fsl_esdhc driver is able to simply get clock from gd->arch.sdhc_clk.
> 
> The CI build link:
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-
> ci.org%2Fyangbolu1991%2Fu-boot-test%2Fbuilds%2F610688748&data=
> 02%7C01%7Cpeng.fan%40nxp.com%7C631a406c77594a0d737808d767637a
> e2%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6370915492695
> 48293&sdata=M3JTaPLlBN2Cq8P3Fujgkv7pnN73EYlpyMjMSObr2Ys%3D
> &reserved=0
> 
> Yangbo Lu (4):
>   mmc: fsl_esdhc: get clock directly from global data
>   arm: ls1021a: drop redundant board_mmc_init()
>   arm: drop eSDHC clock getting in mxc_get_clock() for layerscape
>   mpc83xx: remove unused clock.h
> 
>  arch/arm/cpu/armv7/ls102xa/clock.c                 |  2 --
>  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 15
> ----------  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 15 ----------
>  arch/arm/include/asm/arch-fsl-layerscape/clock.h   |  2 --
>  arch/arm/include/asm/arch-ls102xa/clock.h          |  1 -
>  arch/powerpc/include/asm/arch-mpc83xx/clock.h      | 22 --------------
>  board/freescale/ls1021aiot/ls1021aiot.c            | 15 ----------
>  board/freescale/ls1021aqds/ls1021aqds.c            | 14 ---------
>  board/freescale/ls1021atwr/ls1021atwr.c            | 14 ---------
>  drivers/mmc/fsl_esdhc.c                            | 34
> +++-------------------
>  10 files changed, 4 insertions(+), 130 deletions(-)  delete mode 100644
> arch/powerpc/include/asm/arch-mpc83xx/clock.h
> 
> --
> 2.7.4



More information about the U-Boot mailing list