video: mmp: add tpo hvga panel supported
authorLisa Du <cldu@marvell.com>
Fri, 22 Feb 2013 00:42:17 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:17 +0000 (17:22 -0800)
commit3c76f15fd5027474bf738e0a145337370d9c7a8c
tree1524b98a85b78d62510bf5372a6ba58c85db3f44
parentd63028c389058ab47455baf2e232c25ce0765a04
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>
Signed-off-by: Linus Torvalds <torvalds@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]
This page took 0.024416 seconds and 5 git commands to generate.