From: Daniel Scally <djrscally@gmail.com>
To: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Cc: mchehab@kernel.org, sakari.ailus@linux.intel.com,
bingbu.cao@intel.com, laurent.pinchart@ideasonboard.com,
kieran.bingham+renesas@ideasonboard.com,
jacopo+renesas@jmondi.org, dongchun.zhu@mediatek.com,
tian.shu.qiu@intel.com, luzmaximilian@gmail.com, me@fabwu.ch,
jeanmichel.hautbois@ideasonboard.com, kitakar@gmail.com,
jorhand@linux.microsoft.com
Subject: [PATCH 0/1] Add support for OV5693 Sensor
Date: Fri, 12 Mar 2021 10:32:38 +0000 [thread overview]
Message-ID: <20210312103239.279523-1-djrscally@gmail.com> (raw)
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
next reply other threads:[~2021-03-12 10:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 10:32 Daniel Scally [this message]
2021-03-12 10:32 ` [PATCH 1/1] media: i2c: Add support for ov5693 sensor Daniel Scally
2021-03-14 10:40 ` Jacopo Mondi
2021-03-14 21:55 ` Daniel Scally
2021-03-14 23:29 ` Laurent Pinchart
2021-03-15 9:13 ` Daniel Scally
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210312103239.279523-1-djrscally@gmail.com \
--to=djrscally@gmail.com \
--cc=bingbu.cao@intel.com \
--cc=dongchun.zhu@mediatek.com \
--cc=jacopo+renesas@jmondi.org \
--cc=jeanmichel.hautbois@ideasonboard.com \
--cc=jorhand@linux.microsoft.com \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=kitakar@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=luzmaximilian@gmail.com \
--cc=mchehab@kernel.org \
--cc=me@fabwu.ch \
--cc=sakari.ailus@linux.intel.com \
--cc=tian.shu.qiu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox