Hi Mauro Please, push to 3.12: The following changes since commit 20bf249c2d909c8530615c46d0f9aaa90c73498f: Add linux-next specific files for 20130808 (2013-08-08 16:49:48 +1000) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git for-3.12-1 Guennadi Liakhovetski (6): V4L2: soc-camera: fix requesting regulators in synchronous case V4L2: mx3_camera: convert to managed resource allocation V4L2: mx3_camera: print V4L2_MBUS_FMT_* codes in hexadecimal format V4L2: mx3_camera: add support for asynchronous subdevice registration V4L2: mt9t031: don't Oops if asynchronous probing is attempted V4L2: mt9m111: switch to asynchronous subdevice probing Hans Verkuil (1): soc_camera: fix compiler warning Vladimir Barinov (1): V4L2: soc_camera: Renesas R-Car VIN driver drivers/media/i2c/soc_camera/mt9m111.c | 38 +- drivers/media/i2c/soc_camera/mt9t031.c | 7 +- drivers/media/platform/soc_camera/Kconfig | 8 + drivers/media/platform/soc_camera/Makefile | 1 + drivers/media/platform/soc_camera/mx3_camera.c | 67 +- drivers/media/platform/soc_camera/rcar_vin.c | 1486 ++++++++++++++++++++++++ drivers/media/platform/soc_camera/soc_camera.c | 38 +- include/linux/platform_data/camera-mx3.h | 4 + include/linux/platform_data/camera-rcar.h | 25 + 9 files changed, 1610 insertions(+), 64 deletions(-) create mode 100644 drivers/media/platform/soc_camera/rcar_vin.c create mode 100644 include/linux/platform_data/camera-rcar.h Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- 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