Hi All, Here is v9 of the patch to upstream the OV02C10 sensor driver originally writen by Intel. This is the same as v8, but then with everything squashed back together into a single patch again. Changes in v8: - Many changes, so many that this has been posted as an incremental series on top of v7. See individual commits for change details: https://lore.kernel.org/linux-media/20250313184314.91410-1-hdegoede@xxxxxxxxxx/ Changes in v9: - Squashed everything back into a single patch again - Dropped Heimir's and Stanislaw's Tested-by tags since much has changed since v7 Regards, Hans Heimir Thor Sverrisson (1): media: i2c: Add Omnivision OV02C10 sensor driver drivers/media/i2c/Kconfig | 10 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov02c10.c | 1012 +++++++++++++++++++++++++++++++++++ 3 files changed, 1023 insertions(+) create mode 100644 drivers/media/i2c/ov02c10.c -- 2.48.1