[PATCH v1 0/3] Add support for MIPID02 CSI-2 to PARALLEL bridge I2C device

From: Mickael Guene
Date: Tue Mar 12 2019 - 02:45:34 EST


This patchset introduces support of STMicroelectronics MIPID02 CSI-2 to PARALLEL
I2C bridge. It allows using a CSI-2 sensor with a PARALLEL interface.
Current driver implementation doesn't support CSI-2 second input port usage. It
doesn't support also YUV420, RGB565 and RGB444 input formats.


Mickael Guene (3):
dt-bindings: Document MIPID02 bindings
media:st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driver
media: MAINTAINERS: add entry for STMicroelectronics MIPID02 media
driver

.../bindings/media/i2c/st,st-mipid02.txt | 69 ++
MAINTAINERS | 8 +
drivers/media/i2c/Kconfig | 13 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/st-mipid02.c | 878 +++++++++++++++++++++
5 files changed, 969 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt
create mode 100644 drivers/media/i2c/st-mipid02.c

--
2.7.4