Re: [RFC/PATCH v2 3/3] mmc: sdhci: add asynchronous interrupt support

2012-09-24 Thread Ulf Hansson
On 21 September 2012 05:07, Kevin Liu wrote: > From: Kevin Liu > > If host support asynchronous interrupt and sdio device has enabled it, > then enable/disable asynchronous interrupt on host when enable/disable > sdio irq. > > Signed-off-by: Kevin Liu > --- > drivers/mmc/host/sdhci.c | 15 +++

[RFC/PATCH v2 3/3] mmc: sdhci: add asynchronous interrupt support

2012-09-20 Thread Kevin Liu
From: Kevin Liu If host support asynchronous interrupt and sdio device has enabled it, then enable/disable asynchronous interrupt on host when enable/disable sdio irq. Signed-off-by: Kevin Liu --- drivers/mmc/host/sdhci.c | 15 +++ drivers/mmc/host/sdhci.h |2 ++ 2 files chan