diff options
author | John Audia <therealgraysky@proton.me> | 2022-05-25 13:09:23 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-06 19:20:02 +0200 |
commit | b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95 (patch) | |
tree | db8f096db3e921d98966cc73bdcfde509d6455d7 /target/linux/at91/patches-5.10 | |
parent | 01a6a5c73120ccddd2a83381252ede91aac070f4 (diff) | |
download | upstream-b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95.tar.gz upstream-b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95.tar.bz2 upstream-b789a588b1c55fe1df7e2d6ae1c4f84b96a03a95.zip |
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 <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/at91/patches-5.10')
-rw-r--r-- | target/linux/at91/patches-5.10/234-clk-at91-re-factor-clocks-suspend-resume.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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 <sboyd@kernel.org> 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 <sboyd@kernel.org> 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 <sboyd@kernel.org> }; /** -@@ -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); |