Re: [PATCH net-next v2] net: phy: aquantia: Add mdix config and reporting
From: Heiner Kallweit
Date: Wed Nov 06 2024 - 17:44:01 EST
On 06.11.2024 23:20, Paul Davey wrote:
> Add support for configuring MDI-X state of PHY.
> Add reporting of resolved MDI-X state in status information.
>
I wonder how relevant this is nowadays. Is there any PHY out there w/o auto MDI-X?
What would be a use case for manually dealing with MDI, and who would do what based
on the MDI-X status information?
> Tested on AQR113C.
>
> Signed-off-by: Paul Davey <paul.davey@xxxxxxxxxxxxxxxxxxx>
> ---
> v2:
> - Renamed aqr_set_polarity to aqr_set_mdix
> - Guard MDI-X state reporting on genphy_c45_aneg_done
> - Link to v1: https://lore.kernel.org/netdev/20241017015407.256737-1-paul.davey@xxxxxxxxxxxxxxxxxxx/
> ---
[...]