From: Shawn Guo <shengchao.guo@oss.qualcomm.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Abel Vesa <abelvesa@kernel.org>,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Xiangxu Yin <xiangxu.yin@oss.qualcomm.com>,
Manivannan Sadhasivam <mani@kernel.org>,
Luca Weiss <luca.weiss@fairphone.com>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-phy@lists.infradead.org
Subject: Re: [PATCH 0/6] phy: qcom-qmp: Clean up QSERDES COM and TXRX register headers
Date: Tue, 31 Mar 2026 19:24:39 +0800 [thread overview]
Message-ID: <acuu90Ri_cchEndZ@QCOM-aGQu4IUr3Y> (raw)
In-Reply-To: <20260314051325.198137-1-shengchao.guo@oss.qualcomm.com>
On Sat, Mar 14, 2026 at 01:13:19PM +0800, Shawn Guo wrote:
> There are some duplications around QSERDES COM and TXRX v2/v3 register
> definitions. The series tries to clean them up, and also rename
> v2 registers/headers to make the version explicit, just like all other
> versions of the QSERDES registers.
>
> No functional changes is expected.
>
> Shawn Guo (6):
> phy: qcom-qmp: Add missing QSERDES COM v2 registers
> phy: qcom-qmp: Use explicit QSERDES COM v2 register definitions
> phy: qcom-qmp-usbc: Use register definitions in qserdes-txrx-v3
> phy: qcom-qmp-usbc: Rename QCS615 DP PHY variables and functions
> phy: qcom-qmp: Drop unused register headers
> phy: qcom-qmp: Make QSERDES TXRX v2 registers explicit
>
> .../phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 110 +++----
> drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 212 ++++++------
> .../qualcomm/phy-qcom-qmp-qserdes-com-v2.h | 3 +
> .../phy/qualcomm/phy-qcom-qmp-qserdes-com.h | 140 --------
> .../qualcomm/phy-qcom-qmp-qserdes-txrx-v2.h | 247 ++++++++++----
> .../phy/qualcomm/phy-qcom-qmp-qserdes-txrx.h | 205 ------------
> drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 254 +++++++-------
> drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 262 +++++++--------
> drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 310 +++++++++---------
> drivers/phy/qualcomm/phy-qcom-qmp.h | 3 -
> 10 files changed, 769 insertions(+), 977 deletions(-)
> delete mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-com.h
> delete mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx.h
Hi Vinod,
Did you get a chance to look at this, or is there anything I need to do
on my end for this to be applied?
Shawn
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
prev parent reply other threads:[~2026-03-31 11:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 5:13 [PATCH 0/6] phy: qcom-qmp: Clean up QSERDES COM and TXRX register headers Shawn Guo
2026-03-14 5:13 ` [PATCH 1/6] phy: qcom-qmp: Add missing QSERDES COM v2 registers Shawn Guo
2026-03-14 8:15 ` Dmitry Baryshkov
2026-03-14 5:13 ` [PATCH 2/6] phy: qcom-qmp: Use explicit QSERDES COM v2 register definitions Shawn Guo
2026-03-14 8:19 ` Dmitry Baryshkov
2026-03-14 5:13 ` [PATCH 3/6] phy: qcom-qmp-usbc: Use register definitions in qserdes-txrx-v3 Shawn Guo
2026-03-14 9:16 ` Dmitry Baryshkov
2026-03-14 5:13 ` [PATCH 4/6] phy: qcom-qmp-usbc: Rename QCS615 DP PHY variables and functions Shawn Guo
2026-03-14 9:14 ` Dmitry Baryshkov
2026-03-14 12:18 ` Shawn Guo
2026-03-31 18:52 ` Dmitry Baryshkov
2026-03-14 5:13 ` [PATCH 5/6] phy: qcom-qmp: Drop unused register headers Shawn Guo
2026-03-14 9:15 ` Dmitry Baryshkov
2026-03-14 5:13 ` [PATCH 6/6] phy: qcom-qmp: Make QSERDES TXRX v2 registers explicit Shawn Guo
2026-03-14 9:15 ` Dmitry Baryshkov
2026-03-31 11:24 ` Shawn Guo [this message]
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=acuu90Ri_cchEndZ@QCOM-aGQu4IUr3Y \
--to=shengchao.guo@oss.qualcomm.com \
--cc=abelvesa@kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=luca.weiss@fairphone.com \
--cc=mani@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=vkoul@kernel.org \
--cc=xiangxu.yin@oss.qualcomm.com \
/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