Re: [PATCH v1 0/5] mmc: sdhci-msm: Corrections to implementation of power irq

2017-09-12 Thread Adrian Hunter
On 12/09/17 12:27, Vijay Viswanath wrote: > I have addressed the comments on previous patch series. Can you please tell > how I should proceed from here? I will look at it soon.

Re: [PATCH v1 0/5] mmc: sdhci-msm: Corrections to implementation of power irq

2017-09-12 Thread Vijay Viswanath
Hi Adrian, Ulf, I have addressed the comments on previous patch series. Can you please tell how I should proceed from here? Thanks, Vijay On 8/30/2017 6:21 PM, Vijay Viswanath wrote: Register writes which change voltage of IO lines or turn the IO bus on/off require sdhc controller to be read

[PATCH v1 0/5] mmc: sdhci-msm: Corrections to implementation of power irq

2017-08-30 Thread Vijay Viswanath
Register writes which change voltage of IO lines or turn the IO bus on/off require sdhc controller to be ready before progressing further. Once a register write which affects IO lines is done, the driver should wait for power irq from controller. Once the irq comes, the driver should acknowledge th