diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-09-03 10:54:20 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-09 23:40:32 +0200 |
commit | 27199a4e66f78aeed212e34fd7760144f950bc74 (patch) | |
tree | fbc5d9859780052f976e1166164e2908d0d2ce22 /target/linux/generic/backport-5.10 | |
parent | df63619eeafac0a6b41c26102a7aa4a0dea9aa16 (diff) | |
download | upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.gz upstream-27199a4e66f78aeed212e34fd7760144f950bc74.tar.bz2 upstream-27199a4e66f78aeed212e34fd7760144f950bc74.zip |
kernel: bump 5.10 to 5.10.62
Patches automatically refreshed.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/backport-5.10')
-rw-r--r-- | target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch b/target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch index bba3136692..ae4270391d 100644 --- a/target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch +++ b/target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch @@ -17,7 +17,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/drivers/net/dsa/mt7530.c +++ b/drivers/net/dsa/mt7530.c -@@ -2270,6 +2270,17 @@ static void mt753x_phylink_mac_link_up(s +@@ -2267,6 +2267,17 @@ static void mt753x_phylink_mac_link_up(s mcr |= PMCR_RX_FC_EN; } @@ -35,7 +35,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> mt7530_set(priv, MT7530_PMCR_P(port), mcr); } -@@ -2500,6 +2511,36 @@ mt753x_phy_write(struct dsa_switch *ds, +@@ -2497,6 +2508,36 @@ mt753x_phy_write(struct dsa_switch *ds, return priv->info->phy_write(ds, port, regnum, val); } @@ -72,7 +72,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> static const struct dsa_switch_ops mt7530_switch_ops = { .get_tag_protocol = mtk_get_tag_protocol, .setup = mt753x_setup, -@@ -2528,6 +2569,8 @@ static const struct dsa_switch_ops mt753 +@@ -2525,6 +2566,8 @@ static const struct dsa_switch_ops mt753 .phylink_mac_an_restart = mt753x_phylink_mac_an_restart, .phylink_mac_link_down = mt753x_phylink_mac_link_down, .phylink_mac_link_up = mt753x_phylink_mac_link_up, |