Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be755111 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci: update sdhci_cmdq_set_transfer_params()" into msm-4.9

parents 3cfb20a5 7e709300
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3607,6 +3607,8 @@ static void sdhci_cmdq_set_transfer_params(struct mmc_host *mmc)
			ctrl |= SDHCI_CTRL_ADMA32;
		sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
	}
	if (host->ops->toggle_cdr)
		host->ops->toggle_cdr(host, false);
}

static void sdhci_cmdq_clear_set_irqs(struct mmc_host *mmc, bool clear)