]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: mmp: add tpo hvga panel supported
authorLisa Du <cldu@marvell.com>
Thu, 7 Feb 2013 01:25:54 +0000 (12:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:45:24 +0000 (16:45 +1100)
commit644ce33e0c876e448a1c786f143d05f5d5902a88
treee9362c7bed11cfe454726aaf19cb2dc7e63dfea6
parentf721d24ec6dd0d6746eebe65a35662092e588efc
video: mmp: add tpo hvga panel supported

Add tpo hvga panel support in marvell display framework.  This panel
driver implements modes query and power on/off.

This panel driver gets panel config/ plat power on/off/ connected path
name from machine-info and registered as a spi device.  This panel driver
uses mmp_disp supplied register_panel function to register panel to path
as machine-info defined.

Signed-off-by: Lisa Du <cldu@marvell.com>
Signed-off-by: Zhou Zhu <zzhu3@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Guoqing Li <ligq@marvell.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/mmp/Kconfig
drivers/video/mmp/Makefile
drivers/video/mmp/panel/Kconfig [new file with mode: 0644]
drivers/video/mmp/panel/Makefile [new file with mode: 0644]
drivers/video/mmp/panel/tpo_tj032md01bw.c [new file with mode: 0644]