All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Add support for OV5693 sensor
@ 2021-11-01 23:21 Daniel Scally
  2021-11-01 23:21 ` [PATCH v5 1/5] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel Scally @ 2021-11-01 23:21 UTC (permalink / raw)
  To: linux-media
  Cc: sakari.ailus, andriy.shevchenko, laurent.pinchart, yong.zhi,
	bingbu.cao, tian.shu.qiu, jeanmichel.hautbois, kieran.bingham,
	hdegoede

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.

Series changes since v4:

	- Added 2 patches from Hans which are fixing some problems he spotted.

Daniel Scally (3):
  media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
  media: i2c: Add support for ov5693 sensor
  media: ipu3-cio2: Add link freq for INT33BE entry

Hans de Goede (2):
  media: i2c: ov5693: Rename ov5693_sw_standby() to
    ov5693_enable_streaming()
  media: i2c: ov5693: Fix lockdep error

 MAINTAINERS                                   |    7 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/ov5693.c                    | 1542 +++++++++++++++++
 drivers/media/pci/intel/ipu3/cio2-bridge.c    |    2 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c |   17 +-
 6 files changed, 1578 insertions(+), 2 deletions(-)
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
2.25.1


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

end of thread, other threads:[~2021-11-03  7:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 23:21 [PATCH v5 0/5] Add support for OV5693 sensor Daniel Scally
2021-11-01 23:21 ` [PATCH v5 1/5] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops Daniel Scally
2021-11-01 23:21 ` [PATCH v5 2/5] media: i2c: Add support for ov5693 sensor Daniel Scally
2021-11-02  9:15   ` Hans de Goede
2021-11-02  9:49   ` Sakari Ailus
2021-11-01 23:21 ` [PATCH v5 3/5] media: ipu3-cio2: Add link freq for INT33BE entry Daniel Scally
2021-11-01 23:21 ` [PATCH v5 4/5] media: i2c: ov5693: Rename ov5693_sw_standby() to ov5693_enable_streaming() Daniel Scally
2021-11-02  9:24   ` Hans de Goede
2021-11-02  9:29     ` Daniel Scally
2021-11-01 23:21 ` [PATCH v5 5/5] media: i2c: ov5693: Fix lockdep error 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.