diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-12-22 10:13:25 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-12-27 16:00:21 +0000 |
commit | a3774d72c85bfb9a3d4b3128003413dad93b7c3f (patch) | |
tree | 914d5333c5dd24a96467f50f0f14bbde15c23bb3 /target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch | |
parent | 0e841fd4a229e974a573b5e79d2f0e6247275b15 (diff) | |
download | upstream-a3774d72c85bfb9a3d4b3128003413dad93b7c3f.tar.gz upstream-a3774d72c85bfb9a3d4b3128003413dad93b7c3f.tar.bz2 upstream-a3774d72c85bfb9a3d4b3128003413dad93b7c3f.zip |
kernel: bump 5.10 to 5.10.88
Deleted (upstreamed):
mpc85xx/patches-5.10/002-powerpc-85xx-fix-oops-when-CONFIG_FSL_PMC-n.patch [1]
[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.88&id=151ffac3ac277ad7c2a5f201b566b56d97ed3a99
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch b/target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch index ba14120aa9..a73c9ca823 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0537-clk-Introduce-a-clock-request-API.patch @@ -254,7 +254,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech> * clk_get_parent - return the parent of a clk * @clk: the clk whose parent gets returned * -@@ -3811,6 +3931,7 @@ __clk_register(struct device *dev, struc +@@ -3820,6 +3940,7 @@ __clk_register(struct device *dev, struc goto fail_parents; INIT_HLIST_HEAD(&core->clks); |