Re: [PATCH v3 4/5] phy: qcom-qmp: Add QMP UFS PHY support for msm8998

2019-02-06 Thread Marc Gonzalez
On 06/02/2019 13:39, Kishon Vijay Abraham I wrote: > I don't seem to have the dt-binding patch in my inbox. Can you resend them > please? Jeffrey pointed out a few deficiencies in the series. I'll CC you on the entire upcoming v4 series. Regards.

Re: [PATCH v3 4/5] phy: qcom-qmp: Add QMP UFS PHY support for msm8998

2019-02-06 Thread Kishon Vijay Abraham I
Hi, On 04/02/19 11:40 PM, Jeffrey Hugo wrote: > On 2/4/2019 10:39 AM, Marc Gonzalez wrote: >> Use same init sequence as sdm845. >> >> Signed-off-by: Marc Gonzalez >> --- > > Reviewed-by: Jeffrey Hugo I don't seem to have the dt-binding patch in my inbox. Can you resend them please? Thanks Ki

Re: [PATCH v3 4/5] phy: qcom-qmp: Add QMP UFS PHY support for msm8998

2019-02-04 Thread Jeffrey Hugo
On 2/4/2019 10:39 AM, Marc Gonzalez wrote: Use same init sequence as sdm845. Signed-off-by: Marc Gonzalez --- Reviewed-by: Jeffrey Hugo drivers/phy/qualcomm/phy-qcom-qmp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/

[PATCH v3 4/5] phy: qcom-qmp: Add QMP UFS PHY support for msm8998

2019-02-04 Thread Marc Gonzalez
Use same init sequence as sdm845. Signed-off-by: Marc Gonzalez --- drivers/phy/qualcomm/phy-qcom-qmp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index b4006818e1b6..39b9c31b67d0 100644 --- a/drivers/phy/qualc