diff options
author | John Audia <therealgraysky@proton.me> | 2022-05-22 07:12:09 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-07 22:28:59 +0200 |
commit | 3ce3de934c34b8d36012cb687b38e5bcff62f95d (patch) | |
tree | 7ae917d077373f86217a662c03f6ebe3ea2e2c24 /target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch | |
parent | b24c30170940362eead8c57fedbb57f360d40f1e (diff) | |
download | upstream-3ce3de934c34b8d36012cb687b38e5bcff62f95d.tar.gz upstream-3ce3de934c34b8d36012cb687b38e5bcff62f95d.tar.bz2 upstream-3ce3de934c34b8d36012cb687b38e5bcff62f95d.zip |
kernel: bump 5.10 to 5.10.117
Removed upstreamed:
backport-5.10/890-v5.19-net-sfp-Add-tx-fault-workaround-for-Huawei-MA5671A-SFP-ON.patch
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 01a6a5c73120ccddd2a83381252ede91aac070f4)
Diffstat (limited to 'target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch')
-rw-r--r-- | target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch b/target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch index a53fca0e90..4aec8f8439 100644 --- a/target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch +++ b/target/linux/bcm4908/patches-5.10/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch @@ -29,7 +29,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/drivers/net/dsa/bcm_sf2.c +++ b/drivers/net/dsa/bcm_sf2.c -@@ -1532,10 +1532,14 @@ static int bcm_sf2_sw_probe(struct platf +@@ -1535,10 +1535,14 @@ static int bcm_sf2_sw_probe(struct platf rev = reg_readl(priv, REG_PHY_REVISION); priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; |