LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for OV5693 Sensor
@ 2021-04-05 22:56 Daniel Scally
  2021-04-05 22:56 ` [PATCH v2 1/2] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
  2021-04-05 22:56 ` [PATCH v2 2/2] media: i2c: Add support for ov5693 sensor Daniel Scally
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Scally @ 2021-04-05 22:56 UTC (permalink / raw)
  To: linux-kernel, linux-media, mchehab, yong.zhi, sakari.ailus,
	bingbu.cao
  Cc: tian.shu.qiu, kieran.bingham+renesas, laurent.pinchart,
	jacopo+renesas, dongchun.zhu, niklas.soderlund+renesas, me,
	luzmaximilian, jeanmichel.hautbois, kitakar

Hello all

Previous version here:
https://lore.kernel.org/linux-media/20210312103239.279523-1-djrscally@gmail.com/

Patch #1 updates the CIO2 driver to call s_stream() for the current sensor
when runtime .suspend() and .resume() ops fire, which should mean the sensor
drivers can pause and restart streaming without having those ops implemented
themselves.

Patch #2 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.

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                    | 1557 +++++++++++++++++
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c |   15 +-
 5 files changed, 1590 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
2.25.1


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

end of thread, other threads:[~2021-04-06 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 22:56 [PATCH v2 0/2] Add support for OV5693 Sensor Daniel Scally
2021-04-05 22:56 ` [PATCH v2 1/2] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
2021-04-05 22:56 ` [PATCH v2 2/2] media: i2c: Add support for ov5693 sensor Daniel Scally
2021-04-06 13:54   ` Jean-Michel Hautbois
2021-04-06 14:08     ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).