Skip to content

[ADL-S] Enable Real-time TSN support on ADL-S platform

Corinna Vinschen requested to merge vinschen/centos-stream-9:bz2100606 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2100606
Testing: external Intel

Voon Weifeng (1):
net: phy: marvell10g: enable WoL for 88X3310 and 88E2110

Song Yoong Siang (1):
net: phy: marvell: Add WAKE_PHY support to WOL event

Tan Tee Min (2):
net: phy: dp83867: retrigger SGMII AN when link change
stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz

Aminuddin Jamaluddin (1):
net: phy: marvell: add sleep time after enabling the loopback bit

Mohammad Athari Bin Ismail (1):
net: phy: marvell: add Marvell specific PHY loopback

Andrew Lunn (1):
net: phylink: Convert to mdiobus_c45_{read|write}

Wong Vee Khee (1):
stmmac: intel: remove unused 'has_crossts' flag

Wolfram Sang (1):
net: ethernet: move from strlcpy with unused retval to strscpy

Kurt Kanzenbach (2):
net: stmmac: Disable automatic FCS/Pad stripping
net: stmmac: Fix queue statistics reading

Corinna Vinschen (1):
redhat/configs: Enable CONFIG_PCIE_PTM

Signed-off-by: Corinna Vinschen vinschen@redhat.com

.../net/ethernet/stmicro/stmmac/dwmac-intel.c | 12 ++-
.../net/ethernet/stmicro/stmmac/dwmac100.h | 2 +-
.../net/ethernet/stmicro/stmmac/dwmac1000.h | 2 +-
.../ethernet/stmicro/stmmac/dwmac1000_core.c | 9 --
.../ethernet/stmicro/stmmac/dwmac100_core.c | 8 --
.../net/ethernet/stmicro/stmmac/dwmac4_core.c | 1 -
.../ethernet/stmicro/stmmac/stmmac_ethtool.c | 16 +--
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 24 +----
drivers/net/phy/dp83867.c | 29 ++++++
drivers/net/phy/marvell.c | 97 ++++++++++++++++++-
drivers/net/phy/marvell10g.c | 89 +++++++++++++++++
drivers/net/phy/phylink.c | 32 +++---
include/linux/stmmac.h | 1 -
redhat/configs/ark/generic/CONFIG_PCIE_PTM | 2 +-
14 files changed, 252 insertions(+), 72 deletions(-)

--
2.31.1

Edited by Corinna Vinschen

Merge request reports

Loading