diff options
author | John Audia <therealgraysky@proton.me> | 2023-02-01 15:44:56 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-03 09:38:11 +0100 |
commit | 50324b949b91cfb70ced3869b09b895e45a5ae37 (patch) | |
tree | ae9e8d1c14d87a493228b42f4065faeb5ee50ed3 /target/linux/ipq806x | |
parent | 59fe39f6fcf1407a53ec54cb54d1e27dfa0beca5 (diff) | |
download | upstream-50324b949b91cfb70ced3869b09b895e45a5ae37.tar.gz upstream-50324b949b91cfb70ced3869b09b895e45a5ae37.tar.bz2 upstream-50324b949b91cfb70ced3869b09b895e45a5ae37.zip |
kernel: bump 5.10 to 5.10.166
All patches automatically rebased.
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
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 64efbd74c5..907fcf832b 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 -@@ -5041,6 +5041,10 @@ int stmmac_dvr_probe(struct device *devi +@@ -5046,6 +5046,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) -@@ -5255,6 +5259,7 @@ int stmmac_dvr_remove(struct device *dev +@@ -5260,6 +5264,7 @@ int stmmac_dvr_remove(struct device *dev phylink_destroy(priv->phylink); if (priv->plat->stmmac_rst) reset_control_assert(priv->plat->stmmac_rst); |