[PATCH 06/12] mmc: tmio: Mask all IRQs when inactive

2014-08-25 Thread Ulf Hansson
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 --- drivers/mmc/host/tmio_mmc_pio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/host/tmio_mmc_pio.c

[PATCH 06/12] mmc: tmio: Mask all IRQs when inactive

2014-08-25 Thread Ulf Hansson
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.hans...@linaro.org --- drivers/mmc/host/tmio_mmc_pio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git