Re: [U-Boot] [PATCH 06/22] mmc: Add a fonction to dump the mmc capabilities

2017-05-14 Thread Simon Glass
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > This adds a simple helper function to display information (bus width and > mode) based on a capability mask. Useful for debug. > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 17 + > include/mmc.h | 1 +

[U-Boot] [PATCH 06/22] mmc: Add a fonction to dump the mmc capabilities

2017-05-12 Thread Jean-Jacques Hiblot
This adds a simple helper function to display information (bus width and mode) based on a capability mask. Useful for debug. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 17 + include/mmc.h | 1 + 2 files changed, 18 insertions(+) diff --git a/drivers/mmc/mmc.