Re: [U-Boot] [PATCH v2 4/4] mmc: all hosts support 1-bit bus width and legacy timings

2017-11-27 Thread Simon Glass
On 27 November 2017 at 02:59, Jean-Jacques Hiblot wrote: > Make sure that those basic capabilities are advertised by the host. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Lukasz Majewski > --- > > no change since v1 > >

[U-Boot] [PATCH v2 4/4] mmc: all hosts support 1-bit bus width and legacy timings

2017-11-27 Thread Jean-Jacques Hiblot
Make sure that those basic capabilities are advertised by the host. Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Lukasz Majewski --- no change since v1 drivers/mmc/mmc.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git