]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phylib-EEE-updates'
authorDavid S. Miller <davem@davemloft.net>
Sun, 2 Apr 2017 03:04:04 +0000 (20:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Apr 2017 03:04:04 +0000 (20:04 -0700)
commit98fd8bca561c28c8d8f813f4f03eecbebcfa4f88
tree424636674cf5fc43076477500cb622e158d35ff5
parent03b8b1917c2e671a612af94d216f8c7e359d2839
parentc15d31b6cb4ee85bf22d346ec336034a3eaf2747
Merge branch 'phylib-EEE-updates'

Russell King says:

====================
phylib EEE updates

This series of patches depends on the previous set of changes, and is
therefore net-next material.

While testing the EEE code, I discovered a number of issues:

1. It is possible to enable advertisment of EEE modes which are not
   supported by the hardware.  We omit to check the supported modes
   and mask off those modes that are not supported before writing the
   EEE advertisment register.

2. We need to restart autonegotiation after a change of the EEE
   advertisment, otherwise the link partner does not see the updated
   EEE modes.

3. SGMII connected PHYs are also capable of supporting EEE.

Through discussion with Florian, it has been decided to remove the check
for the PHY interface mode in patch (3).
====================

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