[PATCH v3 0/2] media: Add Sony IMX585 image sensor support

Will Whang posted 2 patches 1 month, 2 weeks ago
.../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
[PATCH v3 0/2] media: Add Sony IMX585 image sensor support
Posted by Will Whang 1 month, 2 weeks ago
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