[PATCH net-next v2 0/3] Add Statistics Support for DP83TG720 PHY
From: Oleksij Rempel <o.rempel@pengutronix.de>
Date: 2024-08-20 12:29:27
Also in:
lkml
From: Oleksij Rempel <o.rempel@pengutronix.de>
Date: 2024-08-20 12:29:27
Also in:
lkml
Hi all, This patch series primarily focuses on adding statistics support for the DP83TG720 PHY driver. Along the way, to achieve this goal, I introduced defines for various statistics to ensure they are reusable across different PHY drivers. Changes are tracked in separate patches. Oleksij Rempel (3): phy: open_alliance_helpers: Add defines for link quality metrics phy: Add defines for standardized PHY generic counters phy: dp83tg720: Add statistics support drivers/net/phy/dp83tg720.c | 327 ++++++++++++++++++++++++ drivers/net/phy/open_alliance_helpers.h | 14 + include/linux/phy.h | 6 + 3 files changed, 347 insertions(+) -- 2.39.2