[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260107221913.1334157-1-osose.itua@savoirfairelinux.com>
Date: Wed, 7 Jan 2026 17:16:51 -0500
From: Osose Itua <osose.itua@...oirfairelinux.com>
To: netdev@...r.kernel.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
michael.hennerich@...log.com,
jerome.oufella@...oirfairelinux.com,
Osose Itua <osose.itua@...oirfairelinux.com>
Subject: [PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
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(+)
Powered by blists - more mailing lists