]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: mmp display controller support
authorGuoqing Li <ligq@marvell.com>
Wed, 20 Feb 2013 02:13:39 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:06 +0000 (16:52 +1100)
commitec86790faaa1a04448a275f4a21d0eac30e59057
tree880fd7855e8fa72367f23bb423c5fca5d61ef363
parent4d6f7ab53b145db2b3247d69b58bbe547abec2c1
video: mmp display controller support

Marvell mmp series display controller support in mmpdisp subsystem.  This
driver focus on implementation of hardware operations of path/overlay,
which is defined in mmp display subsystem interface.  This driver
registers all pathes to mmp display framework.

Signed-off-by: Guoqing Li <ligq@marvell.com>
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: 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/hw/Kconfig [new file with mode: 0644]
drivers/video/mmp/hw/Makefile [new file with mode: 0644]
drivers/video/mmp/hw/mmp_ctrl.c [new file with mode: 0644]
drivers/video/mmp/hw/mmp_ctrl.h [new file with mode: 0644]