]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'gmii2rgmii-loopback'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:31:46 +0000 (14:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:31:46 +0000 (14:31 +0100)
commit6985157ce8ee8a02e3899226ac4df351387c3f52
tree6e6cde327b29c212fb9aac0c1ad390f0b3bdaa6a
parent600003a364a8030b79f57ba54a3852abf95aafb0
parentceaeaafc8b6278930d9994e29d6826ee893cea65
Merge branch 'gmii2rgmii-loopback'

Gerhard Engleder says:

====================
Add Xilinx GMII2RGMII loopback support

The Xilinx GMII2RGMII driver overrides PHY driver functions in order to
configure the device according to the link speed of the PHY attached to
it. This is implemented for a normal link but not for loopback.

Andrew told me to use phy_loopback and this changes make phy_loopback
work in combination with Xilinx GMII2RGMII.
====================

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