From: Doug Anderson Date: Wed, 25 Jul 2012 15:33:17 +0000 (-0700) Subject: mmc: dw_mmc: Disable low power mode if SDIO interrupts are used X-Git-Tag: v3.6-rc5~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9623b5b9192b349bcadb31cce159072a78ac6972;p=pandora-kernel.git mmc: dw_mmc: Disable low power mode if SDIO interrupts are used The documentation for the dw_mmc part says that the low power mode should normally only be set for MMC and SD memory and should be turned off for SDIO cards that need interrupts detected. The best place I could find to do this is when the SDIO interrupt was first enabled. I rely on the fact that dw_mci_setup_bus() will be called when it's time to reenable. Signed-off-by: Doug Anderson Acked-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed