[PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
From: Osose Itua
Date: Wed Jan 07 2026 - 17:29:44 EST
Changes in v3:
- put bindings patch first in the patchset
- update commit message of the bindings patch and improve the bindings
description to better explain why the added property is needed (as
suggested by Nuno Sá and Andrew Lunn)
- rework bit clearing to use phy_clear_bits_mmd() instead of
phy_write_mmd() since only a single bit needs to be cleared (as noted
by Subbaraya Sundeep)
- remove redundant phy_read_mmd() and error checking (as suggested by
Nuno Sá)
- remove unnecessary C++ <cerrno> include that was causing build issues
Changes in v2:
- rework phy_read_mmd() error handling
Osose Itua (2):
dt-bindings: net: adi,adin: document LP Termination property
net: phy: adin: enable configuration of the LP Termination Register
.../devicetree/bindings/net/adi,adin.yaml | 14 +++++++++++++
drivers/net/phy/adin.c | 20 +++++++++++++++++++
2 files changed, 34 insertions(+)