diff options
author | David Bauer <mail@david-bauer.net> | 2022-01-13 10:06:20 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-01-13 20:30:59 +0100 |
commit | 43d105ec2aa2ee35c9687eab965ac8006e6484ce (patch) | |
tree | 5e65bd8062452e4f46c2a8ddbe75f0a9e5176aed /target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch | |
parent | 1db847488de5a86e1ad203f51c88a5df72cc9e2f (diff) | |
download | upstream-43d105ec2aa2ee35c9687eab965ac8006e6484ce.tar.gz upstream-43d105ec2aa2ee35c9687eab965ac8006e6484ce.tar.bz2 upstream-43d105ec2aa2ee35c9687eab965ac8006e6484ce.zip |
kernel: bump 5.4 to 5.4.171
Compile-tested: ath79-generic ipq40xx-generic
Run-tested: ath79-generic
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch b/target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch index 29a5d22eb5..7b931de951 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0118-lan78xx-Move-enabling-of-EEE-into-PHY-init-code.patch @@ -16,7 +16,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c -@@ -2183,6 +2183,22 @@ static int lan78xx_phy_init(struct lan78 +@@ -2185,6 +2185,22 @@ static int lan78xx_phy_init(struct lan78 mii_adv_to_linkmode_adv_t(fc, mii_adv); linkmode_or(phydev->advertising, fc, phydev->advertising); @@ -39,7 +39,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> if (phydev->mdio.dev.of_node) { u32 reg; int len; -@@ -2660,22 +2676,6 @@ static int lan78xx_open(struct net_devic +@@ -2662,22 +2678,6 @@ static int lan78xx_open(struct net_devic netif_dbg(dev, ifup, dev->net, "phy initialised successfully"); |