From: Vinod Koul <vkoul@kernel.org>
To: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
MSM <linux-arm-msm@vger.kernel.org>,
Andy Gross <agross@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Stephen Boyd <swboyd@chromium.org>
Subject: Re: [PATCH v2 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support
Date: Wed, 18 Sep 2019 23:07:40 +0530 [thread overview]
Message-ID: <20190918173740.GQ4392@vkoul-mobl> (raw)
In-Reply-To: <ab149ba9-ab2e-5013-34ab-b01af51abc0a@free.fr>
On 18-09-19, 17:08, Marc Gonzalez wrote:
> On 06/09/2019 07:10, Vinod Koul wrote:
> > + QMP_PHY_INIT_CFG(QSERDES_COM_V4_LOCK_CMP2_MODE1, 0x0f),
> > + QMP_PHY_INIT_CFG(QSERDES_COM_V4_BIN_VCOCAL_CMP_CODE1_MODE1, 0xdd),
> > + QMP_PHY_INIT_CFG(QSERDES_COM_V4_BIN_VCOCAL_CMP_CODE2_MODE1, 0x23),
> > +
> > + /* Rate B */
> > + QMP_PHY_INIT_CFG(QSERDES_COM_V4_VCO_TUNE_MAP, 0x06),
>
> IMO, the name of the symbolic constants should be QSERDES_V4_COM*
> (like below for QSERDES_V4_TX* and QSERDES_V4_RX*)
Agreed this should have been QSERDES_V4_COM_*
> > +static const char * const sm8150_ufs_phy_clk_l[] = {
> > + "ref", "ref_aux",
> > +};
> > +
>
> Why not just reuse sdm845_ufs_phy_clk_l?
I think that is a good idea, will do
> > +static const struct qmp_phy_cfg sm8150_ufsphy_cfg = {
> > + .type = PHY_TYPE_UFS,
> > + .nlanes = 2,
> > +
> > + .serdes_tbl = sm8150_ufsphy_serdes_tbl,
> > + .serdes_tbl_num = ARRAY_SIZE(sm8150_ufsphy_serdes_tbl),
> > + .tx_tbl = sm8150_ufsphy_tx_tbl,
> > + .tx_tbl_num = ARRAY_SIZE(sm8150_ufsphy_tx_tbl),
> > + .rx_tbl = sm8150_ufsphy_rx_tbl,
> > + .rx_tbl_num = ARRAY_SIZE(sm8150_ufsphy_rx_tbl),
> > + .pcs_tbl = sm8150_ufsphy_pcs_tbl,
> > + .pcs_tbl_num = ARRAY_SIZE(sm8150_ufsphy_pcs_tbl),
> > + .clk_list = sm8150_ufs_phy_clk_l,
> > + .num_clks = ARRAY_SIZE(sm8150_ufs_phy_clk_l),
> > + .vreg_list = qmp_phy_vreg_l,
> > + .num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
> > + .regs = sm8150_ufsphy_regs_layout,
> > +
> > + .start_ctrl = SERDES_START,
> > + .pwrdn_ctrl = SW_PWRDN,
> > + .mask_pcs_ready = PCS_READY,
>
> I think you need to rework your patch on top of
> "phy: qcom-qmp: Correct ready status, again"
> (it removed this field)
Yes will rebase on rc1 (when out) and resend, thanks for pointing
--
~Vinod
next prev parent reply other threads:[~2019-09-18 17:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 5:10 [PATCH v2 0/3] UFS: Add support for SM8150 UFS Vinod Koul
2019-09-06 5:10 ` [PATCH v2 1/3] dt-bindings: ufs: Add sm8150 compatible string Vinod Koul
2019-09-18 12:14 ` Rob Herring
2019-09-06 5:10 ` [PATCH v2 2/3] dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy " Vinod Koul
2019-09-18 12:15 ` Rob Herring
2019-09-06 5:10 ` [PATCH v2 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support Vinod Koul
2019-09-06 5:15 ` Stephen Boyd
2019-09-18 15:08 ` Marc Gonzalez
2019-09-18 17:37 ` Vinod Koul [this message]
2019-10-08 7:46 ` Jack Pham
2019-10-08 23:51 ` Bjorn Andersson
2019-10-14 4:53 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190918173740.GQ4392@vkoul-mobl \
--to=vkoul@kernel.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=kishon@ti.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.w.gonzalez@free.fr \
--cc=swboyd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox