[PATCH 0/2] media: Add bindings and driver for Sony IMX678

Jai Luthra posted 2 patches 1 month ago
There is a newer version of this series
.../devicetree/bindings/media/i2c/sony,imx678.yaml |  121 ++
MAINTAINERS                                        |    8 +
drivers/media/i2c/Kconfig                          |   10 +
drivers/media/i2c/Makefile                         |    1 +
drivers/media/i2c/imx678.c                         | 1466 ++++++++++++++++++++
5 files changed, 1606 insertions(+)
[PATCH 0/2] media: Add bindings and driver for Sony IMX678
Posted by Jai Luthra 1 month ago
Hi,

This series adds dt-bindings and a V4L2 driver for Sony IMX678 camera
sensor.

More details about the sensor and features supported in the driver are
in the relevant patches.

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
---
Jai Luthra (2):
      dt-bindings: media: i2c: Add Sony IMX678
      media: i2c: imx678: Add driver for Sony IMX678

 .../devicetree/bindings/media/i2c/sony,imx678.yaml |  121 ++
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   10 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx678.c                         | 1466 ++++++++++++++++++++
 5 files changed, 1606 insertions(+)
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260513-imx678-5c1aee9c1dcf

Best regards,
-- 
Jai Luthra <jai.luthra@ideasonboard.com>