Re: [PATCH 5/5] mmc: sdhci-spear: use generic card detection gpio support

2014-02-23 Thread Pratyush Anand
Hi Russell, On Fri, Feb 21, 2014 at 06:41:28PM +0800, Russell King wrote: 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+ker...@arm.linux.org.uk ---

[PATCH 5/5] mmc: sdhci-spear: use generic card detection gpio support

2014-02-21 Thread Russell King
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+ker...@arm.linux.org.uk --- drivers/mmc/host/sdhci-spear.c | 78 +- 1