]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: mmci: Mask IRQs for all variants during runtime suspend
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 22 Jan 2014 23:19:38 +0000 (00:19 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 May 2014 10:52:34 +0000 (12:52 +0200)
commit42dcc89a914722635814ae405cfdacfeccad82d1
tree1339b18239f7e88ce62e5277f20d3f89074fba06
parent89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd
mmc: mmci: Mask IRQs for all variants during runtime suspend

In runtime suspended state, we are not expecting IRQs and thus we can
safely mask them, not only for pwrreg_nopower variants but for all.

Obviously we then also need to make sure we restore the IRQ mask while
becoming runtime resumed.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c