]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-improve-serdes-integration'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:11:13 +0000 (17:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:11:13 +0000 (17:11 -0700)
commitbd819de72c5ea1306c16e106fb60d5cf5770c19b
treeabc746fdee60164144b4880aebe7bbdde6ee8522
parent541f4e1f56944a45d26524fbd92d4663a7bd0bbe
parent83d5a3c13a1b267e7554b66823bcd17032edb724
Merge branch 'net-dsa-improve-serdes-integration'

Russell King says:

====================
net: dsa: improve serdes integration

Depends on "net: mii clause 37 helpers".

Andrew Lunn mentioned that the Serdes PCS found in Marvell DSA switches
does not automatically update the switch MACs with the link parameters.
Currently, the DSA code implements a work-around for this.

This series improves the Serdes integration, making use of the recent
phylink changes to support split MAC/PCS setups.  One noticable
improvement for userspace is that ethtool can now report the link
partner's advertisement.

This repost has no changes compared to the previous posting; however,
the regression Andrew had found which exists even without this patch
set has now been fixed by Andrew and merged into the net-next tree.
====================

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