All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gmac: sun8i: r40: add gmac tx_delay support
@ 2023-12-20  9:08 ` fuyao
  0 siblings, 0 replies; 10+ messages in thread
From: fuyao @ 2023-12-20  9:08 UTC (permalink / raw)
  To: Alexandre Torgue, Jose Abreu, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Maxime Coquelin, netdev, linux-arm-kernel,
	linux-sunxi, linux-stm32, linux-kernel
  Cc: 麦健建

r40 can support tx_delay, so we add it.

Signed-off-by: fuyao <fuyao1697@cyg.com>
---
 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
index 137741b94122..fd07573afc9b 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
@@ -127,6 +127,7 @@ static const struct emac_variant emac_variant_r40 = {
 	.support_mii = true,
 	.support_rgmii = true,
 	.rx_delay_max = 7,
+	.tx_delay_max = 7,
 };
 
 static const struct emac_variant emac_variant_a64 = {
-- 
2.39.2


-- 
CYG Technology.

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-01-09 20:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20  9:08 [PATCH] gmac: sun8i: r40: add gmac tx_delay support fuyao
2023-12-20  9:08 ` fuyao
2023-12-20 17:04 ` Jernej Škrabec
2023-12-20 17:04   ` Jernej Škrabec
2023-12-21  7:16   ` fuyao
2023-12-21  7:16     ` fuyao
2024-01-02 15:58     ` Jakub Kicinski
2024-01-02 15:58       ` Jakub Kicinski
2024-01-09 20:15       ` Jernej Škrabec
2024-01-09 20:15         ` Jernej Škrabec

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.