From: David S. Miller Date: Mon, 16 Jul 2018 20:34:47 +0000 (-0700) Subject: Merge branch 'phy-helpers' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2a6deb6a572e7b1c34ac8ab662346124c3c4d046;p=openwrt%2Fstaging%2Fblogic.git 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 --- 2a6deb6a572e7b1c34ac8ab662346124c3c4d046