devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] media: Add Sony IMX585 image sensor support
@ 2025-08-16  5:54 Will Whang
  2025-08-16  5:54 ` [PATCH v3 1/2] dt-bindings: media: Add Sony IMX585 CMOS image sensor Will Whang
  2025-08-16  5:54 ` [PATCH v3 2/2] media: i2c: imx585: Add Sony IMX585 image-sensor driver Will Whang
  0 siblings, 2 replies; 18+ messages in thread
From: Will Whang @ 2025-08-16  5:54 UTC (permalink / raw)
  To: Will Whang, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Sakari Ailus
  Cc: linux-media, devicetree, linux-kernel

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-08-18 15:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16  5:54 [PATCH v3 0/2] media: Add Sony IMX585 image sensor support Will Whang
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).