From 27199a4e66f78aeed212e34fd7760144f950bc74 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Fri, 3 Sep 2021 10:54:20 +0100 Subject: kernel: bump 5.10 to 5.10.62 Patches automatically refreshed. Signed-off-by: Rui Salvaterra --- .../781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/backport-5.10/781-v5.13-net-dsa-mt7530-Add-support-for-EEE-features.patch') 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 --- 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 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 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, -- cgit v1.2.3