]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvneta-ethtool-autoneg'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:18:10 +0000 (15:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:18:10 +0000 (15:18 -0500)
commitd351400bd35b8ee3e641edbd698d4a723fbafe30
tree1ae8740bab1127fff6797b0fbee47e75518a010f
parentce0fdb67488d8401c37750722e48f09fcd35e07b
parent14a1523fa48f7a90c3a4b6cc819668ff3efd6567
Merge branch 'mvneta-ethtool-autoneg'

Stas Sergeev says:

====================
mvneta: implement ethtool autonegotiation control

These 2 patches add an ability to control the
autonegotiation via ethtool. For example:

ethtool -s eth0 autoneg off
ethtool -s eth0 autoneg on

This is needed if you want to connect the mvneta's MII
to different switches or PHYs: the ones the do support
the in-band status, and the ones that do not.
====================

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