Hi Mauro, Here's the first set of sensor driver patches for 4.14, including the ov5670 sensor driver. Additionally, there are a few fixes for the omap3isp driver as well as a documentation fix long due. Please pull. The following changes since commit a3db9d60a118571e696b684a6e8c692a2b064941: Merge tag 'v4.13-rc1' into patchwork (2017-07-17 11:17:36 -0300) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git for-4.14 for you to fetch changes up to f7690b0b9d7e9e12a830a18d7b19b6026ac05ac7: i2c: Add Omnivision OV5670 5M sensor support (2017-07-18 00:00:13 +0300) ---------------------------------------------------------------- Chiranjeevi Rapolu (1): i2c: Add Omnivision OV5670 5M sensor support Colin Ian King (1): smiapp: make various const arrays static Pavel Machek (1): omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained Ramiro Oliveira (1): MAINTAINERS: Change OV5647 Maintainer Sakari Ailus (2): omap3isp: Ignore endpoints with invalid configuration docs-rst: v4l: Fix sink compose selection target documentation Todor Tomov (3): ov5645: Set media entity function ov5645: Add control to export pixel clock frequency ov5645: Add control to export CSI2 link frequency Documentation/media/uapi/v4l/dev-subdev.rst | 2 +- MAINTAINERS | 2 +- drivers/media/i2c/Kconfig | 12 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov5645.c | 49 +- drivers/media/i2c/ov5670.c | 2588 +++++++++++++++++++++++++++ drivers/media/i2c/smiapp/smiapp-quirk.c | 8 +- drivers/media/platform/omap3isp/isp.c | 11 +- drivers/media/platform/omap3isp/ispccp2.c | 5 + 9 files changed, 2663 insertions(+), 15 deletions(-) create mode 100644 drivers/media/i2c/ov5670.c -- Kind regards, Sakari Ailus e-mail: sakari.ailus@xxxxxx XMPP: sailus@xxxxxxxxxxxxxx