From: "Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>,
netdev@vger.kernel.org, Paolo Abeni <pabeni@redhat.com>,
Vinod Koul <vkoul@kernel.org>
Subject: [PATCH RFC net-next 2/7] net: stmmac: qcom-ethqos: enable 2500BASE-X
Date: Wed, 25 Feb 2026 11:44:34 +0000 [thread overview]
Message-ID: <E1vvDJi-0000000ArhH-3ipf@rmk-PC.armlinux.org.uk> (raw)
In-Reply-To: <aZ7ggfQanc8jeCb9@shell.armlinux.org.uk>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
index cb1c074c2053..f4b63544895e 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
@@ -828,6 +828,7 @@ static int qcom_ethqos_probe(struct platform_device *pdev)
if (ethqos->serdes_phy) {
plat_dat->serdes_powerup = qcom_ethqos_serdes_powerup;
plat_dat->serdes_powerdown = qcom_ethqos_serdes_powerdown;
+ plat_dat->flags |= STMMAC_FLAG_SERDES_SUPPORTS_2500M;
}
/* Enable TSO on queue0 and enable TBS on rest of the queues */
--
2.47.3
next prev parent reply other threads:[~2026-02-25 11:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 11:44 [PATCH RFC net-next 0/7] net: stmmac: improve PCS support Russell King (Oracle)
2026-02-25 11:44 ` [PATCH RFC net-next 1/7] net: stmmac: add BASE-X support to integrated PCS Russell King (Oracle)
2026-02-25 11:44 ` Russell King (Oracle) [this message]
2026-02-25 11:44 ` [PATCH RFC net-next 3/7] net: stmmac: use integrated PCS for BASE-X modes Russell King (Oracle)
2026-02-25 11:44 ` [PATCH RFC net-next 4/7] net: stmmac: add struct stmmac_pcs_info Russell King (Oracle)
2026-02-25 11:44 ` [PATCH RFC net-next 5/7] net: stmmac: add support for reading inband SGMII status Russell King (Oracle)
2026-02-25 11:44 ` [PATCH RFC net-next 6/7] net: stmmac: configure SGMII AN control according to phylink Russell King (Oracle)
2026-02-25 11:45 ` [PATCH RFC net-next 7/7] net: stmmac: report PCS configuration changes Russell King (Oracle)
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=E1vvDJi-0000000ArhH-3ipf@rmk-PC.armlinux.org.uk \
--to=rmk+kernel@armlinux.org.uk \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mohd.anwar@oss.qualcomm.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=vkoul@kernel.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