[PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode
From: Yang, York <hidden>
Date: 2015-12-14 09:24:20
Also in:
linux-mmc
Hi, Carlo I don't think so. You may check the 9faac7b95, there are two changes in sd.c and sdhc.c. Surely the change in sdhc.c will not affect ASUS X205TA (bcm43341) since it is a SDIO device. Actually the calling sequence is this: mmc_sd_init_uhs_card() calls sdhci_execute_tuning(). In 9faac7b95, I enabled tuning for DDR50 in these two functions. If your function calling sequence is mmc_sdio_init_uhs_card()->sdhci_execute_tuning(), the tuning will not carried out, since you didn't enable tuning for DDR50 in mmc_sdio_init_uhs_card(). Unless you call sdhci_execute_tuning directly, the tuning command may go through be sent out. -----Original Message----- From: carlo.caione@gmail.com [mailto:carlo.caione at gmail.com] On Behalf Of Carlo Caione Sent: 2015?12?14? 17:14 To: Yang, York <redacted> Cc: Carlo Caione <redacted>; Ulf Hansson <redacted>; Barry Song <redacted>; linux-mmc <redacted>; DL-SHA-WorkGroupLinux <redacted>; linux-arm-kernel at lists.infradead.org; Song, Barry <redacted> Subject: Re: [PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode On Mon, Dec 14, 2015 at 9:46 AM, Yang, York [off-list ref] wrote:
Hi, Carlo
In 9faac7b95, tuning for DDR50 is enabled in mmc_sd_init_uhs_card(), so only SD card is affected.
This is based on the SD spec version 3.01.
mmc_sdio_init_uhs_card() is untouched. I don't know who add the code into mmc_sdio_init_uhs_card() and you may have a check on your side.Hi Yang, sorry for not being clear. Modifying mmc_sdio_init_uhs_card() was only a test I did to check whether that could fix the issue, but it didn't. Right now the situation is: - In the latest master with commit 9faac7b95 WiFi is broken on the ASUS X205TA (bcm43341) - Reverting 9faac7b95 makes it working fine again My conclusion is that issuing the CMD19 is basically breaking WiFi on this platform. -- Carlo Caione