diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-12-23 11:37:55 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-12-29 08:52:36 +0100 |
commit | 81d0b4a9f431b2b2ca71edca91febedde98994a3 (patch) | |
tree | 1ba3dcc529a31e52f22f56291e849fd845e9d3e3 /target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch | |
parent | 1d94f72439034c112bfa4b694fc736123f4890a5 (diff) | |
download | upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.tar.gz upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.tar.bz2 upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.zip |
kernel: bump 4.14 to 4.14.259
All patches refreshed automagically without conflicts, but upstream in
commit 48c2461f28fe ("ARM: 8800/1: use choice for kernel unwinders")
added new config options UNWINDER_ARM and UNWINDER_FRAME_POINTER so we
need to adjust default configs as well.
Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch b/target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch index 47c20a7f13..ef87555112 100644 --- a/target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch +++ b/target/linux/brcm2708/patches-4.14/950-0252-lan78xx-Change-LEDs-to-include-10Mb-activity.patch @@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c -@@ -2004,6 +2004,7 @@ static int lan78xx_phy_init(struct lan78 +@@ -2002,6 +2002,7 @@ static int lan78xx_phy_init(struct lan78 { int ret; u32 mii_adv; @@ -22,7 +22,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> struct phy_device *phydev = dev->net->phydev; phydev = phy_find_first(dev->mdiobus); -@@ -2076,6 +2077,19 @@ static int lan78xx_phy_init(struct lan78 +@@ -2074,6 +2075,19 @@ 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); |