Loading drivers/mmc/host/sdhci.c +4 −0 Original line number Diff line number Diff line Loading @@ -2924,6 +2924,10 @@ int sdhci_runtime_resume_host(struct sdhci_host *host) spin_unlock_irqrestore(&host->lock, flags); } if ((mmc->caps2 & MMC_CAP2_HS400_ES) && mmc->ops->hs400_enhanced_strobe) mmc->ops->hs400_enhanced_strobe(mmc, &mmc->ios); spin_lock_irqsave(&host->lock, flags); host->runtime_suspended = false; Loading Loading
drivers/mmc/host/sdhci.c +4 −0 Original line number Diff line number Diff line Loading @@ -2924,6 +2924,10 @@ int sdhci_runtime_resume_host(struct sdhci_host *host) spin_unlock_irqrestore(&host->lock, flags); } if ((mmc->caps2 & MMC_CAP2_HS400_ES) && mmc->ops->hs400_enhanced_strobe) mmc->ops->hs400_enhanced_strobe(mmc, &mmc->ios); spin_lock_irqsave(&host->lock, flags); host->runtime_suspended = false; Loading