Re: [PATCH v2 2/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186

2020-08-05 Thread Adrian Hunter
On 4/08/20 7:29 am, Sowjanya Komatineni wrote: > commit 4346b7c7941d ("mmc: tegra: Add Tegra186 support") So that could be a Fixes tag also? > > SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK is set for Tegra186 from the > beginning of its support in driver. > > Tegra186 SDMMC hardware by default uses tim

[PATCH v2 2/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186

2020-08-03 Thread Sowjanya Komatineni
commit 4346b7c7941d ("mmc: tegra: Add Tegra186 support") SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK is set for Tegra186 from the beginning of its support in driver. Tegra186 SDMMC hardware by default uses timeout clock (TMCLK) instead of SDCLK and this quirk should not be set. So, this patch remove thi