diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-29 12:25:26 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-30 17:22:16 +0200 |
commit | 7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6 (patch) | |
tree | 1b2655affe4b794d824b937d28f4a91c956c2b07 /target/linux/ipq806x | |
parent | 1db4f5cba30401c0a84742bcdfc5175e8a56925f (diff) | |
download | upstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.tar.gz upstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.tar.bz2 upstream-7ca89e11873a1b7508f7a6a4d040cb93e2dc59f6.zip |
kernel: bump 5.10 to 5.10.134
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 7be62b1187bb7e21bcdaadfc3d47713a91f05898)
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-5.10/108-v5.14-net-stmmac-explicitly-deassert-gmac-ahb-reset.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/patches-5.10/108-v5.14-net-stmmac-explicitly-deassert-gmac-ahb-reset.patch b/target/linux/ipq806x/patches-5.10/108-v5.14-net-stmmac-explicitly-deassert-gmac-ahb-reset.patch index 77667b139e..84f5f95841 100644 --- a/target/linux/ipq806x/patches-5.10/108-v5.14-net-stmmac-explicitly-deassert-gmac-ahb-reset.patch +++ b/target/linux/ipq806x/patches-5.10/108-v5.14-net-stmmac-explicitly-deassert-gmac-ahb-reset.patch @@ -29,7 +29,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c -@@ -5021,6 +5021,10 @@ int stmmac_dvr_probe(struct device *devi +@@ -5020,6 +5020,10 @@ int stmmac_dvr_probe(struct device *devi reset_control_reset(priv->plat->stmmac_rst); } @@ -40,7 +40,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> /* Init MAC and get the capabilities */ ret = stmmac_hw_init(priv); if (ret) -@@ -5245,6 +5249,7 @@ int stmmac_dvr_remove(struct device *dev +@@ -5244,6 +5248,7 @@ int stmmac_dvr_remove(struct device *dev phylink_destroy(priv->phylink); if (priv->plat->stmmac_rst) reset_control_assert(priv->plat->stmmac_rst); |