diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-30 22:01:27 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-04-03 21:07:22 +0100 |
commit | 438e88e672559e349d05540db8763a890a931ad7 (patch) | |
tree | 58c0d48f2a0974c5aebfbeee1abbaa57dbaf4f25 /target/linux/rockchip | |
parent | b974293efa24b8e1bf859b1ed253ca0042ab273e (diff) | |
download | upstream-438e88e672559e349d05540db8763a890a931ad7.tar.gz upstream-438e88e672559e349d05540db8763a890a931ad7.tar.bz2 upstream-438e88e672559e349d05540db8763a890a931ad7.zip |
kernel: bump 5.10 to 5.10.27
Use update_kernel to refresh all patches, required manual updates to:
610-netfilter_match_bypass_default_checks.patch
611-netfilter_match_bypass_default_table.patch
762-net-bridge-switchdev-Refactor-br_switchdev_fdb_notif.patch
764-net-bridge-switchdev-Send-FDB-notifications-for-host.patch
Run-tested: x86_64
Nothing screamed out but any funny business with linux bridging should
suspect this update first.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/patches-5.10/002-net-usb-r8152-add-LED-configuration-from-OF.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/rockchip/patches-5.10/002-net-usb-r8152-add-LED-configuration-from-OF.patch b/target/linux/rockchip/patches-5.10/002-net-usb-r8152-add-LED-configuration-from-OF.patch index 86cfb4e224..c1e2a67272 100644 --- a/target/linux/rockchip/patches-5.10/002-net-usb-r8152-add-LED-configuration-from-OF.patch +++ b/target/linux/rockchip/patches-5.10/002-net-usb-r8152-add-LED-configuration-from-OF.patch @@ -22,7 +22,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> #include <linux/crc32.h> #include <linux/if_vlan.h> #include <linux/uaccess.h> -@@ -5328,6 +5329,22 @@ static void rtl_tally_reset(struct r8152 +@@ -5300,6 +5301,22 @@ static void rtl_tally_reset(struct r8152 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data); } @@ -45,7 +45,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> static void r8152b_init(struct r8152 *tp) { u32 ocp_data; -@@ -5369,6 +5386,8 @@ static void r8152b_init(struct r8152 *tp +@@ -5341,6 +5358,8 @@ static void r8152b_init(struct r8152 *tp ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL); ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN); ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data); @@ -54,7 +54,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> } static void r8153_init(struct r8152 *tp) -@@ -5509,6 +5528,8 @@ static void r8153_init(struct r8152 *tp) +@@ -5486,6 +5505,8 @@ static void r8153_init(struct r8152 *tp) tp->coalesce = COALESCE_SLOW; break; } @@ -63,7 +63,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> } static void r8153b_init(struct r8152 *tp) -@@ -5595,6 +5616,8 @@ static void r8153b_init(struct r8152 *tp +@@ -5572,6 +5593,8 @@ static void r8153b_init(struct r8152 *tp rtl_tally_reset(tp); tp->coalesce = 15000; /* 15 us */ |