From: Will Whang <will@willwhang.com>
To: Will Whang <will@willwhang.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] media: Add Sony IMX585 image sensor support
Date: Sat, 16 Aug 2025 06:54:30 +0100 [thread overview]
Message-ID: <20250816055432.131912-1-will@willwhang.com> (raw)
Hi all,
This is v3 of the IMX585 driver.
Changes in v3:
- Remove ClearHDR support.
- Remove HCG/LCG switch support.
- Use full parts number as compatible string.
- dt-bindings: fixing sync mode values.
Mainly the change is to remove the need for driver specific V4L2
Controls given the review comments in v2.
Features
==========
* 4-lane or 2-lane MIPI-CSI-2 up to 2079 Mbps/lane
* 4 K and 1080p @ 60 fps 12-bit mode, monochrome variant.
* Blacklevel adjustments through V4L2_CID_BRIGHTNESS.
* Multi Camera synchronization mode support.
Testing
==========
- Platform: Raspberry Pi 5 and Raspberry Pi 4B, 4/2 lanes
Series layout
=============
1. **dt-bindings: media: Add Sony IMX585 CMOS image sensor**
3. **media: i2c: imx585: Add Sony IMX585 image-sensor driver**
v2 Link: https://lore.kernel.org/linux-media/20250810220921.14307-1-will@willwhang.com/
v1 Link: https://lore.kernel.org/linux-media/20250702063836.3984-1-will@willwhang.com/
Thanks for reviewing!
Signed-off-by: Will Whang <will@willwhang.com>
Will Whang (2):
dt-bindings: media: Add Sony IMX585 CMOS image sensor
media: i2c: imx585: Add Sony IMX585 image-sensor driver
.../bindings/media/i2c/sony,imx585.yaml | 114 ++
MAINTAINERS | 7 +
drivers/media/i2c/Kconfig | 9 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx585.c | 1358 +++++++++++++++++
5 files changed, 1489 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx585.yaml
create mode 100644 drivers/media/i2c/imx585.c
--
2.39.5
next reply other threads:[~2025-08-16 5:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 5:54 Will Whang [this message]
2025-08-16 5:54 ` [PATCH v3 1/2] dt-bindings: media: Add Sony IMX585 CMOS image sensor Will Whang
2025-08-16 8:04 ` Krzysztof Kozlowski
2025-08-16 5:54 ` [PATCH v3 2/2] media: i2c: imx585: Add Sony IMX585 image-sensor driver Will Whang
2025-08-16 8:03 ` Krzysztof Kozlowski
2025-08-16 19:58 ` Will Whang
2025-08-17 6:10 ` Krzysztof Kozlowski
2025-08-17 6:46 ` Will Whang
2025-08-17 7:02 ` Krzysztof Kozlowski
2025-08-17 7:15 ` Will Whang
2025-08-17 7:35 ` Krzysztof Kozlowski
2025-08-17 7:44 ` Krzysztof Kozlowski
2025-08-17 7:53 ` Will Whang
2025-08-17 8:20 ` Krzysztof Kozlowski
2025-08-17 8:28 ` Krzysztof Kozlowski
2025-08-18 11:14 ` Sakari Ailus
2025-08-18 15:05 ` Nicolas Dufresne
2025-08-18 7:58 ` Kieran Bingham
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=20250816055432.131912-1-will@willwhang.com \
--to=will@willwhang.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.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
all inboxes | Powered by JetHome®