Re: [PATCH net-next] net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_aneg

From: David Miller
Date: Wed Jul 25 2018 - 16:03:15 EST


From: Camelia Groza <camelia.groza@xxxxxxx>
Date: Mon, 23 Jul 2018 18:06:15 +0300

> genphy_config_aneg() should be called only by PHYs that implement
> the Clause 22 register set. Prevent Clause 45 PHYs that don't implement
> the register set from calling the genphy function.
>
> Signed-off-by: Camelia Groza <camelia.groza@xxxxxxx>

Applied, thank you.