From: Tom Rini <trini@konsulko.com>
To: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Cc: casey.connolly@linaro.org, neil.armstrong@linaro.org,
sumit.garg@kernel.org, lukma@denx.de, seanga2@gmail.com,
marex@denx.de, malysagreg@gmail.com,
arturs.artamonovs@analog.com, utsav.agarwal@analog.com,
vasileios.bimpikas@analog.com, ian.roberts@timesys.com,
nathan.morrison@timesys.com, peng.fan@nxp.com,
alif.zakuan.yuslaimi@altera.com, kory.maincent@bootlin.com,
sjg@chromium.org, jerome.forissier@linaro.org, ziyao@disroot.org,
stefan.roese@mailbox.org, mkorpershoek@kernel.org,
rui.silva@linaro.org, ilias.apalodimas@linaro.org,
luca.weiss@fairphone.com, quic_varada@quicinc.com,
u-boot@lists.denx.de, u-boot-qcom@groups.io
Subject: Re: [PATCH v2 3/7] drivers: phy: qcom: Add QMP USB3-DP Combo PHY driver
Date: Mon, 24 Nov 2025 13:51:08 -0600 [thread overview]
Message-ID: <20251124195108.GN2125796@bill-the-cat> (raw)
In-Reply-To: <20251124155503.2839766-4-balaji.selvanathan@oss.qualcomm.com>
[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]
On Mon, Nov 24, 2025 at 09:24:59PM +0530, Balaji Selvanathan wrote:
> Add support for the Qualcomm QMP USB3-DP Combo PHY found on
> SC7280 and QCM6490 platforms. This driver currently implements
> USB3 super-speed functionality of the combo PHY.
>
> The QMP Combo PHY is a dual-mode PHY
> that can operate in either USB3 mode or DisplayPort mode. This
> initial implementation focuses on USB3 mode to enable Super-Speed
> USB support.
>
> This is a port of the upstream Linux files to U-Boot:
> https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/phy/qualcomm/phy-qcom-qmp-combo.c?id=3d25d46a255a83f94d7d4d4216f38aafc8e116b0
>
> Enabled and tested the driver on Qualcomm RB3 Gen2 (QCS6490) board.
>
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
[snip]
> diff --git a/drivers/phy/qcom/Kconfig b/drivers/phy/qcom/Kconfig
> index 0dd69f7ffd0..49f830abf01 100644
> --- a/drivers/phy/qcom/Kconfig
> +++ b/drivers/phy/qcom/Kconfig
> @@ -12,6 +12,14 @@ config PHY_QCOM_IPQ4019_USB
> help
> Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
>
> +config PHY_QCOM_QMP_COMBO
> + bool "Qualcomm QMP USB3-DP Combo PHY driver"
> + depends on PHY && ARCH_SNAPDRAGON
> + help
> + Enable this to support the USB3-DP Combo QMP PHY on various Qualcomm
> + chipsets. This driver supports the USB3 PHY functionality of the combo
> + PHY (USB3 + DisplayPort). Currently only USB3 mode is supported.
> +
> config PHY_QCOM_QMP_PCIE
> tristate "Qualcomm QMP PCIe PHY driver"
Can you please do a follow-up to fix this tristate (and any other in
qualcomm specific Kconfig files) ? Thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-11-24 19:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 15:54 [PATCH v2 0/7] Enable USB3 Super-Speed support for QCM6490/SC7280 Balaji Selvanathan
2025-11-24 15:54 ` [PATCH v2 1/7] drivers: clk: qcom: sc7280: Add USB3 PHY pipe clock Balaji Selvanathan
2025-11-26 14:30 ` Casey Connolly
2025-12-23 8:31 ` Sumit Garg
2025-11-24 15:54 ` [PATCH v2 2/7] drivers: usb: dwc3: Add delay after core soft reset Balaji Selvanathan
2025-12-23 9:05 ` Sumit Garg
2025-12-24 5:56 ` Balaji Selvanathan
2025-12-26 7:27 ` Sumit Garg
2025-11-24 15:54 ` [PATCH v2 3/7] drivers: phy: qcom: Add QMP USB3-DP Combo PHY driver Balaji Selvanathan
2025-11-24 19:51 ` Tom Rini [this message]
2025-11-25 10:33 ` Balaji Selvanathan
2025-11-26 14:46 ` Casey Connolly
2025-11-28 3:31 ` Balaji Selvanathan
2025-12-03 11:13 ` Balaji Selvanathan
2025-11-24 15:55 ` [PATCH v2 4/7] arch: arm: mach-snapdragon: Make USB speed fixup configurable Balaji Selvanathan
2025-11-26 14:24 ` Casey Connolly
2025-12-03 11:21 ` Balaji Selvanathan
2025-12-26 11:13 ` Sumit Garg
2025-11-24 15:55 ` [PATCH v2 5/7] arch: arm: dts: qcs6490-rb3gen2: Override USB3 PHY clocks Balaji Selvanathan
2025-11-26 14:26 ` Casey Connolly
2025-12-03 11:36 ` Balaji Selvanathan
2025-11-24 15:55 ` [PATCH v2 6/7] configs: qcm6490: Enable super-speed USB support Balaji Selvanathan
2025-11-24 15:55 ` [PATCH v2 7/7] MAINTAINERS: Add entry for Qualcomm PHY drivers Balaji Selvanathan
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=20251124195108.GN2125796@bill-the-cat \
--to=trini@konsulko.com \
--cc=alif.zakuan.yuslaimi@altera.com \
--cc=arturs.artamonovs@analog.com \
--cc=balaji.selvanathan@oss.qualcomm.com \
--cc=casey.connolly@linaro.org \
--cc=ian.roberts@timesys.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@linaro.org \
--cc=kory.maincent@bootlin.com \
--cc=luca.weiss@fairphone.com \
--cc=lukma@denx.de \
--cc=malysagreg@gmail.com \
--cc=marex@denx.de \
--cc=mkorpershoek@kernel.org \
--cc=nathan.morrison@timesys.com \
--cc=neil.armstrong@linaro.org \
--cc=peng.fan@nxp.com \
--cc=quic_varada@quicinc.com \
--cc=rui.silva@linaro.org \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=stefan.roese@mailbox.org \
--cc=sumit.garg@kernel.org \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
--cc=utsav.agarwal@analog.com \
--cc=vasileios.bimpikas@analog.com \
--cc=ziyao@disroot.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