From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Liu Subject: [RFC/PATCH 0/3] mmc: sdio: add asynchronous interrupt support Date: Wed, 19 Sep 2012 11:12:49 +0800 Message-ID: <1348024372-32073-1-git-send-email-keyuan.liu@gmail.com> Return-path: Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:53223 "EHLO na3sys009aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751440Ab2ISDR0 (ORCPT ); Tue, 18 Sep 2012 23:17:26 -0400 Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: linux-mmc@vger.kernel.org, cjb@laptop.org, pierre@ossman.eu Cc: hzhuang1@marvell.com, cxie4@marvell.com, prakity@marvell.com, kliu5@marvell.com 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(-)