From 49f8a75031c8fb2efc4824166da75f1473cdab6b Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 25 May 2022 13:09:23 -0400 Subject: kernel: bump 5.10 to 5.10.118 Removed upstreamed: generic-backport/774-v5.15-1-igc-remove-_I_PHY_ID-checking.patch generic-backport/774-v5.15-2-igc-remove-phy-type-checking.patch All patches automatically rebased. Build system: x86_64 Build-tested: ipq806x/R7800 Signed-off-by: John Audia (cherry picked from commit b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95) --- .../patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/at91/patches-5.10') diff --git a/target/linux/at91/patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch b/target/linux/at91/patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch index fc08b1fce6..5d399f6535 100644 --- a/target/linux/at91/patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch +++ b/target/linux/at91/patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch @@ -93,7 +93,7 @@ Signed-off-by: Stephen Boyd return 0; } -@@ -245,6 +256,23 @@ static int clk_generated_set_rate(struct +@@ -249,6 +260,23 @@ static int clk_generated_set_rate(struct return 0; } @@ -117,7 +117,7 @@ Signed-off-by: Stephen Boyd static const struct clk_ops generated_ops = { .enable = clk_generated_enable, .disable = clk_generated_disable, -@@ -254,6 +282,8 @@ static const struct clk_ops generated_op +@@ -258,6 +286,8 @@ static const struct clk_ops generated_op .get_parent = clk_generated_get_parent, .set_parent = clk_generated_set_parent, .set_rate = clk_generated_set_rate, @@ -126,7 +126,7 @@ Signed-off-by: Stephen Boyd }; /** -@@ -320,8 +350,6 @@ at91_clk_register_generated(struct regma +@@ -324,8 +354,6 @@ at91_clk_register_generated(struct regma if (ret) { kfree(gck); hw = ERR_PTR(ret); -- cgit v1.2.3