diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-05 07:58:32 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-09 22:18:24 +0200 |
commit | e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5 (patch) | |
tree | 80e2eba15201c2d2e42f6cfac050ed1b8f609ab0 /target/linux/ipq806x | |
parent | df08849c00a0ba81d7e24f8635900bdc8e66adb2 (diff) | |
download | upstream-e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5.tar.gz upstream-e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5.tar.bz2 upstream-e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5.zip |
kernel: bump 5.10 to 5.10.147
Removed upstreamed:
bcm53xx/patches-5.10/083-v6.0-clk-iproc-Do-not-rely-on-node-name-for-correct-PLL-s.patch[1]
All other patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.147&id=a8e6cde5062fb2aff81f86cc0770591714bee545
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 84f5f95841..324d42770d 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 -@@ -5020,6 +5020,10 @@ int stmmac_dvr_probe(struct device *devi +@@ -5033,6 +5033,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) -@@ -5244,6 +5248,7 @@ int stmmac_dvr_remove(struct device *dev +@@ -5247,6 +5251,7 @@ int stmmac_dvr_remove(struct device *dev phylink_destroy(priv->phylink); if (priv->plat->stmmac_rst) reset_control_assert(priv->plat->stmmac_rst); |