hdr_prime: add interface of HDR Prime SL driver [1/1]
authorYi Zhou <yi.zhou@amlogic.com>
Thu, 7 Mar 2019 08:12:38 +0000 (16:12 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sun, 21 Apr 2019 11:51:13 +0000 (04:51 -0700)
commitf3c28a59c9b02f96852d01afeea4447823cd177a
treeeb24f6af852fa0cee1c80003d2da5ff6ca7ede6d
parentd6a58f1882d490984778794473044ab2a6ed055d
hdr_prime: add interface of HDR Prime SL driver [1/1]

PD#SWPL-5475

Problem:
need to add interface of HDR Prime SL driver

Solution:
add interface of HDR Prime SL driver

Verify:
U212

Change-Id: If0e62b74ccbaa4ede490e7a9896d9f5915480d6f
Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
17 files changed:
MAINTAINERS
arch/arm/boot/dts/amlogic/mesong12a.dtsi
arch/arm/boot/dts/amlogic/mesong12b.dtsi
arch/arm/configs/meson64_a32_defconfig
arch/arm/configs/meson64_a32_smarthome_defconfig
arch/arm64/boot/dts/amlogic/mesong12a.dtsi
arch/arm64/boot/dts/amlogic/mesong12b.dtsi
arch/arm64/configs/meson64_defconfig
arch/arm64/configs/meson64_smarthome_defconfig
drivers/amlogic/media/enhancement/Kconfig
drivers/amlogic/media/enhancement/Makefile
drivers/amlogic/media/enhancement/amprime_sl/Kconfig [new file with mode: 0644]
drivers/amlogic/media/enhancement/amprime_sl/Makefile [new file with mode: 0644]
drivers/amlogic/media/enhancement/amprime_sl/amprime_sl.c [new file with mode: 0644]
drivers/amlogic/media/enhancement/amprime_sl/amprime_sl.h [new file with mode: 0644]
drivers/amlogic/media/enhancement/amprime_sl/amprime_sl_hw.c [new file with mode: 0644]
include/linux/amlogic/media/amprime_sl/prime_sl.h [new file with mode: 0644]