From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 14 Apr 2017 15:32:09 +0900 Subject: [U-Boot] [PATCH] mmc: zynq_sdhci: improve debug print In-Reply-To: References: <1491183743-19861-1-git-send-email-jeff.dagenais@gmail.com> Message-ID: <9faed9e9-63c0-a62f-c813-b8e93b69f393@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/14/2017 03:29 PM, Jaehoon Chung wrote: > On 04/03/2017 10:42 AM, Jean-Francois Dagenais wrote: >> When debugging dual SDHCI controller setup, printing strings and bank info >> is very helpful. >> >> Signed-off-by: Jean-Francois Dagenais > > This was delegated to Michal, but it's related to mmc side. > So i will change to delegate to me..and applied to u-boot-mmc. Thanks! Sorry. i can't apply this patch..Could you check this? Best Regards, Jaehoon Chung > > Best Regards, > Jaehoon Chung > >> --- >> drivers/mmc/zynq_sdhci.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/mmc/zynq_sdhci.c b/drivers/mmc/zynq_sdhci.c >> index 089a424..f975165 100644 >> --- a/drivers/mmc/zynq_sdhci.c >> +++ b/drivers/mmc/zynq_sdhci.c >> @@ -160,8 +160,8 @@ static void arasan_sdhci_set_tapdelay(struct sdhci_host *host) >> else >> return; >> >> - debug("%s, %d:%d, mode:%d\n", __func__, priv->deviceid, priv->bank, >> - uhsmode); >> + debug("%s, host:%s devId:%d, bank:%d, mode:%d\n", __func__, host->name, >> + priv->deviceid, priv->bank, uhsmode); >> if ((uhsmode >= MMC_TIMING_UHS_SDR25) && >> (uhsmode <= MMC_TIMING_HS200)) >> arasan_zynqmp_set_tapdelay(priv->deviceid, uhsmode, >> > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot >