Re: [U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities

2017-10-08 Thread Simon Glass
On 2 October 2017 at 02:57, Jean-Jacques Hiblot wrote: > Hi Jaehoon, > > > On 22/09/2017 15:54, Jaehoon Chung wrote: >> >> Hi, >> >> On 09/21/2017 11:29 PM, Jean-Jacques Hiblot wrote: >>> >>> This adds a simple helper function to display information (bus width and >>> mode) based

Re: [U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities

2017-10-02 Thread Jean-Jacques Hiblot
Hi Jaehoon, On 22/09/2017 15:54, Jaehoon Chung wrote: Hi, On 09/21/2017 11:29 PM, 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. I agreed this is useful.. but there is no usage in your

Re: [U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities

2017-09-22 Thread Jaehoon Chung
Hi, On 09/21/2017 11:29 PM, 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. I agreed this is useful.. but there is no usage in your patch. How did you use this? and Where does call this

[U-Boot] [PATCH v2 07/26] mmc: Add a function to dump the mmc capabilities

2017-09-21 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 | 24 include/mmc.h | 1 + 2 files changed, 25 insertions(+) diff