mmc: sdhci-spear: use generic card detection gpio support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Feb 2014 21:32:49 +0000 (21:32 +0000)
committerChris Ball <chris@printf.net>
Tue, 4 Mar 2014 21:28:47 +0000 (16:28 -0500)
commitb42b9b12e9b768884f258e31caf4f3a2a2cea2fd
treedbc849f9cad8ec07742a8cc6b81859a3be9c5b1a
parent42c1add97073b5a701b8aee0fdb69ef0345d4c50
mmc: sdhci-spear: use generic card detection gpio support

sdhci has support for using GPIOs for card detection.  If we have a
GPIO specified, we can use that directly, without needing our own
interrupt handler.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci-spear.c