ionvideo: initial add the driver
authorGuosong Zhou <guosong.zhou@amlogic.com>
Thu, 6 Apr 2017 10:25:33 +0000 (18:25 +0800)
committerVictor Wan <victor.wan@amlogic.com>
Mon, 10 Apr 2017 09:15:15 +0000 (02:15 -0700)
commit252cab3b35cc8e265e3d893c8475928cb42828f7
treede106577d9ee6330d274ac5ee816576a4a1f8aa1
parente96f8d445b9e8ec7c8618a68c57180ace93a9ea8
ionvideo: initial add the driver

PD#138714: initial add the driver

1.Add amlogic ionvideo driver;
2.device tree support of ionvideo for p212/q200/skt/p400/p401;
3.related Makefiles/Kconfig/Headfiles update;

Change-Id: I2c0013a8ab256f73618b7f583c3b275fa3aaeebb
Signed-off-by: Guosong Zhou <guosong.zhou@amlogic.com>
19 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/gxl_p212_1g.dts
arch/arm64/boot/dts/amlogic/gxl_p212_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p400_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p401_2g.dts
arch/arm64/boot/dts/amlogic/gxm_q200_2g.dts
arch/arm64/boot/dts/amlogic/gxm_skt.dts
arch/arm64/configs/meson64_defconfig
drivers/amlogic/media/video_processor/Kconfig
drivers/amlogic/media/video_processor/Makefile
drivers/amlogic/media/video_processor/ionvideo/Kconfig [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/Makefile [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/ion_priv.h [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/ionvideo.c [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/ionvideo.h [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/map.h [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/ppmgr2.c [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/videobuf2-ion.c [new file with mode: 0644]
drivers/amlogic/media/video_processor/ionvideo/videobuf2-ion.h [new file with mode: 0644]