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-0030-lan78xx-Enable-LEDs-and-auto-negotiation.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-0030-lan78xx-Enable-LEDs-and-auto-negotiation.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0030-lan78xx-Enable-LEDs-and-auto-negotiation.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0030-lan78xx-Enable-LEDs-and-auto-negotiation.patch b/target/linux/bcm27xx/patches-5.4/950-0030-lan78xx-Enable-LEDs-and-auto-negotiation.patch index 3b1d4332d6..1964988c75 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0030-lan78xx-Enable-LEDs-and-auto-negotiation.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0030-lan78xx-Enable-LEDs-and-auto-negotiation.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 -@@ -2469,6 +2469,11 @@ static int lan78xx_reset(struct lan78xx_ +@@ -2471,6 +2471,11 @@ static int lan78xx_reset(struct lan78xx_ int ret = 0; unsigned long timeout; u8 sig; @@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> ret = lan78xx_read_reg(dev, HW_CFG, &buf); buf |= HW_CFG_LRST_; -@@ -2522,6 +2527,9 @@ static int lan78xx_reset(struct lan78xx_ +@@ -2524,6 +2529,9 @@ static int lan78xx_reset(struct lan78xx_ ret = lan78xx_read_reg(dev, HW_CFG, &buf); buf |= HW_CFG_MEF_; @@ -36,7 +36,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> ret = lan78xx_write_reg(dev, HW_CFG, buf); ret = lan78xx_read_reg(dev, USB_CFG0, &buf); -@@ -2577,6 +2585,9 @@ static int lan78xx_reset(struct lan78xx_ +@@ -2579,6 +2587,9 @@ static int lan78xx_reset(struct lan78xx_ buf |= MAC_CR_AUTO_DUPLEX_ | MAC_CR_AUTO_SPEED_; } } |