mmc: tmio: Mask all IRQs when inactive
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Aug 2014 09:55:57 +0000 (11:55 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 9 Sep 2014 11:59:10 +0000 (13:59 +0200)
commit20e955c3c746f434a2f97ab08ac6bd71f63c6afa
tree6df63aa1ec9d122bfb52991713153d239d5d599a
parentae12d25053fa20d67b16e568917b956006d5dc01
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>
drivers/mmc/host/tmio_mmc_pio.c