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

2012-09-20 Thread Kevin Liu
2012/9/20 Ulf Hansson : > On 20 September 2012 13:33, Kevin Liu wrote: >> Hi, Ulf >> >> 2012/9/19 Ulf Hansson : >>> Hi Kevin, >>> >>> On 19 September 2012 05:12, Kevin Liu wrote: From: Kevin Liu If host support asynchronous interrupt and sdio device has enabled it, then enabl

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

2012-09-20 Thread Ulf Hansson
On 20 September 2012 13:33, Kevin Liu wrote: > Hi, Ulf > > 2012/9/19 Ulf Hansson : >> Hi Kevin, >> >> On 19 September 2012 05:12, Kevin Liu wrote: >>> From: Kevin Liu >>> >>> If host support asynchronous interrupt and sdio device has enabled it, >>> then enable/disable asynchronous interrupt on

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

2012-09-20 Thread Kevin Liu
Hi, Ulf 2012/9/19 Ulf Hansson : > Hi Kevin, > > On 19 September 2012 05:12, 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:

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

2012-09-19 Thread Ulf Hansson
Hi Kevin, On 19 September 2012 05:12, 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

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

2012-09-18 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 | 16 drivers/mmc/host/sdhci.h |2 ++ 2 files cha