diff options
author | John Audia <therealgraysky@proton.me> | 2022-12-14 10:11:04 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-14 23:34:50 +0100 |
commit | b6fa423907f7e09a173407fd9e9c91ccd907a91d (patch) | |
tree | 1892e1012c2b9f9e09e7eb7645f8e12a3030f823 /target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch | |
parent | bd911b45389b3da299948b457a1fc645febd2248 (diff) | |
download | upstream-b6fa423907f7e09a173407fd9e9c91ccd907a91d.tar.gz upstream-b6fa423907f7e09a173407fd9e9c91ccd907a91d.tar.bz2 upstream-b6fa423907f7e09a173407fd9e9c91ccd907a91d.zip |
kernel: bump 5.15 to 5.15.83
Removed upstreamed:
backport-5.15/883-v6.1-ca8210-Fix-crash-by-zero-initializing-data.patch[1]
All patches automatically rebased
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.83&id=246bcd05ba6cc43b34ac0bb4bac3ea94a4efa07c
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch b/target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch index ce3831d3f9..cc6ca7ddae 100644 --- a/target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch +++ b/target/linux/bcm27xx/patches-5.15/950-0835-clk-Add-clk_drop_range.patch @@ -37,7 +37,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech> rate = clk_get_rate(clk); --- a/include/linux/clk.h +++ b/include/linux/clk.h -@@ -987,6 +987,17 @@ static inline void clk_bulk_disable_unpr +@@ -1096,6 +1096,17 @@ static inline void clk_bulk_disable_unpr } /** |