Re: [PATCH v2 net-next] net: phy: let genphy_c45_read_link manage the devices to check

2019-02-07 Thread David Miller
From: Heiner Kallweit Date: Thu, 7 Feb 2019 21:41:46 +0100 > Let genphy_c45_read_link manage the devices to check, this removes > overhead from callers. Add C22EXT to the list of excluded devices > because it doesn't implement the status register. According to the > 802.3 clause 45 spec registers

Re: [PATCH v2 net-next] net: phy: let genphy_c45_read_link manage the devices to check

2019-02-07 Thread Andrew Lunn
On Thu, Feb 07, 2019 at 09:41:46PM +0100, Heiner Kallweit wrote: > Let genphy_c45_read_link manage the devices to check, this removes > overhead from callers. Add C22EXT to the list of excluded devices > because it doesn't implement the status register. According to the > 802.3 clause 45 spec regis

[PATCH v2 net-next] net: phy: let genphy_c45_read_link manage the devices to check

2019-02-07 Thread Heiner Kallweit
Let genphy_c45_read_link manage the devices to check, this removes overhead from callers. Add C22EXT to the list of excluded devices because it doesn't implement the status register. According to the 802.3 clause 45 spec registers 29.0 - 29.4 are reserved. At the moment we have very few clause 45