Re: [PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

2021-01-25 Thread Nicolas Schichan
On 07/01/2021 23:15, Al Cooper wrote: > Commit e7b5d63a82fe ("mmc: sdhci-brcmstb: Add shutdown callback") > that added a shutdown callback to the diver, is causing "mmc timeout" > errors on S5 suspend. The problem was that the "remove" was queuing > additional MMC commands after the "shutdown" and

Re: [PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

2021-01-13 Thread Ulf Hansson
On Thu, 7 Jan 2021 at 23:15, Al Cooper wrote: > > Commit e7b5d63a82fe ("mmc: sdhci-brcmstb: Add shutdown callback") > that added a shutdown callback to the diver, is causing "mmc timeout" > errors on S5 suspend. The problem was that the "remove" was queuing > additional MMC commands after the "shu

Re: [PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

2021-01-12 Thread Adrian Hunter
On 8/01/21 12:15 am, Al Cooper wrote: > Commit e7b5d63a82fe ("mmc: sdhci-brcmstb: Add shutdown callback") > that added a shutdown callback to the diver, is causing "mmc timeout" > errors on S5 suspend. The problem was that the "remove" was queuing > additional MMC commands after the "shutdown" and

Re: [PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

2021-01-07 Thread Florian Fainelli
On 1/7/21 2:15 PM, Al Cooper wrote: > Commit e7b5d63a82fe ("mmc: sdhci-brcmstb: Add shutdown callback") > that added a shutdown callback to the diver, is causing "mmc timeout" > errors on S5 suspend. The problem was that the "remove" was queuing > additional MMC commands after the "shutdown" and th

[PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend

2021-01-07 Thread Al Cooper
Commit e7b5d63a82fe ("mmc: sdhci-brcmstb: Add shutdown callback") that added a shutdown callback to the diver, is causing "mmc timeout" errors on S5 suspend. The problem was that the "remove" was queuing additional MMC commands after the "shutdown" and these caused timeouts as the MMC queues were c