From: kholk11@gmail.com
To: mchehab@kernel.org
Cc: robh+dt@kernel.org, marijns95@gmail.com, konradybcio@gmail.com,
martin.botka1@gmail.com, devicetree@vger.kernel.org,
linux-media@vger.kernel.org, phone-devel@vger.kernel.org,
linux-kernel@vger.kernel.org,
AngeloGioacchino Del Regno <kholk11@gmail.com>
Subject: [PATCH v2 0/2] Add support for the Sony Exmor-RS IMX300 camera sensor
Date: Thu, 29 Oct 2020 18:29:45 +0100 [thread overview]
Message-ID: <20201029172947.34315-1-kholk11@gmail.com> (raw)
From: AngeloGioacchino Del Regno <kholk11@gmail.com>
This patch series adds support for the IMX300 camera sensor, (one of the)
first Exmor-RS Stacked CMOS sensor(s), with support for both of the
supported aspect ratios (4:3 and 16:9).
This driver came out from reverse engineering of so called "userspace
drivers" from Sony Xperia smartphones.
I tried to document all of my findings and giving a sense to the registers
as much as possible, but that was only partially possible and resembles
some names from the IMX219 public datasheet, even though the addresses are
basically completely different.
This camera sensor driver was tested with all the resolutions declared in
it on two phones: Sony Xperia XA2 and XA2 Ultra, on a SDM630 SoC (camss
patches for this SoC will come in a later series) and is working great.
- Changes in v2:
- Changed dt-binding name and fixed a misconception about lane
operation (sensor supports 2/4-Lane, driver supports 4-Lane only)
- Now using lowercase names for regulator supplies
- Fixed redefinition of clock-noncontinuous property
- Added informations about constraints on data bus frequencies
- Fixed MAINTAINERS: removed git tree
AngeloGioacchino Del Regno (2):
media: i2c: Add driver for the Sony Exmor-RS IMX300 camera sensor
media: dt-bindings: media: i2c: Add IMX300 CMOS sensor binding
.../bindings/media/i2c/sony,imx300.yaml | 112 +
MAINTAINERS | 7 +
drivers/media/i2c/Kconfig | 13 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx300.c | 3089 +++++++++++++++++
5 files changed, 3222 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx300.yaml
create mode 100644 drivers/media/i2c/imx300.c
--
2.28.0
next reply other threads:[~2020-10-29 17:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 17:29 kholk11 [this message]
2020-10-29 17:29 ` [PATCH v2 1/2] media: i2c: Add driver for the Sony Exmor-RS IMX300 camera sensor kholk11
2020-11-04 4:50 ` kernel test robot
2020-11-26 23:43 ` Sakari Ailus
2020-11-27 21:34 ` AngeloGioacchino Del Regno
2021-01-16 17:40 ` Sakari Ailus
2020-10-29 17:29 ` [PATCH v2 2/2] media: dt-bindings: media: i2c: Add IMX300 CMOS sensor binding kholk11
2020-11-04 21:48 ` Rob Herring
2020-11-26 17:15 ` AngeloGioacchino Del Regno
2020-11-26 23:04 ` Sakari Ailus
2020-11-27 8:33 ` Andrey Konovalov
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=20201029172947.34315-1-kholk11@gmail.com \
--to=kholk11@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=marijns95@gmail.com \
--cc=martin.botka1@gmail.com \
--cc=mchehab@kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@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