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)
committerNick Xie <nick@khadas.com>
Mon, 5 Aug 2019 05:57:07 +0000 (13:57 +0800)
commit409898b25fb3ff60623d466a5219fa3b4b7f0e6d
tree05a666592005e0f246e5c0856c11e52d22759593
parent905197e61a4b01b2b36d2c4f20cdef42213223a0
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]