]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-marvell10g-Clean-get_features-by-using-C45-helpers'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2019 05:41:41 +0000 (21:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2019 05:41:41 +0000 (21:41 -0800)
commit803fd009a8d7810f31ed9148b1bad6716cb8a252
tree71f08fac64c20d505414c81ac432a18a82270a00
parent03f393d288f8e0a949a91c28e6d11ec40a729123
parent9e449bfb1d34ef978db215ce01b7810882e312b8
Merge branch 'net-phy-marvell10g-Clean-get_features-by-using-C45-helpers'

Maxime Chevallier says:

====================
net: phy: marvell10g: Clean .get_features by using C45 helpers

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, since it doesn't have the
issue with the wrong abilities being reported.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>