Hello, This series adds a driver for the onsemi MT9M114 camera sensor. It's all a pretty standard story, DT bindings are in 1/2, and the driver in 2/2. Review comments from v2 have all been taken into account as far as I can tell. The driver has been tested with an i.MX8MM in CSI-2 mode. Jacopo tested v2 in parallel mode, but given the number of changes in v3, I haven't kept the Tested-by tag. Laurent Pinchart (2): media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding media: i2c: Add driver for onsemi MT9M114 camera sensor .../bindings/media/i2c/onnn,mt9m114.yaml | 114 + MAINTAINERS | 8 + drivers/media/i2c/Kconfig | 10 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/mt9m114.c | 2482 +++++++++++++++++ 5 files changed, 2615 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml create mode 100644 drivers/media/i2c/mt9m114.c base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d -- Regards, Laurent Pinchart