Re: [PATCH] mmc: core: MMC_CAP2_HS200_1_8V_SDR with mmc-hs400-1_8v

2020-12-01 Thread Chris Ruehl
Hi, I have to callback my patch, The mmc.c logic needs the MMC_CAP2_HS200_1_8V_SDR in the current implementation. If I want to precise use mmc-hs400-1_8v or mmc-hs200-1_8v have their explicit code-path its needs a bigger effort. On it. @Avri Altman , I have to reject your ACK. :) Chris On

RE: [PATCH] mmc: core: MMC_CAP2_HS200_1_8V_SDR with mmc-hs400-1_8v

2020-11-29 Thread Avri Altman
> This patch remove the MMC_CAP2_HS200_1_8V_SDR capacity from > host->cap2 when the dt property mmc-hs400-1v8 set. It cause > error and occasionally hang on boot and reboot. > Board with this issue: rk3399 with SanDisk DG4008 eMMC. > > This patch did not change the mmc-hs400-1_2v host->cap2 >

[PATCH] mmc: core: MMC_CAP2_HS200_1_8V_SDR with mmc-hs400-1_8v

2020-11-26 Thread Chris Ruehl
This patch remove the MMC_CAP2_HS200_1_8V_SDR capacity from host->cap2 when the dt property mmc-hs400-1v8 set. It cause error and occasionally hang on boot and reboot. Board with this issue: rk3399 with SanDisk DG4008 eMMC. This patch did not change the mmc-hs400-1_2v host->cap2 added the