Re: [U-Boot] [PATCH v2] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD

2017-05-14 Thread Simon Glass
On 10 May 2017 at 18:25, Wenyou Yang wrote: > To fix the timeout of sending the write command, enable the quirk > SDHCI_QUIRK_WAIT_SEND_CMD. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Add missed this quirk in atmel_sdhci_init(). > >

[U-Boot] [PATCH v2] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD

2017-05-10 Thread Wenyou Yang
To fix the timeout of sending the write command, enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD. Signed-off-by: Wenyou Yang --- Changes in v2: - Add missed this quirk in atmel_sdhci_init(). drivers/mmc/atmel_sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)