kernel: bump 4.19 to 4.19.84
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0136-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch
index 642919b21e5daa0adf1953e9f27149d2b45a899b..0d9f8b656936d87574b910cc6152ad5007b59465 100644 (file)
@@ -1,7 +1,7 @@
-From 16ca74df16214e51080a6102388fbbaaae713c5e Mon Sep 17 00:00:00 2001
+From 75ec78040e02200dfc2ad4e35c289086334fbee2 Mon Sep 17 00:00:00 2001
 From: Phil Elwell <phil@raspberrypi.org>
 Date: Thu, 5 Apr 2018 14:46:11 +0100
-Subject: [PATCH 136/703] lan78xx: Move enabling of EEE into PHY init code
+Subject: [PATCH 136/806] lan78xx: Move enabling of EEE into PHY init code
 
 Enable EEE mode as soon as possible after connecting to the PHY, and
 before phy_start. This avoids a second link negotiation, which speeds
@@ -16,7 +16,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/net/usb/lan78xx.c
 +++ b/drivers/net/usb/lan78xx.c
-@@ -2186,6 +2186,22 @@ static int lan78xx_phy_init(struct lan78
+@@ -2189,6 +2189,22 @@ static int lan78xx_phy_init(struct lan78
        mii_adv = (u32)mii_advertise_flowctrl(dev->fc_request_control);
        phydev->advertising |= mii_adv_to_ethtool_adv_t(mii_adv);
  
@@ -39,7 +39,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
        if (phydev->mdio.dev.of_node) {
                u32 reg;
                int len;
-@@ -2663,22 +2679,6 @@ static int lan78xx_open(struct net_devic
+@@ -2666,22 +2682,6 @@ static int lan78xx_open(struct net_devic
  
        netif_dbg(dev, ifup, dev->net, "phy initialised successfully");