Re: [U-Boot] [PATCH 08/13] mmc: tmio: Silence transfer errors when tuning

2018-11-02 Thread Marek Vasut
On 11/02/2018 04:59 AM, Masahiro Yamada wrote: > On Thu, Nov 1, 2018 at 9:14 PM Marek Vasut wrote: >> >> On 11/01/2018 12:42 PM, Masahiro Yamada wrote: >>> On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: In case the controller performs card tuning, that is, sends MMC command 19 o

Re: [U-Boot] [PATCH 08/13] mmc: tmio: Silence transfer errors when tuning

2018-11-01 Thread Masahiro Yamada
On Thu, Nov 1, 2018 at 9:14 PM Marek Vasut wrote: > > On 11/01/2018 12:42 PM, Masahiro Yamada wrote: > > On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: > >> > >> In case the controller performs card tuning, that is, sends MMC > >> command 19 or 21, silence possible CRC error warning prints. Th

Re: [U-Boot] [PATCH 08/13] mmc: tmio: Silence transfer errors when tuning

2018-11-01 Thread Marek Vasut
On 11/01/2018 12:42 PM, Masahiro Yamada wrote: > On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: >> >> In case the controller performs card tuning, that is, sends MMC >> command 19 or 21, silence possible CRC error warning prints. The >> warnings are bound to happen, since the tuning will fail f

Re: [U-Boot] [PATCH 08/13] mmc: tmio: Silence transfer errors when tuning

2018-11-01 Thread Masahiro Yamada
On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: > > In case the controller performs card tuning, that is, sends MMC > command 19 or 21, silence possible CRC error warning prints. The > warnings are bound to happen, since the tuning will fail for some > settings while searching for the optimal co