gdc: add gdc driver
authorJiyu Yang <Jiyu.Yang@amlogic.com>
Wed, 6 Jun 2018 13:20:34 +0000 (21:20 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Fri, 29 Jun 2018 07:33:16 +0000 (00:33 -0700)
commitd70c59eeb629ce854364c15c452f258ca6ae9b92
tree6f37035870e706929ddc7dd3b08ea3cb00e6bcc1
parent616a5ab789e92f0b11483f5dab0b619f71760930
gdc: add gdc driver

PD#165090: gdc add platform drivers base on the arm release.
TODO use v4l2 m2m device driver rewrite.

Change-Id: I1943f762041d005c17abd9b803b69ef68b08d290
Signed-off-by: Jiyu Yang <Jiyu.Yang@amlogic.com>
16 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/mesong12b.dtsi
arch/arm64/configs/meson64_defconfig
drivers/amlogic/media/Kconfig
drivers/amlogic/media/Makefile
drivers/amlogic/media/gdc/Kconfig [new file with mode: 0644]
drivers/amlogic/media/gdc/Makefile [new file with mode: 0644]
drivers/amlogic/media/gdc/app/gdc_main.c [new file with mode: 0644]
drivers/amlogic/media/gdc/app/gdc_module.c [new file with mode: 0644]
drivers/amlogic/media/gdc/inc/api/gdc_api.h [new file with mode: 0644]
drivers/amlogic/media/gdc/inc/gdc/gdc_config.h [new file with mode: 0644]
drivers/amlogic/media/gdc/inc/sys/system_gdc_io.h [new file with mode: 0644]
drivers/amlogic/media/gdc/inc/sys/system_log.h [new file with mode: 0644]
drivers/amlogic/media/gdc/src/fw_lib/acamera_gdc.c [new file with mode: 0644]
drivers/amlogic/media/gdc/src/platform/system_gdc_io.c [new file with mode: 0644]
drivers/amlogic/media/gdc/src/platform/system_log.c [new file with mode: 0644]