Hello, This series adds a driver for the ST VGXY61 camera sensor. This camera sensor is using the i2c bus for control and the csi-2 bus for data. Tested on DragonBoard 410c and on Raspberry Pi 4. DT bindings are in 1/2, and the driver in 2/2. Benjamin Mugnier (2): media: dt-bindings: media: i2c: Add ST VGXY61 camera sensor binding media: i2c: Add driver for ST VGXY61 camera sensor .../bindings/media/i2c/st,st-vgxy61.yaml | 134 ++ MAINTAINERS | 10 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/st-vgxy61.c | 1919 +++++++++++++++++ 5 files changed, 2075 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/st,st-vgxy61.yaml create mode 100644 drivers/media/i2c/st-vgxy61.c -- 2.25.1