public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH 0/3] mmc: sdio: add asynchronous interrupt support
@ 2012-09-19  3:12 Kevin Liu
  2012-09-19  3:12 ` [RFC/PATCH 1/3] mmc: sdio: correct the name of SDIO_CCCR_IF[5] to avoid confusion Kevin Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kevin Liu @ 2012-09-19  3:12 UTC (permalink / raw)
  To: linux-mmc, cjb, pierre; +Cc: hzhuang1, cxie4, prakity, kliu5


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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-21  2:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19  3:12 [RFC/PATCH 0/3] mmc: sdio: add asynchronous interrupt support Kevin Liu
2012-09-19  3:12 ` [RFC/PATCH 1/3] mmc: sdio: correct the name of SDIO_CCCR_IF[5] to avoid confusion Kevin Liu
2012-09-19  3:12 ` [RFC/PATCH 2/3] mmc: sdio: add asynchronous interrupt support on device Kevin Liu
2012-09-19  3:12 ` [RFC/PATCH 3/3] mmc: sdhci: add asynchronous interrupt support Kevin Liu
2012-09-19 15:56   ` Ulf Hansson
2012-09-20 11:33     ` Kevin Liu
2012-09-20 15:37       ` Ulf Hansson
2012-09-21  2:19         ` Kevin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox