[PATCH 01/12] mmc: tmio: Keep host active while SDIO IRQ is enabled

2014-08-25 Thread Ulf Hansson
The host must be kept active to be able to serve SDIO IRQs, thus let's prevent it from going inactive while SDIO IRQ is enabled. Signed-off-by: Ulf Hansson --- drivers/mmc/host/tmio_mmc.h | 1 + drivers/mmc/host/tmio_mmc_pio.c | 19 +++ 2 files changed, 16 insertions(+), 4

[PATCH 01/12] mmc: tmio: Keep host active while SDIO IRQ is enabled

2014-08-25 Thread Ulf Hansson
The host must be kept active to be able to serve SDIO IRQs, thus let's prevent it from going inactive while SDIO IRQ is enabled. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/host/tmio_mmc.h | 1 + drivers/mmc/host/tmio_mmc_pio.c | 19 +++ 2 files