Re: [U-Boot] [PATCH 4/5] mmc: Fixed a problem with old sd or mmc that do not support High speed

2017-11-24 Thread Simon Glass
On 21 November 2017 at 08:13, Jean-Jacques Hiblot wrote: nit: It is common to use the imperative tense in patches rather than past tesse, e.g. 'Fix a problem with...' > As the legacy modes were not added to the list of supported modes, old > cards that do not support other modes could not be use

Re: [U-Boot] [PATCH 4/5] mmc: Fixed a problem with old sd or mmc that do not support High speed

2017-11-22 Thread Lukasz Majewski
On Tue, 21 Nov 2017 16:13:07 +0100 Jean-Jacques Hiblot wrote: > As the legacy modes were not added to the list of supported modes, old > cards that do not support other modes could not be used. > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c | 4 ++-- > 1 file changed, 2 inser

[U-Boot] [PATCH 4/5] mmc: Fixed a problem with old sd or mmc that do not support High speed

2017-11-21 Thread Jean-Jacques Hiblot
As the legacy modes were not added to the list of supported modes, old cards that do not support other modes could not be used. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c i