This patchset add asynchronous interrupt support for both sdio device and sdhci host. changelog v1 -> v2: - add mmc_card_set_async_int()/mmc_card_async_int() - delete async_int bit in cccr structure 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 | 15 +++++++++++++++ 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(+), 6 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