Sfoglia il codice sorgente

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: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Ulf Hansson 11 anni fa
parent
commit
20e955c3c7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      drivers/mmc/host/tmio_mmc_pio.c

+ 2 - 0
drivers/mmc/host/tmio_mmc_pio.c

@@ -1168,6 +1168,8 @@ int tmio_mmc_host_runtime_suspend(struct device *dev)
 	struct mmc_host *mmc = dev_get_drvdata(dev);
 	struct mmc_host *mmc = dev_get_drvdata(dev);
 	struct tmio_mmc_host *host = mmc_priv(mmc);
 	struct tmio_mmc_host *host = mmc_priv(mmc);
 
 
+	tmio_mmc_disable_mmc_irqs(host, TMIO_MASK_ALL);
+
 	if (host->clk_cache)
 	if (host->clk_cache)
 		tmio_mmc_clk_stop(host);
 		tmio_mmc_clk_stop(host);