mmc: sdhci-brcmstb: Remove CQE quirk
authorAl Cooper <alcooperx@gmail.com>
Thu, 25 Mar 2021 19:28:34 +0000 (15:28 -0400)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 30 Mar 2021 10:42:44 +0000 (12:42 +0200)
Remove the CQHCI_QUIRK_SHORT_TXFR_DESC_SZ quirk because the
latest chips have this fixed and earlier chips have other
CQE problems that prevent the feature from being enabled.

Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210325192834.42955-1-alcooperx@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-brcmstb.c

index f9780c6..f24623a 100644 (file)
@@ -199,7 +199,6 @@ static int sdhci_brcmstb_add_host(struct sdhci_host *host,
        if (dma64) {
                dev_dbg(mmc_dev(host->mmc), "Using 64 bit DMA\n");
                cq_host->caps |= CQHCI_TASK_DESC_SZ_128;
-               cq_host->quirks |= CQHCI_QUIRK_SHORT_TXFR_DESC_SZ;
        }
 
        ret = cqhci_init(cq_host, host->mmc, dma64);