NVIDIA Tegra SoC includes a Video Input controller, which can talk with external camera sensors. This patch set is still under development, since it's based on some out of tree Tegra patches. And media controller part still needs some rework after upstream finalize the MC redesign work. Currently it's tested with Tegra X1 built-in test pattern generator. Bryan Wu (2): [media] v4l: tegra: Add NVIDIA Tegra VI driver ARM64: add tegra-vi support in T210 device-tree arch/arm64/boot/dts/nvidia/tegra210-p2571-e01.dts | 8 + arch/arm64/boot/dts/nvidia/tegra210.dtsi | 13 + drivers/media/platform/Kconfig | 1 + drivers/media/platform/Makefile | 2 + drivers/media/platform/tegra/Kconfig | 9 + drivers/media/platform/tegra/Makefile | 3 + drivers/media/platform/tegra/tegra-channel.c | 1074 +++++++++++++++++++++ drivers/media/platform/tegra/tegra-core.c | 295 ++++++ drivers/media/platform/tegra/tegra-core.h | 134 +++ drivers/media/platform/tegra/tegra-vi.c | 585 +++++++++++ drivers/media/platform/tegra/tegra-vi.h | 224 +++++ include/dt-bindings/media/tegra-vi.h | 35 + 12 files changed, 2383 insertions(+) create mode 100644 drivers/media/platform/tegra/Kconfig create mode 100644 drivers/media/platform/tegra/Makefile create mode 100644 drivers/media/platform/tegra/tegra-channel.c create mode 100644 drivers/media/platform/tegra/tegra-core.c create mode 100644 drivers/media/platform/tegra/tegra-core.h create mode 100644 drivers/media/platform/tegra/tegra-vi.c create mode 100644 drivers/media/platform/tegra/tegra-vi.h create mode 100644 include/dt-bindings/media/tegra-vi.h -- 2.1.4 ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- -- 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