Re: [PATCH 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support

2019-09-05 Thread Vinod Koul
On 04-09-19, 16:23, Stephen Boyd wrote: > Quoting Vinod Koul (2019-09-04 03:08:35) > > @@ -878,6 +883,93 @@ static const struct qmp_phy_init_tbl > > msm8998_usb3_pcs_tbl[] = { > > QMP_PHY_INIT_CFG(QPHY_V3_PCS_RXEQTRAINING_RUN_TIME, 0x13), > > }; > > > > +static const struct qmp_phy_init

Re: [PATCH 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support

2019-09-04 Thread Stephen Boyd
Quoting Vinod Koul (2019-09-04 03:08:35) > @@ -878,6 +883,93 @@ static const struct qmp_phy_init_tbl > msm8998_usb3_pcs_tbl[] = { > QMP_PHY_INIT_CFG(QPHY_V3_PCS_RXEQTRAINING_RUN_TIME, 0x13), > }; > > +static const struct qmp_phy_init_tbl sm8150_ufsphy_serdes_tbl[] = { > + QMP_PHY_

Re: [PATCH 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support

2019-09-04 Thread Bjorn Andersson
On Wed 04 Sep 03:08 PDT 2019, Vinod Koul wrote: > SM8150 UFS PHY is v4 of QMP phy. Add support for V4 QMP phy register > defines and support for SM8150 QMP UFS PHY. > Reviewed-by: Bjorn Andersson > Signed-off-by: Vinod Koul > --- > drivers/phy/qualcomm/phy-qcom-qmp.c | 125 ++