[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250816055432.131912-1-will@willwhang.com>
Date: Sat, 16 Aug 2025 06:54:30 +0100
From: Will Whang <will@...lwhang.com>
To: Will Whang <will@...lwhang.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>
Cc: linux-media@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] media: Add Sony IMX585 image sensor support
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@...lwhang.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
Powered by blists - more mailing lists