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

Commit 20e955c3 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

mmc: tmio: Mask all IRQs when inactive



To make sure we don't receive any spurious IRQs while we are inactive,
mask the IRQs from within the ->runtime_suspend() callback.

Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent ae12d250
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1168,6 +1168,8 @@ int tmio_mmc_host_runtime_suspend(struct device *dev)
	struct mmc_host *mmc = dev_get_drvdata(dev);
	struct tmio_mmc_host *host = mmc_priv(mmc);

	tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_ALL);

	if (host->clk_cache)
		tmio_mmc_clk_stop(host);