Re: [PATCH net-next 0/2] net: phy: marvell10g: Clean .get_features by using C45 helpers

2019-02-27 Thread David Miller
From: Maxime Chevallier Date: Mon, 25 Feb 2019 17:14:05 +0100 > Recent work on C45 helpers by Heiner made the > genphy_c45_pma_read_abilities function generic enough to use as a > default .get_featutes implementation. > > This series removes the remaining redundant code in > mv3310_get_features(

[PATCH net-next 0/2] net: phy: marvell10g: Clean .get_features by using C45 helpers

2019-02-25 Thread Maxime Chevallier
Recent work on C45 helpers by Heiner made the genphy_c45_pma_read_abilities function generic enough to use as a default .get_featutes implementation. This series removes the remaining redundant code in mv3310_get_features(), and makes the 2110 PHY use genphy_c45_pma_read_abilities() directly, sinc