Last tests showed some problems with MX51, especially with card_detect. While the approach in general will suffice for i.MX5x, it seems there are a few details missing right now. Because I do not have the resources (both time and hardware) to deal with these issues, I propose a step by step approach. Let's add the functionality for mx25/35 first and make sure there is no difference in behaviour for mx5x. (Note that the i.MX5x can route the pins directly to the controller, so a properly designed board should not need these gpio-additions.) That is what this patch series does: The main change is that mx5x won't notice any difference. For mx25/35, it is the same as it has been tested by Eric and Marc. Thanks to all involved in providing feedback, I hope it can go in now. If you want to add support for it to your board, please CC me. Have a nice weekend, Wolfram Wolfram Sang (3): mmc: sdhci-esdhc-imx: add support for write protect on custom GPIO on mx25/35 mmc: sdhci-esdhc: broken card detection is not a default quirk mmc: sdhci-esdhc-imx: add card detect on custom GPIO for mx25/35 arch/arm/plat-mxc/include/mach/esdhc.h | 12 +++- drivers/mmc/host/sdhci-esdhc-imx.c | 134 +++++++++++++++++++++++++++++--- drivers/mmc/host/sdhci-esdhc.h | 1 - drivers/mmc/host/sdhci-of-esdhc.c | 3 +- 4 files changed, 135 insertions(+), 15 deletions(-) -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html