[PATCH 0/2] media: i2c: Add OmniVision OV6211 image sensor driver
From: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Date: 2025-07-17 12:40:05
Also in:
linux-media
From: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Date: 2025-07-17 12:40:05
Also in:
linux-media
OmniVision OV6211 is a monochrome image sensor, which produces frames in 8/10-bit raw output format and supports 400x400, 200x200 and 100x100 output image resolution modes. At the moment the only supported resolution in the device driver is 400x400@120fps (Y8). Vladimir Zapolskiy (2): dt-bindings: media: i2c: Add OmniVision OV6211 image sensor media: i2c: Add OmniVision OV6211 image sensor driver .../bindings/media/i2c/ovti,ov6211.yaml | 100 ++ MAINTAINERS | 8 + drivers/media/i2c/Kconfig | 9 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov6211.c | 877 ++++++++++++++++++ 5 files changed, 995 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov6211.yaml create mode 100644 drivers/media/i2c/ov6211.c -- 2.49.0