mmc: tmio: Mask all IRQs when inactive
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Aug 2014 09:55:57 +0000 (11:55 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 01:39:24 +0000 (10:39 +0900)
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>
(cherry picked from commit 20e955c3c746f434a2f97ab08ac6bd71f63c6afa)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/mmc/host/tmio_mmc_pio.c

index 2345177..d52280d 100644 (file)
@@ -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);