Re: [PATCH net-next 1/1] Add genphy_c45_config_aneg() function to phy-c45.c

2019-08-21 Thread Marco Hartmann
On 19.08.19 21:51, Heiner Kallweit wrote: > On 19.08.2019 19:52, Marco Hartmann wrote: >> and call it from phy_config_aneg(). >> > Here something went wrong. > >> commit 34786005eca3 ("net: phy: prevent PHYs w/o Clause 22 regs from >> calling genphy_config_aneg") introduced a check that aborts >>

Re: [PATCH net-next 1/1] Add genphy_c45_config_aneg() function to phy-c45.c

2019-08-19 Thread Heiner Kallweit
On 19.08.2019 19:52, Marco Hartmann wrote: > and call it from phy_config_aneg(). > Here something went wrong. > commit 34786005eca3 ("net: phy: prevent PHYs w/o Clause 22 regs from > calling genphy_config_aneg") introduced a check that aborts > phy_config_aneg() if the phy is a C45 phy. > This ca