Hi Mauro, This adds the new non-soc-camera rcar-vin driver, deprecating the older driver. Tested with my Koelsch board. This patch just marks the old driver as DEPRECATED. I am unsure what is better: 1) just mark as DEPRECATED and remove it in the next kernel 2) move it to drivers/staging/media and remove it in the next kernel 3) just remove it now I have no strong preference myself. Regards, Hans The following changes since commit 45c175c4ae9695d6d2f30a45ab7f3866cfac184b: [media] tw686x: avoid going past array (2016-04-26 06:38:53 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git rcar for you to fetch changes up to dd34ebe6deb4162993efb5de12b0418354ee5173: rcar-vin: add Renesas R-Car VIN driver (2016-04-29 12:13:16 +0200) ---------------------------------------------------------------- Niklas Söderlund (1): rcar-vin: add Renesas R-Car VIN driver drivers/media/platform/Kconfig | 1 + drivers/media/platform/Makefile | 2 + drivers/media/platform/rcar-vin/Kconfig | 11 + drivers/media/platform/rcar-vin/Makefile | 3 + drivers/media/platform/rcar-vin/rcar-core.c | 337 ++++++++++++++++ drivers/media/platform/rcar-vin/rcar-dma.c | 1196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/rcar-vin/rcar-v4l2.c | 768 +++++++++++++++++++++++++++++++++++ drivers/media/platform/rcar-vin/rcar-vin.h | 163 ++++++++ drivers/media/platform/soc_camera/Kconfig | 4 +- drivers/media/platform/soc_camera/Makefile | 2 +- 10 files changed, 2484 insertions(+), 3 deletions(-) create mode 100644 drivers/media/platform/rcar-vin/Kconfig create mode 100644 drivers/media/platform/rcar-vin/Makefile create mode 100644 drivers/media/platform/rcar-vin/rcar-core.c create mode 100644 drivers/media/platform/rcar-vin/rcar-dma.c create mode 100644 drivers/media/platform/rcar-vin/rcar-v4l2.c create mode 100644 drivers/media/platform/rcar-vin/rcar-vin.h -- 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