[PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register

Osose Itua posted 2 patches 1 month ago
.../devicetree/bindings/net/adi,adin.yaml     | 14 +++++++++++++
drivers/net/phy/adin.c                        | 20 +++++++++++++++++++
2 files changed, 34 insertions(+)
[PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
Posted by Osose Itua 1 month ago
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(+)
Re: [PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
Posted by Nuno Sá 4 weeks, 1 day ago
On Wed, 2026-01-07 at 17:16 -0500, Osose Itua wrote:
> 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(+)

LGTM!

Acked-by: Nuno Sá <nuno.sa@analog.com>