[PATCH 0/2] media: i2c: add imx415 cmos image sensor driver

From: Michael Riesch
Date: Wed Jan 18 2023 - 06:19:17 EST


Hi all,

This series adds a driver for the Sony IMX415 CMOS image sensor.
The Sony IMX415 is a diagonal 6.4 mm (Type 1/2.8) CMOS active pixel type
solid-state image sensor with a square pixel array and 8.46 M effective
pixels. This chip operates with analog 2.9 V, digital 1.1 V, and interface
1.8 V triple power supply, and has low power consumption.
The IMX415 is programmable through I2C interface. The sensor output is
available via CSI-2 serial data output (two or four lanes).

Looking forward to your comments!

Best regards,
Michael

Gerald Loacker (1):
media: i2c: add imx415 cmos image sensor driver

Michael Riesch (1):
dt-bindings: media: i2c: add imx415 cmos image sensor

.../bindings/media/i2c/sony,imx415.yaml | 120 ++
MAINTAINERS | 8 +
drivers/media/i2c/Kconfig | 14 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx415.c | 1296 +++++++++++++++++
5 files changed, 1439 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
create mode 100644 drivers/media/i2c/imx415.c


base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
--
2.30.2