This adds the OV2685 and OV5695 sensor supports. Changes of v5, - Squash the MAINTAINERS entry to driver patch Mainly changes of v4 are addressing the comments from Sakari, including, - Put dt binding before driver in series - Add MAINTAINERS entries - Use regulator_bulk_*() - Fix the pm_runtime_* in probe() - Fix the typo of 2685 0x3008/0x3010 regs Shunqian Zheng (4): dt-bindings: media: Add bindings for OV5695 media: ov5695: add support for OV5695 sensor dt-bindings: media: Add bindings for OV2685 media: ov2685: add support for OV2685 sensor .../devicetree/bindings/media/i2c/ov2685.txt | 41 + .../devicetree/bindings/media/i2c/ov5695.txt | 41 + MAINTAINERS | 14 + drivers/media/i2c/Kconfig | 23 + drivers/media/i2c/Makefile | 2 + drivers/media/i2c/ov2685.c | 842 ++++++++++++ drivers/media/i2c/ov5695.c | 1396 ++++++++++++++++++++ 7 files changed, 2359 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov2685.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5695.txt create mode 100644 drivers/media/i2c/ov2685.c create mode 100644 drivers/media/i2c/ov5695.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html