linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Add support for OV5693 Sensor
@ 2021-03-12 10:32 Daniel Scally
  2021-03-12 10:32 ` [PATCH 1/1] media: i2c: Add support for ov5693 sensor Daniel Scally
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Scally @ 2021-03-12 10:32 UTC (permalink / raw)
  To: linux-kernel, linux-media
  Cc: mchehab, sakari.ailus, bingbu.cao, laurent.pinchart,
	kieran.bingham+renesas, jacopo+renesas, dongchun.zhu,
	tian.shu.qiu, luzmaximilian, me, jeanmichel.hautbois, kitakar,
	jorhand

Hello all

This patch adds support for the OV5693 sensor found as the front camera in
many Microsoft Surface devices, along with a number of similar style laptops.
It is a heavily adapted derivative of the atomisp-ov5693 driver in staging,
which retains most of the global register settings and some of the other
functions from that driver, but otherwise uses the "normal" v4l2
infrastructure.

There are 3 supported modes (down from 18 in the atomisp one!); 2592x1944,
1920x1080 and 1280x720.

As we're targeting libcamera, all mandatory, recommended and optional controls
for that library (at least, at time of writing) are supported.

Daniel Scally (1):
  media: i2c: Add support for ov5693 sensor

 MAINTAINERS                |    7 +
 drivers/media/i2c/Kconfig  |   11 +
 drivers/media/i2c/Makefile |    1 +
 drivers/media/i2c/ov5693.c | 1585 ++++++++++++++++++++++++++++++++++++
 4 files changed, 1604 insertions(+)
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
2.25.1


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

end of thread, other threads:[~2021-03-15  9:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 10:32 [PATCH 0/1] Add support for OV5693 Sensor Daniel Scally
2021-03-12 10:32 ` [PATCH 1/1] media: i2c: Add support for ov5693 sensor Daniel Scally
2021-03-14 10:40   ` Jacopo Mondi
2021-03-14 21:55     ` Daniel Scally
2021-03-14 23:29   ` Laurent Pinchart
2021-03-15  9:13     ` Daniel Scally

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).