mmc: tmio: remove work-around for unmasked SDIO interrupts
commitd9b03421775d5cf8b4d5518a3e80b28cf3f999ce
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 10 Mar 2011 17:43:07 +0000 (10 18:43 +0100)
committerChris Ball <cjb@laptop.org>
Fri, 25 Mar 2011 14:39:56 +0000 (25 10:39 -0400)
treeccba01a449585df5a5e3d999687b797ad5e2cafa
parentd80e9221742235ebfcbe85e3899603ab2b716749
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 <g.liakhovetski@gmx.de>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/tmio_mmc_pio.c