summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2013-10-24 15:58:45 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2014-09-09 13:59:08 +0200
commit7501c4315faf46b088ed4de4d8695a91d7d63869 (patch)
tree2e377486f7ff322a5b10e4fa4d5f89347125b1be /drivers/mmc/host/tmio_mmc.h
parent215ba3995ae89866a58b8df41136811c665a22b9 (diff)
downloadlinux-stable-7501c4315faf46b088ed4de4d8695a91d7d63869.tar.gz
linux-stable-7501c4315faf46b088ed4de4d8695a91d7d63869.tar.bz2
linux-stable-7501c4315faf46b088ed4de4d8695a91d7d63869.zip
mmc: tmio: Keep host active while SDIO IRQ is enabled
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.hansson@linaro.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/mmc/host/tmio_mmc.h')
-rw-r--r--drivers/mmc/host/tmio_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h
index 100ffe0b2faf..d6ceb1a5e56f 100644
--- a/drivers/mmc/host/tmio_mmc.h
+++ b/drivers/mmc/host/tmio_mmc.h
@@ -101,6 +101,7 @@ struct tmio_mmc_host {
struct mutex ios_lock; /* protect set_ios() context */
bool native_hotplug;
bool resuming;
+ bool sdio_irq_enabled;
};
int tmio_mmc_host_probe(struct tmio_mmc_host **host,