From: Naushir Patuck <naush@raspberrypi.com>
To: linux-media@vger.kernel.org, devicetree@vger.kernel.org
Cc: Naushir Patuck <naush@raspberrypi.com>
Subject: [PATCH v1 0/2] media: i2c: IMX296 camera sensor support
Date: Tue, 24 Jan 2023 15:05:45 +0000 [thread overview]
Message-ID: <20230124150546.12876-1-naush@raspberrypi.com> (raw)
Hi,
This series adds support for the Sony IMX708 camera sensor driver, with DT
bindings in patch 1/2 and the device driver in patch 2/2.
The Sony IMX708 is a 12MP MIPI CSI-2 sensor with a resolution of 4608x2592. It
is a "quad-Bayer" sensor, with on-chip re-mosaicing to output standard Bayer
data in 10-bits.
The sensor is capable of capturing HDR images from the quad-Bayer arrangement
and tone-mapping the image to 10-bits Bayer format. This functionality is
switched on/off by the wide dynamic range control:
v4l2-ctl --set-ctrl wide_dynamic_range=[0|1] -d /dev/v4l-subdev0
Thanks,
Naush
Dave Stevenson (1):
dtbindings: media: i2c: Add IMX708 CMOS sensor binding
Nick Hollinghurst (1):
media/i2c: Add a driver for the Sony IMX708 image sensor
.../devicetree/bindings/media/i2c/imx708.yaml | 119 +
MAINTAINERS | 7 +
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx708.c | 1923 +++++++++++++++++
5 files changed, 2061 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/imx708.yaml
create mode 100644 drivers/media/i2c/imx708.c
--
2.25.1
next reply other threads:[~2023-01-24 15:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 15:05 Naushir Patuck [this message]
2023-01-24 15:05 ` [PATCH v1 1/2] dtbindings: media: i2c: Add IMX708 CMOS sensor binding Naushir Patuck
2023-01-24 17:04 ` Krzysztof Kozlowski
2023-01-24 15:05 ` [PATCH v1 2/2] media/i2c: Add a driver for the Sony IMX708 image sensor Naushir Patuck
2023-01-24 17:06 ` Krzysztof Kozlowski
2023-03-14 13:23 ` Sakari Ailus
2023-01-24 15:19 ` [PATCH v1 0/2] media: i2c: IMX296 camera sensor support Naushir Patuck
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=20230124150546.12876-1-naush@raspberrypi.com \
--to=naush@raspberrypi.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
/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