[PATCH 0/8] drivers: media: i2c: Omnivision OV08D10 improvements

Matthias Fend posted 8 patches 1 month, 1 week ago
There is a newer version of this series
.../bindings/media/i2c/ovti,ov08d10.yaml           | 101 +++++++++
MAINTAINERS                                        |   1 +
drivers/media/i2c/ov08d10.c                        | 246 ++++++++++++++++-----
3 files changed, 297 insertions(+), 51 deletions(-)
[PATCH 0/8] drivers: media: i2c: Omnivision OV08D10 improvements
Posted by Matthias Fend 1 month, 1 week ago
This series provides basic device tree support and handling for power
supplies, an optional reset, and the option to use a 24MHz input clock.

In addition to a few minor fixes, a major problem with the configuration of
the sensor modes has also been resolved.

The changes have been tested on an i.MX8MP platform. Originally, the sensor
was apparently only used with ACPI - unfortunately, I do not have such a
hardware setup available.

Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
---
Matthias Fend (8):
      dt-bindings: media: i2c: document Omnivision OV08D10 CMOS image sensor
      media: i2c: ov08d10: add support for binding via device tree
      media: i2c: ov08d10: add support for reset and power management
      media: i2c: ov08d10: add support for 24 MHz input clock
      media: i2c: ov08d10: fix image vertical start setting
      media: i2c: ov08d10: remove duplicate register write
      media: i2c: ov08d10: fix some typos in comments
      media: i2c: ov08d10: add missing newline to prints

 .../bindings/media/i2c/ovti,ov08d10.yaml           | 101 +++++++++
 MAINTAINERS                                        |   1 +
 drivers/media/i2c/ov08d10.c                        | 246 ++++++++++++++++-----
 3 files changed, 297 insertions(+), 51 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260225-ov08d10-7b198f492bd4

Best regards,
-- 
Matthias Fend <matthias.fend@emfend.at>