From: Sumit Garg <sumit.garg@kernel.org>
To: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Cc: trini@konsulko.com, casey.connolly@linaro.org,
neil.armstrong@linaro.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 1/7] drivers: clk: qcom: sc7280: Add USB3 PHY pipe clock
Date: Tue, 23 Dec 2025 14:01:00 +0530 [thread overview]
Message-ID: <aUpTRLIiiJ1YLzNz@sumit-xelite> (raw)
In-Reply-To: <20251124155503.2839766-2-balaji.selvanathan@oss.qualcomm.com>
On Mon, Nov 24, 2025 at 09:24:57PM +0530, Balaji Selvanathan wrote:
> Add support for GCC_USB3_PRIM_PHY_PIPE_CLK which is required by
> the USB3 PHY on SC7280/QCM6490 platforms.
>
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> drivers/clk/qcom/clock-sc7280.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
-Sumit
>
> diff --git a/drivers/clk/qcom/clock-sc7280.c b/drivers/clk/qcom/clock-sc7280.c
> index 55a233df394..a2af73cd976 100644
> --- a/drivers/clk/qcom/clock-sc7280.c
> +++ b/drivers/clk/qcom/clock-sc7280.c
> @@ -111,6 +111,7 @@ static const struct gate_clk sc7280_clks[] = {
> GATE_CLK(GCC_USB30_PRIM_MOCK_UTMI_CLK, 0xf01c, 1),
> GATE_CLK(GCC_USB3_PRIM_PHY_AUX_CLK, 0xf054, 1),
> GATE_CLK(GCC_USB3_PRIM_PHY_COM_AUX_CLK, 0xf058, 1),
> + GATE_CLK(GCC_USB3_PRIM_PHY_PIPE_CLK, 0xf05c, 1),
> GATE_CLK(GCC_CFG_NOC_USB3_SEC_AXI_CLK, 0x9e07c, 1),
> GATE_CLK(GCC_USB30_SEC_MASTER_CLK, 0x9e010, 1),
> GATE_CLK(GCC_AGGRE_USB3_SEC_AXI_CLK, 0x9e080, 1),
> --
> 2.34.1
>
next prev parent reply other threads:[~2025-12-23 8:31 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 [this message]
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
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=aUpTRLIiiJ1YLzNz@sumit-xelite \
--to=sumit.garg@kernel.org \
--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=trini@konsulko.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.