Hi Mauro, The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://linuxtv.org/pinchartl/media.git fdp1/next for you to fetch changes up to bba78375df219a4a1fecc2a0c716c10e04e1e399: v4l: Add Renesas R-Car FDP1 Driver (2016-10-24 14:49:42 +0300) ---------------------------------------------------------------- Kieran Bingham (2): dt-bindings: Add Renesas R-Car FDP1 bindings v4l: Add Renesas R-Car FDP1 Driver Laurent Pinchart (1): v4l: ctrls: Add deinterlacing mode control .../devicetree/bindings/media/renesas,fdp1.txt | 37 + Documentation/media/uapi/v4l/extended-controls.rst | 4 + Documentation/media/v4l-drivers/index.rst | 3 + Documentation/media/v4l-drivers/rcar-fdp1.rst | 37 + MAINTAINERS | 9 + drivers/media/platform/Kconfig | 13 + drivers/media/platform/Makefile | 1 + drivers/media/platform/rcar_fdp1.c | 2445 ++++++++++++++ drivers/media/v4l2-core/v4l2-ctrls.c | 2 + include/uapi/linux/v4l2-controls.h | 1 + 10 files changed, 2552 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt create mode 100644 Documentation/media/v4l-drivers/rcar-fdp1.rst create mode 100644 drivers/media/platform/rcar_fdp1.c -- Regards, Laurent Pinchart -- 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