]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop queue-6.17/media-ov02c10-fix-default-vertical-flip.patch for real
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Dec 2025 11:17:54 +0000 (12:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Dec 2025 11:17:54 +0000 (12:17 +0100)
queue-6.17/media-ov02c10-fix-default-vertical-flip.patch [deleted file]
queue-6.17/series

diff --git a/queue-6.17/media-ov02c10-fix-default-vertical-flip.patch b/queue-6.17/media-ov02c10-fix-default-vertical-flip.patch
deleted file mode 100644 (file)
index 4a12280..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 709329c3dedb5796f9014f130f19120e6653e901 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 20 Aug 2025 02:13:19 +0200
-Subject: media: ov02c10: Fix default vertical flip
-
-From: Sebastian Reichel <sre@kernel.org>
-
-[ Upstream commit d5ebe3f7d13d4cee3ff7e718de23564915aaf163 ]
-
-The driver right now defaults to setting the vertical flip bit. This
-conflicts with proper handling of the rotation property defined in
-ACPI or device tree, so drop the VFLIP bit. It should be handled via
-V4L2_CID_VFLIP instead.
-
-Reported-by: Frederic Stuyk <fstuyk@runbox.com>
-Closes: https://lore.kernel.org/all/b6df9ae7-ea9f-4e5a-8065-5b130f534f37@runbox.com/
-Fixes: 44f89010dae0 ("media: i2c: Add Omnivision OV02C10 sensor driver")
-Signed-off-by: Sebastian Reichel <sre@kernel.org>
-Reviewed-by: Bryan O'Donoghue <bod@kernel.org>
-Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
-Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/media/i2c/ov02c10.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/media/i2c/ov02c10.c b/drivers/media/i2c/ov02c10.c
-index 089a4fd9627cf..3a02fce0a9bc0 100644
---- a/drivers/media/i2c/ov02c10.c
-+++ b/drivers/media/i2c/ov02c10.c
-@@ -175,7 +175,7 @@ static const struct reg_sequence sensor_1928x1092_30fps_setting[] = {
-       {0x3816, 0x01},
-       {0x3817, 0x01},
--      {0x3820, 0xb0},
-+      {0x3820, 0xa0},
-       {0x3821, 0x00},
-       {0x3822, 0x80},
-       {0x3823, 0x08},
--- 
-2.51.0
-
index 8e1cc38db18c481d2db0b2a28fdf8cb9743de61d..c801fc9f254f1c90869252a9ce5e42d9412935bc 100644 (file)
@@ -120,7 +120,6 @@ perf-x86-intel-cstate-remove-pc3-support-from-lunarl.patch
 task_work-fix-nmi-race-condition.patch
 x86-dumpstack-prevent-kasan-false-positive-warnings-.patch
 accel-ivpu-remove-skip-of-dma-unmap-for-imported-buf.patch
-media-ov02c10-fix-default-vertical-flip.patch
 tools-nolibc-stdio-let-perror-work-when-nolibc_ignor.patch
 tools-nolibc-dirent-avoid-errno-in-readdir_r.patch
 clk-qcom-gcc-qcs615-update-the-sdcc-clock-to-use-sha.patch