public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
@ 2026-01-07 22:16 Osose Itua
  2026-01-07 22:16 ` [PATCH v3 1/2] dt-bindings: net: adi,adin: document LP Termination property Osose Itua
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Osose Itua @ 2026-01-07 22:16 UTC (permalink / raw)
  To: netdev
  Cc: devicetree, linux-kernel, michael.hennerich, jerome.oufella,
	Osose Itua

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 951 bytes --]

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(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-16  3:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 22:16 [PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register Osose Itua
2026-01-07 22:16 ` [PATCH v3 1/2] dt-bindings: net: adi,adin: document LP Termination property Osose Itua
2026-01-15 15:59   ` Rob Herring (Arm)
2026-01-07 22:16 ` [PATCH v3 2/2] net: phy: adin: enable configuration of the LP Termination Register Osose Itua
2026-01-08 13:48 ` [PATCH v3 0/2] " Nuno Sá
2026-01-16  3:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox