devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: Add OmniVision OV6211 image sensor driver
@ 2025-07-17 12:39 Vladimir Zapolskiy
  2025-07-17 12:40 ` [PATCH 1/2] dt-bindings: media: i2c: Add OmniVision OV6211 image sensor Vladimir Zapolskiy
  2025-07-17 12:40 ` [PATCH 2/2] media: i2c: Add OmniVision OV6211 image sensor driver Vladimir Zapolskiy
  0 siblings, 2 replies; 13+ messages in thread
From: Vladimir Zapolskiy @ 2025-07-17 12:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sakari Ailus, Hans Verkuil
  Cc: linux-media, devicetree

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


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

end of thread, other threads:[~2025-07-21 12:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-17 12:39 [PATCH 0/2] media: i2c: Add OmniVision OV6211 image sensor driver Vladimir Zapolskiy
2025-07-17 12:40 ` [PATCH 1/2] dt-bindings: media: i2c: Add OmniVision OV6211 image sensor Vladimir Zapolskiy
2025-07-18  7:01   ` Krzysztof Kozlowski
2025-07-17 12:40 ` [PATCH 2/2] media: i2c: Add OmniVision OV6211 image sensor driver Vladimir Zapolskiy
2025-07-17 14:09   ` Kieran Bingham
2025-07-17 15:00     ` Vladimir Zapolskiy
2025-07-17 15:07     ` Dave Stevenson
2025-07-18 15:27       ` Vladimir Zapolskiy
2025-07-21 10:38         ` Mehdi Djait
2025-07-21 11:48           ` Sakari Ailus
2025-07-21 12:37         ` Dave Stevenson
2025-07-18  7:07   ` Krzysztof Kozlowski
2025-07-18 14:47     ` Vladimir Zapolskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).