]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'phy-helpers'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2018 20:34:47 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2018 20:34:47 +0000 (13:34 -0700)
commit50c6d8591f666fbae2e6f788c65bc06872b6ff1b
tree6bd5081c4a13583ec4b0a1df2d493238878a5e71
parentfe64170d1ffca4d63c1bcc75f522836958c7d8b3
parent2144946804a2f08faf41b87f3c6ac54afbcd96a5
Merge branch 'phy-helpers'

Heiner Kallweit says:

====================
net: phy: add functionality to speed down PHY when waiting for WoL packet

Some network drivers include functionality to speed down the PHY when
suspending and just waiting for a WoL packet because this saves energy.

This patch is based on our recent discussion about factoring out this
functionality to phylib. First user will be the r8169 driver.

v2:
- add warning comment to phy_speed_down regarding usage of sync = false
- remove sync parameter from phy_speed_up
====================

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