diff options
author | John Audia <graysky@archlinux.us> | 2022-02-16 09:46:00 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 21:38:36 +0100 |
commit | a2d4b5711aa73d14ffbc4f90a7944473b80baecb (patch) | |
tree | a5a8e558eaa6ea6a93cfec89362b6ed9cb5b1dd1 /target/linux/lantiq/patches-5.10 | |
parent | 02e42f0650a64f29e8e21f7ba0a8ceb366463585 (diff) | |
download | upstream-a2d4b5711aa73d14ffbc4f90a7944473b80baecb.tar.gz upstream-a2d4b5711aa73d14ffbc4f90a7944473b80baecb.tar.bz2 upstream-a2d4b5711aa73d14ffbc4f90a7944473b80baecb.zip |
kernel: bump 5.10 to 5.10.101
Removed upstreamed:
pending-5.10/841-USB-serial-option-add-ZTE-MF286D-modem.patch[1]
bcm27xx/950-0592-drm-vc4-Allow-DBLCLK-modes-even-if-horz-timing-is-od.patch[2]
All other patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.101&id=7113440a36c741efd7c76e3d70b3634100120cdb
2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.101&id=21c890ca8eaecea06cabb92be2a53a6f26f56383
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/lantiq/patches-5.10')
-rw-r--r-- | target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch b/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch index 9ff0baed43..6593e43db7 100644 --- a/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch +++ b/target/linux/lantiq/patches-5.10/0703-net-lantiq-enable-jumbo-frames-on-GSWIP.patch @@ -30,7 +30,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk> struct gswip_hw_info { int max_ports; int cpu_port; -@@ -851,10 +856,6 @@ static int gswip_setup(struct dsa_switch +@@ -856,10 +861,6 @@ static int gswip_setup(struct dsa_switch gswip_switch_mask(priv, 0, GSWIP_PCE_PCTRL_0_INGRESS, GSWIP_PCE_PCTRL_0p(cpu_port)); @@ -41,7 +41,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk> gswip_switch_mask(priv, 0, GSWIP_BM_QUEUE_GCTRL_GL_MOD, GSWIP_BM_QUEUE_GCTRL); -@@ -871,6 +872,8 @@ static int gswip_setup(struct dsa_switch +@@ -876,6 +877,8 @@ static int gswip_setup(struct dsa_switch return err; } @@ -50,7 +50,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk> gswip_port_enable(ds, cpu_port, NULL); return 0; } -@@ -1433,6 +1436,39 @@ static int gswip_port_fdb_dump(struct ds +@@ -1438,6 +1441,39 @@ static int gswip_port_fdb_dump(struct ds return 0; } @@ -90,7 +90,7 @@ Signed-off-by: Thomas Nixon <tom@tomn.co.uk> static void gswip_phylink_validate(struct dsa_switch *ds, int port, unsigned long *supported, struct phylink_link_state *state) -@@ -1776,6 +1812,8 @@ static const struct dsa_switch_ops gswip +@@ -1781,6 +1817,8 @@ static const struct dsa_switch_ops gswip .port_fdb_add = gswip_port_fdb_add, .port_fdb_del = gswip_port_fdb_del, .port_fdb_dump = gswip_port_fdb_dump, |