From: Sumit Garg <sumit.garg@kernel.org>
To: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Cc: u-boot@lists.denx.de, u-boot-qcom@groups.io,
"Tom Rini" <trini@konsulko.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Bhupesh Sharma" <bhupesh.linux@gmail.com>,
"Neha Malcom Francis" <n-francis@ti.com>,
"Anshul Dalal" <anshuld@ti.com>, "Peng Fan" <peng.fan@nxp.com>,
"Mattijs Korpershoek" <mkorpershoek@kernel.org>,
"Quentin Schulz" <quentin.schulz@cherry.de>,
"Hrushikesh Salunke" <h-salunke@ti.com>,
"Alexey Charkov" <alchark@gmail.com>,
"Dario Binacchi" <dario.binacchi@amarulasolutions.com>,
"Andre Przywara" <andre.przywara@arm.com>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Javier Martinez Canillas" <javierm@redhat.com>,
"Jan Kiszka" <jan.kiszka@siemens.com>,
"Javier Tia" <javier.tia@linaro.org>,
"Rasmus Villemoes" <ravi@prevas.dk>,
"Varadarajan Narayanan" <quic_varada@quicinc.com>,
"João Marcos Costa" <joaomarcos.costa@bootlin.com>,
"Dhruva Gole" <d-gole@ti.com>,
"Richard Genoud" <richard.genoud@bootlin.com>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Simon Glass" <sjg@chromium.org>,
"Igor Belwon" <igor.belwon@mentallysanemainliners.org>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Tuyen Dang" <tuyen.dang.xa@renesas.com>,
"Casey Connolly" <casey.connolly@linaro.org>,
"Lukasz Majewski" <lukma@denx.de>,
"Patrice Chotard" <patrice.chotard@foss.st.com>,
"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
"Michal Simek" <michal.simek@amd.com>, "Yao Zi" <me@ziyao.cc>,
"Peter Korsgaard" <peter@korsgaard.com>
Subject: Re: [PATCH 3/4] drivers: phy: qcom: Add UFS PHY support for SPL
Date: Mon, 13 Apr 2026 18:09:32 +0530 [thread overview]
Message-ID: <adzkBMFuvjfxVQth@sumit-xelite> (raw)
In-Reply-To: <20260409-spl_ufs_only-v1-3-f7e0e243d805@oss.qualcomm.com>
On Thu, Apr 09, 2026 at 08:13:33PM +0530, Balaji Selvanathan wrote:
> Enable Qualcomm QMP UFS PHY driver for SPL. This is required for
> UFS boot support in SPL on Qualcomm platforms.
>
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
> ---
> drivers/phy/qcom/Kconfig | 7 +++++++
> drivers/phy/qcom/Makefile | 2 +-
> 2 files changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
-Sumit
>
> diff --git a/drivers/phy/qcom/Kconfig b/drivers/phy/qcom/Kconfig
> index 0dd69f7ffd0..e5541fd3edc 100644
> --- a/drivers/phy/qcom/Kconfig
> +++ b/drivers/phy/qcom/Kconfig
> @@ -24,6 +24,13 @@ config PHY_QCOM_QMP_UFS
> help
> Enable this to support the UFS QMP PHY on various Qualcomm chipsets.
>
> +config SPL_PHY_QCOM_QMP_UFS
> + bool "Qualcomm QMP UFS PHY driver in SPL"
> + depends on SPL_PHY && ARCH_SNAPDRAGON
> + help
> + Enable this to support the UFS QMP PHY in SPL on various Qualcomm chipsets.
> + This is required for UFS boot support in SPL.
> +
> config PHY_QCOM_QUSB2
> tristate "Qualcomm USB QUSB2 PHY driver"
> depends on PHY && ARCH_SNAPDRAGON
> diff --git a/drivers/phy/qcom/Makefile b/drivers/phy/qcom/Makefile
> index 1c4e7d8d391..a91c5377ac4 100644
> --- a/drivers/phy/qcom/Makefile
> +++ b/drivers/phy/qcom/Makefile
> @@ -1,7 +1,7 @@
> obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o
> obj-$(CONFIG_MSM8916_USB_PHY) += msm8916-usbh-phy.o
> obj-$(CONFIG_PHY_QCOM_QMP_PCIE) += phy-qcom-qmp-pcie.o
> -obj-$(CONFIG_PHY_QCOM_QMP_UFS) += phy-qcom-qmp-ufs.o
> +obj-$(CONFIG_$(PHASE_)PHY_QCOM_QMP_UFS) += phy-qcom-qmp-ufs.o
> obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o
> obj-$(CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2) += phy-qcom-snps-femto-v2.o
> obj-$(CONFIG_PHY_QCOM_SNPS_EUSB2) += phy-qcom-snps-eusb2.o
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2026-04-13 13:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 14:43 [PATCH 0/4] spl: Add UFS boot support for SPL on Qualcomm Balaji Selvanathan
2026-04-09 14:43 ` [PATCH 1/4] spl: ufs: Add partition support and flexible loading Balaji Selvanathan
2026-04-09 15:39 ` Alexey Charkov
2026-04-09 16:04 ` Balaji Selvanathan
2026-04-09 14:43 ` [PATCH 2/4] drivers: ufs: qcom: Add SPL support Balaji Selvanathan
2026-04-09 17:38 ` Ferass El Hafidi
2026-04-09 17:45 ` Ferass El Hafidi
2026-04-13 12:37 ` Sumit Garg
2026-04-09 14:43 ` [PATCH 3/4] drivers: phy: qcom: Add UFS PHY support for SPL Balaji Selvanathan
2026-04-13 12:39 ` Sumit Garg [this message]
2026-04-09 14:43 ` [PATCH 4/4] clk: stub: Add Kconfig option for SPL stub driver Balaji Selvanathan
2026-04-09 15:45 ` Alexey Charkov
2026-04-09 16:05 ` 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=adzkBMFuvjfxVQth@sumit-xelite \
--to=sumit.garg@kernel.org \
--cc=alchark@gmail.com \
--cc=andre.przywara@arm.com \
--cc=anshuld@ti.com \
--cc=balaji.selvanathan@oss.qualcomm.com \
--cc=bhupesh.linux@gmail.com \
--cc=casey.connolly@linaro.org \
--cc=d-gole@ti.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=h-salunke@ti.com \
--cc=igor.belwon@mentallysanemainliners.org \
--cc=ilias.apalodimas@linaro.org \
--cc=jan.kiszka@siemens.com \
--cc=javier.tia@linaro.org \
--cc=javierm@redhat.com \
--cc=joaomarcos.costa@bootlin.com \
--cc=lukma@denx.de \
--cc=marek.vasut+renesas@mailbox.org \
--cc=me@ziyao.cc \
--cc=michal.simek@amd.com \
--cc=mkorpershoek@kernel.org \
--cc=n-francis@ti.com \
--cc=neil.armstrong@linaro.org \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=peng.fan@nxp.com \
--cc=peter@korsgaard.com \
--cc=quentin.schulz@cherry.de \
--cc=quic_varada@quicinc.com \
--cc=ravi@prevas.dk \
--cc=richard.genoud@bootlin.com \
--cc=shawn.lin@rock-chips.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=tuyen.dang.xa@renesas.com \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
/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