Re: [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-30 Thread Andreas Fenkart
Sorry missed your previous mail 2014-03-25 16:19 GMT+01:00 Balaji T K balaj...@ti.com: This seems wrong to me. What if the host is suspended (runtime PM wise) and you want to disable SDIO irq. Won't SDIO irq be kept enabled in this case? First of all, In runtime suspended state is a

Re: [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-25 Thread Ulf Hansson
of this series It seems like I have been reviewing the patch Balaji sent 21 march, with you as author. Apparently Balaji must be using an old version of your patch!? That's not good, especially if he is doing some tests as well. :-) [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt Anyway, when I get

Re: [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-25 Thread Balaji T K
/lists/linux-omap/msg104252.html [2] http://www.spinics.net/lists/linux-mmc/msg25521.html [3] http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc.git/log/?id=refs/heads/mmc-next [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt Anyway, when I get some time I will have a look at your original

Re: [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-24 Thread Ulf Hansson
On 24 March 2014 15:59, Andreas Fenkart afenk...@gmail.com wrote: Hi, 2014-03-24 13:43 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 21 March 2014 17:17, Balaji T K balaj...@ti.com wrote: From: Andreas Fenkart afenk...@gmail.com There have been various patches floating around for

Re: [PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-24 Thread Andreas Fenkart
2014-03-24 17:02 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 24 March 2014 15:59, Andreas Fenkart afenk...@gmail.com wrote: Hi, 2014-03-24 13:43 GMT+01:00 Ulf Hansson ulf.hans...@linaro.org: On 21 March 2014 17:17, Balaji T K balaj...@ti.com wrote: From: Andreas Fenkart

[PATCH 6/9] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-21 Thread Balaji T K
From: Andreas Fenkart afenk...@gmail.com There have been various patches floating around for enabling the SDIO IRQ for hsmmc, but none of them ever got merged. Probably the reason for not merging the SDIO interrupt patches has been the lack of wake-up path for SDIO on some omaps that has also