This patchset add the support for sdhci host to wakeup system from suspend. Specifically, sdio card interrupt and sd card insert/removal can wake up host system. The first patch aim to fix a irq bug while the other two aim to enable the wakeup function. Kevin Liu (3): mmc: sdhci: disable interrupt before free_irq mmc: sdhci: add wake up support mmc: sdhci-pxav3: add wake up support drivers/mmc/host/sdhci-pxav3.c | 7 ++++ drivers/mmc/host/sdhci.c | 61 ++++++++++++++++++++++--------- include/linux/platform_data/pxa_sdhci.h | 2 + 3 files changed, 53 insertions(+), 17 deletions(-) -- 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