Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-14 Thread Vijay Viswanath
On 6/13/2018 4:55 AM, Stephen Boyd wrote: Quoting Vijay Viswanath (2018-05-29 02:52:41) @@ -137,6 +125,12 @@ /* Timeout value to avoid infinite waiting for pwr_irq */ #define MSM_PWR_IRQ_TIMEOUT_MS 5000 +#define MSM_HOST_READL(msm_host, host, offset) \ +

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-14 Thread Vijay Viswanath
On 6/13/2018 4:55 AM, Stephen Boyd wrote: Quoting Vijay Viswanath (2018-05-29 02:52:41) @@ -137,6 +125,12 @@ /* Timeout value to avoid infinite waiting for pwr_irq */ #define MSM_PWR_IRQ_TIMEOUT_MS 5000 +#define MSM_HOST_READL(msm_host, host, offset) \ +

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-12 Thread Stephen Boyd
Quoting Vijay Viswanath (2018-05-29 02:52:41) > @@ -137,6 +125,12 @@ > /* Timeout value to avoid infinite waiting for pwr_irq */ > #define MSM_PWR_IRQ_TIMEOUT_MS 5000 > > +#define MSM_HOST_READL(msm_host, host, offset) \ > + msm_host->var_ops->msm_readl_relaxed(host, offset) > + >

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-12 Thread Stephen Boyd
Quoting Vijay Viswanath (2018-05-29 02:52:41) > @@ -137,6 +125,12 @@ > /* Timeout value to avoid infinite waiting for pwr_irq */ > #define MSM_PWR_IRQ_TIMEOUT_MS 5000 > > +#define MSM_HOST_READL(msm_host, host, offset) \ > + msm_host->var_ops->msm_readl_relaxed(host, offset) > + >

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-11 Thread Evan Green
On Tue, Jun 5, 2018 at 11:33 PM Adrian Hunter wrote: > > On 29/05/18 12:52, Vijay Viswanath wrote: > > Add support to use the new compatible string "qcom,sdhci-msm-v5". > > > > Based on the msm variant, pick the relevant variant data and > > use it for register read/write to msm specific

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-11 Thread Evan Green
On Tue, Jun 5, 2018 at 11:33 PM Adrian Hunter wrote: > > On 29/05/18 12:52, Vijay Viswanath wrote: > > Add support to use the new compatible string "qcom,sdhci-msm-v5". > > > > Based on the msm variant, pick the relevant variant data and > > use it for register read/write to msm specific

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-06 Thread Adrian Hunter
On 29/05/18 12:52, Vijay Viswanath wrote: > Add support to use the new compatible string "qcom,sdhci-msm-v5". > > Based on the msm variant, pick the relevant variant data and > use it for register read/write to msm specific registers. > > Signed-off-by: Sayali Lokhande > Signed-off-by: Vijay

Re: [PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-06-06 Thread Adrian Hunter
On 29/05/18 12:52, Vijay Viswanath wrote: > Add support to use the new compatible string "qcom,sdhci-msm-v5". > > Based on the msm variant, pick the relevant variant data and > use it for register read/write to msm specific registers. > > Signed-off-by: Sayali Lokhande > Signed-off-by: Vijay

[PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-05-29 Thread Vijay Viswanath
Add support to use the new compatible string "qcom,sdhci-msm-v5". Based on the msm variant, pick the relevant variant data and use it for register read/write to msm specific registers. Signed-off-by: Sayali Lokhande Signed-off-by: Vijay Viswanath --- drivers/mmc/host/sdhci-msm.c | 347

[PATCH V2 4/4] mmc: host: Register changes for sdcc V5

2018-05-29 Thread Vijay Viswanath
Add support to use the new compatible string "qcom,sdhci-msm-v5". Based on the msm variant, pick the relevant variant data and use it for register read/write to msm specific registers. Signed-off-by: Sayali Lokhande Signed-off-by: Vijay Viswanath --- drivers/mmc/host/sdhci-msm.c | 347