All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for OV5693 Sensor
@ 2021-09-20 22:54 Daniel Scally
  2021-09-20 22:54 ` [PATCH v3 1/2] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
  2021-09-20 22:54 ` [PATCH v3 2/2] media: i2c: Add support for ov5693 sensor Daniel Scally
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Scally @ 2021-09-20 22:54 UTC (permalink / raw)
  To: linux-media
  Cc: laurent.pinchart, yong.zhi, bingbu.cao, tian.shu.qiu,
	sakari.ailus, kieran.bingham, jeanmichel.hautbois

Hello all

This series 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.

This has been quite a while since the v2 - sorry about that, changes are
actually very minimal since then; a couple of updated register values.

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

Daniel Scally (2):
  media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
  media: i2c: Add support for ov5693 sensor

 MAINTAINERS                                   |    7 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/ov5693.c                    | 1558 +++++++++++++++++
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c |   15 +-
 5 files changed, 1591 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
2.25.1


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

end of thread, other threads:[~2021-09-22 12:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 22:54 [PATCH v3 0/2] Add support for OV5693 Sensor Daniel Scally
2021-09-20 22:54 ` [PATCH v3 1/2] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
2021-09-20 22:54 ` [PATCH v3 2/2] media: i2c: Add support for ov5693 sensor Daniel Scally
2021-09-21  9:06   ` Daniel Scally
2021-09-21  9:11   ` Sakari Ailus
2021-09-21 11:47     ` Daniel Scally
2021-09-21 12:48       ` Sakari Ailus
2021-09-22 12:26         ` Daniel Scally

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.