lcd: add lcd driver for axg
authorEvoke Zhang <evoke.zhang@amlogic.com>
Fri, 9 Jun 2017 02:46:09 +0000 (10:46 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 16 Jun 2017 05:10:53 +0000 (22:10 -0700)
commitc966c5d0b7630b2fb962135edfcce55ba1cf3d7c
tree60603124f6ef86e96f209cc5e600b71fc8eb5e55
parent8b769d45af4db14ffc402197854c1625c74db472
lcd: add lcd driver for axg

PD#142470: lcd: add lcd driver for axg

Change-Id: I58e2a2af474bafbbe3718f51493c9b46cb07cf31
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
76 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/axg_s400.dts
arch/arm64/boot/dts/amlogic/mesonaxg_s400-panel.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/amlogic/mesongxm.dtsi
arch/arm64/boot/dts/amlogic/mesongxm_q200-panel.dtsi [new file with mode: 0644]
arch/arm64/configs/meson64_defconfig
drivers/amlogic/clk/axg/axg_clk-pll.c
drivers/amlogic/media/enhancement/amvecm/amvecm.c
drivers/amlogic/media/vin/tvin/vdin/vdin_ctl.c
drivers/amlogic/media/vin/tvin/vdin/vdin_ctl.h
drivers/amlogic/media/vin/tvin/vdin/vdin_debug.c
drivers/amlogic/media/vin/tvin/vdin/vdin_drv.c
drivers/amlogic/media/vout/Kconfig
drivers/amlogic/media/vout/Makefile
drivers/amlogic/media/vout/backlight/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/aml_bl.c [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/aml_bl.dts [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/aml_bl_reg.h [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/aml_ldim/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/aml_bl_extern.dts [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/bl_extern.c [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/i2c_lp8556.c [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/mipi_LT070ME05.c [new file with mode: 0644]
drivers/amlogic/media/vout/backlight/bl_extern/pmu_aml1218.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_clk_config.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_clk_config.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_common.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_common.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_debug.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/ext_default.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_DLPC3439.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_T5800Q.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_anx6345.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_anx6345.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_tc101.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.dts [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_KD080D13.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_N070ICN.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/spi_LD070WS2.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_notify.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_reg.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_reg.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/Kconfig [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/aml_lcd.dts [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/lcd_drv.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/lcd_tablet.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/lcd_tablet.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/mipi_dsi_util.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tablet/mipi_dsi_util.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tv/Makefile [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tv/lcd_drv.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tv/lcd_tv.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tv/lcd_tv.dts [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_tv/lcd_tv.h [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_unifykey.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_vout.c [new file with mode: 0644]
drivers/amlogic/pinctrl/pinctrl_gxl.c
include/linux/amlogic/media/vout/lcd/aml_bl.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/aml_bl_extern.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/aml_ldim.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/lcd_extern.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/lcd_mipi.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/lcd_notify.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/lcd_unifykey.h [new file with mode: 0644]
include/linux/amlogic/media/vout/lcd/lcd_vout.h [new file with mode: 0644]
include/linux/amlogic/media/vout/vinfo.h