X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Flinux%2Fbcm27xx%2Fpatches-5.10%2F950-0395-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch;fp=target%2Flinux%2Fbcm27xx%2Fpatches-5.10%2F950-0395-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch;h=0000000000000000000000000000000000000000;hp=c74315f3fb3e3e34b8e93b32f2c809e9385a9d07;hb=d5c4f24b2af991df2ec24df1a3f906049370f59f;hpb=99ad84b6d9727a63f99a16e0b8386747262e3433 diff --git a/target/linux/bcm27xx/patches-5.10/950-0395-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch b/target/linux/bcm27xx/patches-5.10/950-0395-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch deleted file mode 100644 index c74315f3fb..0000000000 --- a/target/linux/bcm27xx/patches-5.10/950-0395-media-bcm2835-unicam-Clear-clock-state-when-stopping.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 038ee7126dcfe172eefa1ee4c271af51fc9e633c Mon Sep 17 00:00:00 2001 -From: Naushir Patuck -Date: Wed, 2 Dec 2020 16:48:41 +0000 -Subject: [PATCH] media: bcm2835-unicam: Clear clock state when - stopping streaming - -Commit 65e08c465020d4c5b51afb452efc2246d80fd66f failed to clear the -clock state when the device stopped streaming. Fix this, as it might -again cause the same problems when doing an unprepare. - -Signed-off-by: Naushir Patuck ---- - drivers/media/platform/bcm2835/bcm2835-unicam.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/drivers/media/platform/bcm2835/bcm2835-unicam.c -+++ b/drivers/media/platform/bcm2835/bcm2835-unicam.c -@@ -1769,6 +1769,7 @@ static void unicam_stop_streaming(struct - - clk_disable_unprepare(dev->vpu_clock); - clk_disable_unprepare(dev->clock); -+ dev->clocks_enabled = false; - } - unicam_runtime_put(dev); -