From: Martina Krasteva <mkrasteva@xxxxxxxxxx> Hello, This patch series contains Sony imx334 sensor driver and device tree binding document. A v4l2 sub-device driver for the Sony imx334 image sensor is added. This is a camera sensor using the i2c bus for control and the csi-2 bus for data. The following features are supported: - manual exposure and analog gain control support - vblank/hblank/pixel rate control support - supported resolution: - 3840x2160 @ 60fps - supported bayer order output: - SRGGB12 v1: https://patchwork.kernel.org/project/linux-media/list/?series=388393 v1->v2: - dt-bindings doc fixes - minor cosmetic changes - improvement in write_reg() - set all media bus format fields to pass v4l2-compliance test - remove link_validate from source entity v2: https://patchwork.kernel.org/project/linux-media/list/?series=396393 v2->v3: - small cosmetic changes v3: https://patchwork.kernel.org/project/linux-media/list/?series=397689 v3->v4: - fix read/write_reg() functions v4: https://patchwork.kernel.org/project/linux-media/list/?series=400459 v4->v5: - add link-frequencies in dt-bindings doc - edit required properties in db-bindings doc - fix data_buf overrun in read_reg() - add function to parse dt configuration - allow cahnging vblank in power off state - change lpfr and ppln with vblank and hblank in mode description v5: https://patchwork.kernel.org/project/linux-media/list/?series=425541 v5->v6: - declare imx334_parse_hw_config() as static function Best Regards, Martina Martina Krasteva (2): dt-bindings: media: Add bindings for imx334 media: i2c: Add imx334 camera sensor driver .../devicetree/bindings/media/i2c/sony,imx334.yaml | 77 ++ MAINTAINERS | 9 + drivers/media/i2c/Kconfig | 14 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx334.c | 1097 ++++++++++++++++++++ 5 files changed, 1198 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml create mode 100644 drivers/media/i2c/imx334.c base-commit: fb2a9c3209872b6e65661e3737f2767832a42973 -- 2.11.0