lcd: lcd_extern: add two i2c address support
authorEvoke Zhang <evoke.zhang@amlogic.com>
Fri, 10 Aug 2018 05:58:03 +0000 (13:58 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 21 Aug 2018 11:29:28 +0000 (04:29 -0700)
commitf713602c15b21e93897db925bed11ec46fa1035d
treeffcd967444ef9b71fc42a1268a367ada5b8bfe10
parentffae19697834c16695e269c2e9a66117aa2430b1
lcd: lcd_extern: add two i2c address support

PD#169249: lcd: lcd_extern: add two i2c address support

Change-Id: Ic67304cd32768f5800b3702c57527e152bb71916
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
30 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/mesonaxg_s400-panel.dtsi
arch/arm64/boot/dts/amlogic/mesong12a_skt-panel.dtsi
arch/arm64/boot/dts/amlogic/mesong12b_skt-panel.dtsi
arch/arm64/boot/dts/amlogic/mesongxm_q200-panel.dtsi
arch/arm64/boot/dts/amlogic/mesontxlx_r311-panel.dtsi
drivers/amlogic/media/vout/lcd/lcd_common.c
drivers/amlogic/media/vout/lcd/lcd_extern/Makefile
drivers/amlogic/media/vout/lcd/lcd_extern/ext_default.c
drivers/amlogic/media/vout/lcd/lcd_extern/ext_i2c_dev.c [new file with mode: 0644]
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_DLPC3439.c
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_T5800Q.c
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_anx6345.c
drivers/amlogic/media/vout/lcd/lcd_extern/i2c_tc101.c
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.c
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.dts [deleted file]
drivers/amlogic/media/vout/lcd/lcd_extern/lcd_extern.h
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_KD080D13.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_N070ICN.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_P070ACB.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_ST7701.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_TL050FHV02CT.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_TV070WSM.c
drivers/amlogic/media/vout/lcd/lcd_extern/mipi_default.c
drivers/amlogic/media/vout/lcd/lcd_extern/spi_LD070WS2.c
drivers/amlogic/media/vout/lcd/lcd_tablet/mipi_dsi_util.c
drivers/amlogic/media/vout/lcd/lcd_vout.c
include/linux/amlogic/media/vout/lcd/lcd_extern.h
include/linux/amlogic/media/vout/lcd/lcd_notify.h
include/linux/amlogic/media/vout/lcd/lcd_vout.h