Re: [PATCH] mmc: sdhci-brcmstb: Remove CQE quirk

2021-03-30 Thread Ulf Hansson
On Thu, 25 Mar 2021 at 20:28, Al Cooper wrote: > > 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 Applied for next, thanks! Kind rega

Re: [PATCH] mmc: sdhci-brcmstb: Remove CQE quirk

2021-03-25 Thread Florian Fainelli
On 3/25/2021 12:28 PM, Al Cooper wrote: > 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 Acked-by: Florian Fainelli -- Florian

[PATCH] mmc: sdhci-brcmstb: Remove CQE quirk

2021-03-25 Thread Al Cooper
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 --- drivers/mmc/host/sdhci-brcmstb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers