[9610] vipx : adds driver files
authorTae-Sik Lee <zmin.yi@samsung.com>
Wed, 25 Jul 2018 08:34:59 +0000 (17:34 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:53 +0000 (20:22 +0300)
commit30ffd9850ddb804ef6b8b19120cb28a9fc761e23
tree8da236e08db46ec5d57d225d472a4e007d718e6f
parent9743bb14ffe5a51b4fe3d49fedb825cdc6aae084
[9610] vipx : adds driver files

Change-Id: Iafe587895d40ac68d131abce07fd5d056212e0bd
Signed-off-by: Tae-Sik Lee <zmin.yi@samsung.com>
65 files changed:
arch/arm64/boot/dts/exynos/exynos9610-rmem.dtsi
arch/arm64/boot/dts/exynos/exynos9610.dts
arch/arm64/configs/erd9610_defconfig
drivers/Kconfig
drivers/Makefile
drivers/vision/Kconfig [new file with mode: 0644]
drivers/vision/Makefile [new file with mode: 0644]
drivers/vision/include/videobuf2-ion.h [new file with mode: 0755]
drivers/vision/include/vision-buffer.h [new file with mode: 0755]
drivers/vision/include/vision-config.h [new file with mode: 0755]
drivers/vision/include/vision-dev.h [new file with mode: 0755]
drivers/vision/include/vision-ioctl.h [new file with mode: 0644]
drivers/vision/include/vs4l.h [new file with mode: 0755]
drivers/vision/vipx/Kconfig [new file with mode: 0644]
drivers/vision/vipx/Makefile [new file with mode: 0644]
drivers/vision/vipx/include/interface/ap_vip_if.h [new file with mode: 0755]
drivers/vision/vipx/include/vipx-binary.h [new file with mode: 0755]
drivers/vision/vipx/include/vipx-config.h [new file with mode: 0755]
drivers/vision/vipx/include/vipx-control.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-debug.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-exynos.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-interface.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-io.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-mailbox.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-memory.h [new file with mode: 0755]
drivers/vision/vipx/include/vipx-slab.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-taskmgr.h [new file with mode: 0644]
drivers/vision/vipx/include/vipx-time.h [new file with mode: 0644]
drivers/vision/vipx/interface/Kconfig [new file with mode: 0644]
drivers/vision/vipx/interface/Makefile [new file with mode: 0644]
drivers/vision/vipx/interface/hardware/Makefile [new file with mode: 0644]
drivers/vision/vipx/interface/hardware/emul-mailbox.c [new file with mode: 0644]
drivers/vision/vipx/interface/hardware/vipx-interface.c [new file with mode: 0755]
drivers/vision/vipx/interface/hardware/vipx-mailbox.c [new file with mode: 0644]
drivers/vision/vipx/interface/vipx-slab.c [new file with mode: 0644]
drivers/vision/vipx/platform/Kconfig [new file with mode: 0644]
drivers/vision/vipx/platform/Makefile [new file with mode: 0644]
drivers/vision/vipx/platform/exynos9610/Makefile [new file with mode: 0644]
drivers/vision/vipx/platform/exynos9610/vipx-exynos9610.c [new file with mode: 0755]
drivers/vision/vipx/platform/exynos9610/vipx-exynos9610.h [new file with mode: 0644]
drivers/vision/vipx/platform/vipx-exynos.c [new file with mode: 0644]
drivers/vision/vipx/vipx-binary.c [new file with mode: 0755]
drivers/vision/vipx/vipx-debug.c [new file with mode: 0755]
drivers/vision/vipx/vipx-device.c [new file with mode: 0755]
drivers/vision/vipx/vipx-device.h [new file with mode: 0644]
drivers/vision/vipx/vipx-graph.c [new file with mode: 0755]
drivers/vision/vipx/vipx-graph.h [new file with mode: 0644]
drivers/vision/vipx/vipx-graphmgr.c [new file with mode: 0755]
drivers/vision/vipx/vipx-graphmgr.h [new file with mode: 0644]
drivers/vision/vipx/vipx-io.c [new file with mode: 0644]
drivers/vision/vipx/vipx-memory.c [new file with mode: 0755]
drivers/vision/vipx/vipx-queue.c [new file with mode: 0644]
drivers/vision/vipx/vipx-queue.h [new file with mode: 0644]
drivers/vision/vipx/vipx-system.c [new file with mode: 0755]
drivers/vision/vipx/vipx-system.h [new file with mode: 0644]
drivers/vision/vipx/vipx-taskmgr.c [new file with mode: 0644]
drivers/vision/vipx/vipx-time.c [new file with mode: 0644]
drivers/vision/vipx/vipx-vertex.c [new file with mode: 0755]
drivers/vision/vipx/vipx-vertex.h [new file with mode: 0644]
drivers/vision/vision-core/Kconfig [new file with mode: 0755]
drivers/vision/vision-core/Makefile [new file with mode: 0755]
drivers/vision/vision-core/vision-buffer.c [new file with mode: 0755]
drivers/vision/vision-core/vision-compat-ioctl32.c [new file with mode: 0755]
drivers/vision/vision-core/vision-dev.c [new file with mode: 0755]
drivers/vision/vision-core/vision-ioctl.c [new file with mode: 0755]