All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: stmmac: further cleanups
@ 2025-02-18 10:24 ` Russell King (Oracle)
  0 siblings, 0 replies; 33+ messages in thread
From: Russell King (Oracle) @ 2025-02-18 10:24 UTC (permalink / raw)
  To: netdev
  Cc: Alexandre Torgue, Andrew Lunn, Chen-Yu Tsai, David S. Miller,
	Drew Fustini, Emil Renner Berthing, Eric Dumazet, Fabio Estevam,
	Fu Wei, Guo Ren, imx, Jakub Kicinski, Jan Petrous, Jernej Skrabec,
	Jerome Brunet, Kevin Hilman, linux-amlogic, linux-arm-kernel,
	linux-arm-msm, linux-riscv, linux-stm32, linux-sunxi,
	Martin Blumenstingl, Maxime Coquelin, Minda Chen, Neil Armstrong,
	Nobuhiro Iwamatsu, NXP S32 Linux Team, Paolo Abeni,
	Pengutronix Kernel Team, Samuel Holland, Sascha Hauer, Shawn Guo,
	Vinod Koul

Hi,

This small series does further cleanups to the stmmac driver:

1. Name priv->pause to indicate that it's a timeout and clarify the
units of the "pause" module parameter
2. Remove useless priv->flow_ctrl member and deprecate the useless
"flow_ctrl" module parameter
3. Fix long-standing signed-ness issue with "speed" passed around the
driver from the mac_link_up method.

 .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c    |  4 +--
 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c    |  8 ++---
 .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c |  4 +--
 .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c    |  8 ++---
 .../net/ethernet/stmicro/stmmac/dwmac-loongson.c   |  3 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c  |  2 +-
 .../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c    |  6 ++--
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     |  2 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c    |  2 +-
 .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c    |  2 +-
 .../net/ethernet/stmicro/stmmac/dwmac-starfive.c   |  4 +--
 drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c    |  8 ++---
 drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c  |  2 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac-thead.c  |  4 +--
 .../net/ethernet/stmicro/stmmac/dwmac-visconti.c   |  2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |  3 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 37 +++++++++++-----------
 include/linux/stmmac.h                             |  2 +-
 18 files changed, 50 insertions(+), 53 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!

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

end of thread, other threads:[~2025-02-20  3:17 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 10:24 [PATCH net-next 0/3] net: stmmac: further cleanups Russell King (Oracle)
2025-02-18 10:24 ` Russell King (Oracle)
2025-02-18 10:24 ` Russell King (Oracle)
2025-02-18 10:24 ` [PATCH net-next 1/3] net: stmmac: clarify priv->pause and pause module parameter Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 11:17   ` Mateusz Polchlopek
2025-02-18 11:17     ` Mateusz Polchlopek
2025-02-18 11:17     ` Mateusz Polchlopek
2025-02-18 10:24 ` [PATCH net-next 2/3] net: stmmac: remove useless priv->flow_ctrl Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 16:02   ` Andrew Lunn
2025-02-18 16:02     ` Andrew Lunn
2025-02-18 16:02     ` Andrew Lunn
2025-02-19  1:11   ` nobuhiro1.iwamatsu
2025-02-19  1:11     ` nobuhiro1.iwamatsu
2025-02-19  1:11     ` nobuhiro1.iwamatsu
2025-02-18 10:24 ` [PATCH net-next 3/3] net: stmmac: "speed" passed to fix_mac_speed is an int Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 10:24   ` Russell King (Oracle)
2025-02-18 12:29   ` Chen-Yu Tsai
2025-02-18 12:29     ` Chen-Yu Tsai
2025-02-18 12:29     ` Chen-Yu Tsai
2025-02-18 16:04   ` Andrew Lunn
2025-02-18 16:04     ` Andrew Lunn
2025-02-18 16:04     ` Andrew Lunn
2025-02-19  1:08   ` nobuhiro1.iwamatsu
2025-02-19  1:08     ` nobuhiro1.iwamatsu
2025-02-19  1:08     ` nobuhiro1.iwamatsu
2025-02-20  3:10 ` [PATCH net-next 0/3] net: stmmac: further cleanups patchwork-bot+netdevbpf
2025-02-20  3:10   ` patchwork-bot+netdevbpf
2025-02-20  3:10   ` patchwork-bot+netdevbpf

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.