Hi Mauro, Please, pull a bunch of soc-camera patches and my two v4l2_clk patches. The following changes since commit 48b777c0833bc7392679405539bb5d3ed0900828: Merge branch 'patchwork' into to_next (2015-02-10 21:42:33 -0200) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git for-4.1-1 for you to fetch changes up to ca1613ec1a022fe2a3091fc1c0fbbe0661f1b2a6: rcar-vin: Don't implement empty optional clock operations (2015-03-15 18:58:43 +0100) ---------------------------------------------------------------- Guennadi Liakhovetski (2): V4L: remove clock name from v4l2_clk API V4L: add CCF support to the v4l2_clk API Josh Wu (4): media: soc-camera: use icd->control instead of icd->pdev for reset() media: ov2640: add async probe function media: ov2640: dt: add the device tree binding document media: ov2640: add primary dt support Laurent Pinchart (3): soc-camera: Unregister v4l2 clock in the OF bind error path soc-camera: Make clock_start and clock_stop operations optional rcar-vin: Don't implement empty optional clock operations .../devicetree/bindings/media/i2c/ov2640.txt | 46 ++++++++ drivers/media/i2c/soc_camera/ov2640.c | 124 +++++++++++++++++---- drivers/media/platform/soc_camera/rcar_vin.c | 15 --- drivers/media/platform/soc_camera/soc_camera.c | 78 +++++++------ drivers/media/usb/em28xx/em28xx-camera.c | 2 +- drivers/media/v4l2-core/v4l2-clk.c | 81 ++++++++++---- include/media/v4l2-clk.h | 10 +- 7 files changed, 257 insertions(+), 99 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov2640.txt Thanks Guennadi -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html