| From: |
| Daniel Scally <djrscally-AT-gmail.com> |
| To: |
| linux-media-AT-vger.kernel.org |
| Subject: |
| [PATCH v3 0/2] Add support for OV5693 Sensor |
| Date: |
| Mon, 20 Sep 2021 23:54:20 +0100 |
| Message-ID: |
| <20210920225422.42618-1-djrscally@gmail.com> |
| Cc: |
| laurent.pinchart-AT-ideasonboard.com, yong.zhi-AT-intel.com, bingbu.cao-AT-intel.com, tian.shu.qiu-AT-intel.com, sakari.ailus-AT-linux.intel.com, kieran.bingham-AT-ideasonboard.com, jeanmichel.hautbois-AT-ideasonboard.com |
| Archive-link: |
| Article |
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