[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210312103239.279523-1-djrscally@gmail.com>
Date: Fri, 12 Mar 2021 10:32:38 +0000
From: Daniel Scally <djrscally@...il.com>
To: linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Cc: mchehab@...nel.org, sakari.ailus@...ux.intel.com,
bingbu.cao@...el.com, laurent.pinchart@...asonboard.com,
kieran.bingham+renesas@...asonboard.com, jacopo+renesas@...ndi.org,
dongchun.zhu@...iatek.com, tian.shu.qiu@...el.com,
luzmaximilian@...il.com, me@...wu.ch,
jeanmichel.hautbois@...asonboard.com, kitakar@...il.com,
jorhand@...ux.microsoft.com
Subject: [PATCH 0/1] Add support for OV5693 Sensor
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
Powered by blists - more mailing lists