Re: [U-Boot] [PATCH v1 03/10] mmc: remove unneeded verification in mmc_set_card_speed()

2018-01-03 Thread Jean-Jacques Hiblot
Hi Jaehoon, On 26/12/2017 11:36, Jaehoon Chung wrote: On 12/21/2017 08:53 PM, Jean-Jacques Hiblot wrote: mmc_set_card_speed() reads the ext csd to check if switch has been OK. But it does it only for MMC_HS and MMC_HS_52. Moreover this check is not really required as there will be a ext csd re

Re: [U-Boot] [PATCH v1 03/10] mmc: remove unneeded verification in mmc_set_card_speed()

2017-12-26 Thread Jaehoon Chung
On 12/21/2017 08:53 PM, Jean-Jacques Hiblot wrote: > mmc_set_card_speed() reads the ext csd to check if switch has been OK. > But it does it only for MMC_HS and MMC_HS_52. Moreover this check is not > really required as there will be a ext csd reading later in the > initialization process to make s

[U-Boot] [PATCH v1 03/10] mmc: remove unneeded verification in mmc_set_card_speed()

2017-12-21 Thread Jean-Jacques Hiblot
mmc_set_card_speed() reads the ext csd to check if switch has been OK. But it does it only for MMC_HS and MMC_HS_52. Moreover this check is not really required as there will be a ext csd reading later in the initialization process to make sure that it succeeded. So remove this partial verification