Re: [PATCH 3/5] mmc: sdhci-msm: Add support to wait for power irq

2017-08-28 Thread Vijay Viswanath
On 8/24/2017 3:35 PM, Adrian Hunter wrote: On 18/08/17 08:19, Vijay Viswanath wrote: From: Sahitya Tummala Add support API which will check if power irq is expected to be generated and wait for the power irq to come and complete if the irq is expected. Signed-off-by: Sahitya Tummala Signed

Re: [PATCH 3/5] mmc: sdhci-msm: Add support to wait for power irq

2017-08-24 Thread Adrian Hunter
On 18/08/17 08:19, Vijay Viswanath wrote: > From: Sahitya Tummala > > Add support API which will check if power irq is expected to be > generated and wait for the power irq to come and complete if the irq is > expected. > > Signed-off-by: Sahitya Tummala > Signed-off-by: Vijay Viswanath > ---