Re: [PATCH] amd-xgbe: print the right c45 id

2020-07-07 Thread Andrew Lunn
On Tue, Jul 07, 2020 at 05:33:47PM +, Shyam Sundar S K wrote: > If an external PHY uses the CL45 protocol, then phydev->phy_id will be > zero. Update the debug message that prints the PHY ID to check the PHY > mode and print the PMAPMD MMD PHY ID value for a CL45 PHY. > > Also, removing the TO

[PATCH] amd-xgbe: print the right c45 id

2020-07-07 Thread Shyam Sundar S K
If an external PHY uses the CL45 protocol, then phydev->phy_id will be zero. Update the debug message that prints the PHY ID to check the PHY mode and print the PMAPMD MMD PHY ID value for a CL45 PHY. Also, removing the TODO note, as the CL45 support has been updated to do this. Signed-off-by: Sh