Re: [PATCH net-next] net: phy: add flag PHY_QUIRK_NO_ESTATEN

2019-06-04 Thread Heiner Kallweit
On 04.06.2019 15:00, Andrew Lunn wrote: > On Tue, Jun 04, 2019 at 08:10:50AM +0200, Heiner Kallweit wrote: >> We have a Xilinx GBit PHY that doesn't have BMSR_ESTATEN set >> (what violates the Clause 22 standard). Instead of having the PHY >> driver to implement almost identical copies of few gener

Re: [PATCH net-next] net: phy: add flag PHY_QUIRK_NO_ESTATEN

2019-06-04 Thread Andrew Lunn
On Tue, Jun 04, 2019 at 08:10:50AM +0200, Heiner Kallweit wrote: > We have a Xilinx GBit PHY that doesn't have BMSR_ESTATEN set > (what violates the Clause 22 standard). Instead of having the PHY > driver to implement almost identical copies of few generic functions > let's add a flag for this quir

[PATCH net-next] net: phy: add flag PHY_QUIRK_NO_ESTATEN

2019-06-03 Thread Heiner Kallweit
We have a Xilinx GBit PHY that doesn't have BMSR_ESTATEN set (what violates the Clause 22 standard). Instead of having the PHY driver to implement almost identical copies of few generic functions let's add a flag for this quirk to phylib. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy_de