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

2019-11-20 Thread Peng Fan
> 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

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

2019-11-18 Thread Y.b. Lu
Any comments? Thanks. > -Original Message- > From: Yangbo Lu > Sent: Tuesday, November 12, 2019 7:29 PM > To: u-boot@lists.denx.de > Cc: Peng Fan ; Feng Li ; Alison > Wang ; Sumit Garg ; Priyanka > Jain ; Mario Six ; Y.b. Lu > > Subject: [PATCH 0/4] Drop redundant code for eSDHC clock ge

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

2019-11-12 Thread Yangbo Lu
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://travis-ci.org/yangbolu1991/u-boot-test/builds/610688748 Yangbo Lu (4): mmc: fsl_esdhc: get clock directly from global data arm: