camera: add dvp camera [1/1]
authorGuosong Zhou <guosong.zhou@amlogic.com>
Sat, 29 Dec 2018 02:17:04 +0000 (21:17 -0500)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sat, 29 Dec 2018 15:06:28 +0000 (07:06 -0800)
commit3d6b46385a13c093e920ba69f00060d85126a503
tree1b813bb6ecada01e5636bbdb92b2a208c571f941
parent8565ac393dfa903582532573555c18c4a3c0bc70
camera: add dvp camera [1/1]

PD#OTT-1204

Problem:
don't support dvp camera

Solution:
add dvp camera gc2145 camera driver

Verify:
test pass on U200

Change-Id: I0451160d013cd15b32a11469926fe8be4c35c466
Signed-off-by: Guosong Zhou <guosong.zhou@amlogic.com>
24 files changed:
MAINTAINERS
arch/arm/boot/dts/amlogic/g12a_s905d2_u200.dts
arch/arm/configs/meson64_a32_defconfig
arch/arm64/boot/dts/amlogic/g12a_s905d2_u200.dts
arch/arm64/configs/meson64_defconfig
drivers/amlogic/media/Kconfig
drivers/amlogic/media/Makefile
drivers/amlogic/media/camera/Kconfig [new file with mode: 0644]
drivers/amlogic/media/camera/Makefile [new file with mode: 0644]
drivers/amlogic/media/camera/common/cam_prober.c [new file with mode: 0644]
drivers/amlogic/media/camera/common/config_parser.c [new file with mode: 0644]
drivers/amlogic/media/camera/common/config_parser.h [new file with mode: 0644]
drivers/amlogic/media/camera/common/flashlight.c [new file with mode: 0644]
drivers/amlogic/media/camera/common/plat_ctrl.c [new file with mode: 0644]
drivers/amlogic/media/camera/common/plat_ctrl.h [new file with mode: 0644]
drivers/amlogic/media/camera/common/vm.c [new file with mode: 0644]
drivers/amlogic/media/camera/common/vm.h [new file with mode: 0644]
drivers/amlogic/media/camera/common/vm_log.h [new file with mode: 0644]
drivers/amlogic/media/camera/common/vmcls.h [new file with mode: 0644]
drivers/amlogic/media/camera/gc2145.c [new file with mode: 0644]
drivers/amlogic/media/common/canvas/canvas_mgr.c
include/linux/amlogic/media/camera/aml_cam_info.h [new file with mode: 0644]
include/linux/amlogic/media/camera/flashlight.h [new file with mode: 0644]
include/linux/amlogic/media/camera/vmapi.h [new file with mode: 0644]