From: Guennadi Liakhovetski Date: Thu, 10 Mar 2011 17:43:07 +0000 (+0100) Subject: mmc: tmio: remove work-around for unmasked SDIO interrupts X-Git-Tag: v2.6.39-rc1~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b03421775d5cf8b4d5518a3e80b28cf3f999ce;p=pandora-kernel.git mmc: tmio: remove work-around for unmasked SDIO interrupts SDIO IRQs got unmasked on sh-mobile while writing to the CTL_CLK_AND_WAIT_CTL register, because that register at address 0x138 is not implemented on those SoCs and writes to it overwrite the register at address 0x38: CTL_SDIO_IRQ_MASK. Previous patches eliminated access to register above 0xff on sh-mobile, so that this work-around isn't needed anymore. Signed-off-by: Guennadi Liakhovetski Acked-by: Paul Mundt Signed-off-by: Chris Ball --- Reading git-diff-tree failed