public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drivers: media: i2c: Omnivision OV08D10 improvements
@ 2026-02-26  8:56 Matthias Fend
  2026-02-26  8:56 ` [PATCH 1/8] dt-bindings: media: i2c: document Omnivision OV08D10 CMOS image sensor Matthias Fend
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Matthias Fend @ 2026-02-26  8:56 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jimmy Su, Sakari Ailus, Philipp Zabel
  Cc: linux-media, devicetree, linux-kernel, Matthias Fend,
	bsp-development.geo

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>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-03-09 12:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26  8:56 [PATCH 0/8] drivers: media: i2c: Omnivision OV08D10 improvements Matthias Fend
2026-02-26  8:56 ` [PATCH 1/8] dt-bindings: media: i2c: document Omnivision OV08D10 CMOS image sensor Matthias Fend
2026-02-27 10:45   ` Krzysztof Kozlowski
2026-02-27 15:10     ` Matthias Fend
2026-03-09 12:03       ` Sakari Ailus
2026-02-26  8:56 ` [PATCH 2/8] media: i2c: ov08d10: add support for binding via device tree Matthias Fend
2026-02-26  8:56 ` [PATCH 3/8] media: i2c: ov08d10: add support for reset and power management Matthias Fend
2026-02-26 10:13   ` Philipp Zabel
2026-02-26 20:30     ` Matthias Fend
2026-03-09 12:49       ` Sakari Ailus
2026-03-09 12:54       ` Philipp Zabel
2026-02-26  8:56 ` [PATCH 4/8] media: i2c: ov08d10: add support for 24 MHz input clock Matthias Fend
2026-02-26  8:56 ` [PATCH 5/8] media: i2c: ov08d10: fix image vertical start setting Matthias Fend
2026-02-26  8:56 ` [PATCH 6/8] media: i2c: ov08d10: remove duplicate register write Matthias Fend
2026-02-26  8:56 ` [PATCH 7/8] media: i2c: ov08d10: fix some typos in comments Matthias Fend
2026-02-26 10:15   ` Philipp Zabel
2026-02-26  8:56 ` [PATCH 8/8] media: i2c: ov08d10: add missing newline to prints Matthias Fend

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox