This patchset add asynchronous interrupt support for both sdio device and sdhci host. Kevin Liu (3): mmc: sdio: correct the name of SDIO_CCCR_IF[5] to avoid confusion mmc: sdio: add asynchronous interrupt support on device mmc: sdhci: add asynchronous interrupt support drivers/mmc/core/sdio.c | 24 ++++++++++++++++++++---- drivers/mmc/host/sdhci.c | 16 ++++++++++++++++ drivers/mmc/host/sdhci.h | 2 ++ include/linux/mmc/card.h | 3 ++- include/linux/mmc/host.h | 1 + include/linux/mmc/sdio.h | 7 +++++-- 6 files changed, 46 insertions(+), 7 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