]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Mar 2021 12:26:05 +0000 (13:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Mar 2021 12:26:05 +0000 (13:26 +0100)
added patches:
r8169-fix-resuming-from-suspend-on-rtl8105e-if-machine-runs-on-battery.patch

queue-4.19/r8169-fix-resuming-from-suspend-on-rtl8105e-if-machine-runs-on-battery.patch [new file with mode: 0644]
queue-4.19/series

diff --git a/queue-4.19/r8169-fix-resuming-from-suspend-on-rtl8105e-if-machine-runs-on-battery.patch b/queue-4.19/r8169-fix-resuming-from-suspend-on-rtl8105e-if-machine-runs-on-battery.patch
new file mode 100644 (file)
index 0000000..c7ae9ff
--- /dev/null
@@ -0,0 +1,41 @@
+From d2a04370817fc7b0172dad2ef2decf907e1a304e Mon Sep 17 00:00:00 2001
+From: Heiner Kallweit <hkallweit1@gmail.com>
+Date: Sun, 14 Feb 2021 17:38:30 +0100
+Subject: r8169: fix resuming from suspend on RTL8105e if machine runs on battery
+
+From: Heiner Kallweit <hkallweit1@gmail.com>
+
+commit d2a04370817fc7b0172dad2ef2decf907e1a304e upstream.
+
+Armin reported that after referenced commit his RTL8105e is dead when
+resuming from suspend and machine runs on battery. This patch has been
+confirmed to fix the issue.
+
+Fixes: e80bd76fbf56 ("r8169: work around power-saving bug on some chip versions")
+Reported-by: Armin Wolf <W_Armin@gmx.de>
+Tested-by: Armin Wolf <W_Armin@gmx.de>
+Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
+Signed-off-by: David S. Miller <davem@davemloft.net>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/net/ethernet/realtek/r8169.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/drivers/net/ethernet/realtek/r8169.c
++++ b/drivers/net/ethernet/realtek/r8169.c
+@@ -4238,6 +4238,7 @@ static void r8168_pll_power_down(struct
+       switch (tp->mac_version) {
+       case RTL_GIGA_MAC_VER_25 ... RTL_GIGA_MAC_VER_26:
++      case RTL_GIGA_MAC_VER_29 ... RTL_GIGA_MAC_VER_30:
+       case RTL_GIGA_MAC_VER_32 ... RTL_GIGA_MAC_VER_33:
+       case RTL_GIGA_MAC_VER_37:
+       case RTL_GIGA_MAC_VER_39:
+@@ -4265,6 +4266,7 @@ static void r8168_pll_power_up(struct rt
+ {
+       switch (tp->mac_version) {
+       case RTL_GIGA_MAC_VER_25 ... RTL_GIGA_MAC_VER_26:
++      case RTL_GIGA_MAC_VER_29 ... RTL_GIGA_MAC_VER_30:
+       case RTL_GIGA_MAC_VER_32 ... RTL_GIGA_MAC_VER_33:
+       case RTL_GIGA_MAC_VER_37:
+       case RTL_GIGA_MAC_VER_39:
index bce4a7a449d37446e00161020a28d7391df31771..26da1616452c2d25442a7b076c405a2cb896feae 100644 (file)
@@ -17,3 +17,4 @@ alsa-ctxfi-cthw20k2-fix-mask-on-conf-to-allow-4-bits.patch
 rdma-rxe-fix-missing-kconfig-dependency-on-crypto.patch
 rsxx-return-efault-if-copy_to_user-fails.patch
 dm-verity-fix-fec-for-rs-roots-unaligned-to-block-size.patch
+r8169-fix-resuming-from-suspend-on-rtl8105e-if-machine-runs-on-battery.patch