From: Andreas Fenkart Date: Thu, 29 May 2014 08:28:03 +0000 (+0200) Subject: mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected X-Git-Tag: cleanup-for-v3.18~32^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f945901f9aaff859c6b3244628c766d1939e46e7;p=pandora-kernel.git mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected On multicores, an sdio irq handler could be running in parallel to runtime suspend. In the worst case it could be waiting for the spinlock held by the runtime suspend. When runtime suspend is complete and the functional clock (fclk) turned off, the irq handler will continue and cause a SIGBUS on the first register access. Acked-by: Balaji T K Signed-off-by: Andreas Fenkart Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed