Re: [U-Boot] [PATCH 07/22] mmc: use mmc modes to select the correct bus speed

2017-05-14 Thread Simon Glass
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: Please add commit message which what is happening and motivation. > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 40 +--- > 1 file changed, 29 insertions(+), 11 deletions(-) Reviewed-by:

[U-Boot] [PATCH 07/22] mmc: use mmc modes to select the correct bus speed

2017-05-12 Thread Jean-Jacques Hiblot
Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 40 +--- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 5d418c5..dc7985f 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -171,9 +17