2024-04-17 16:56:04

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH net-next v1 0/4] add support for TimeSync path delays

Add support for TimeSync path delay information to the PHY framework to
allow PHY driver provide path delay information and extend STMMAC to
make use of it.

Oleksij Rempel (4):
net: phy: Add TimeSync delay query support to PHYlib API
net: phy: micrel: lan8841: set default PTP latency values
net: phy: realtek: provide TimeSync data path delays for RTL8211E
net: stmmac: use delays reported by the PHY driver to correct MAC
propagation delay

drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 +
.../ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 4 ++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 17 +++++-
drivers/net/phy/micrel.c | 55 +++++++++++++++++-
drivers/net/phy/phy_device.c | 57 +++++++++++++++++++
drivers/net/phy/realtek.c | 42 ++++++++++++++
include/linux/phy.h | 31 ++++++++++
7 files changed, 206 insertions(+), 2 deletions(-)

--
2.39.2