Re: [PATCH v1] phy: Add QMP phy based UFS phy support for sdm845.

2018-03-20 Thread cang
On 2018-03-20 18:07, Vivek Gautam wrote: Hi Can, On 3/20/2018 1:13 PM, Can Guo wrote: Add UFS PHY support to make SDM845 UFS work with common PHY framework. Signed-off-by: Can Guo --- Thanks for the patch. Can you please include the dt binding documentation in this patch series and may be

Re: [PATCH v1] phy: Add QMP phy based UFS phy support for sdm845.

2018-03-20 Thread Vivek Gautam
Hi Can, On 3/20/2018 1:13 PM, Can Guo wrote: Add UFS PHY support to make SDM845 UFS work with common PHY framework. Signed-off-by: Can Guo --- Thanks for the patch. Can you please include the dt binding documentation in this patch series and may be base it on Manu's patch for dt binding do

[PATCH v1] phy: Add QMP phy based UFS phy support for sdm845.

2018-03-20 Thread Can Guo
Add UFS PHY support to make SDM845 UFS work with common PHY framework. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 120 +++- drivers/phy/qualcomm/phy-qcom-qmp.h | 8 +++ 2 files changed, 126 insertions(+), 2 deletions(-) diff --git a/driver