Re: [U-Boot] [PATCH 3/5] mmc: dump card and host capabilities if debug is enabled

2017-11-24 Thread Simon Glass
On 21 November 2017 at 08:13, Jean-Jacques Hiblot wrote: > This is a useful information while debugging the initialization process or > performance issues. > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 9 + > 1 file changed, 9

Re: [U-Boot] [PATCH 3/5] mmc: dump card and host capabilities if debug is enabled

2017-11-22 Thread Lukasz Majewski
On Tue, 21 Nov 2017 16:13:06 +0100 Jean-Jacques Hiblot wrote: > This is a useful information while debugging the initialization > process or performance issues. > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 9 + > 1 file changed,

[U-Boot] [PATCH 3/5] mmc: dump card and host capabilities if debug is enabled

2017-11-21 Thread Jean-Jacques Hiblot
This is a useful information while debugging the initialization process or performance issues. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index a5a521e..a30b6a2