]> git.baikalelectronics.ru Git - kernel.git/commit
video: mmp display controller support
authorGuoqing Li <ligq@marvell.com>
Fri, 22 Feb 2013 00:42:15 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:17 +0000 (17:22 -0800)
commit7248af3d6245bcd8357d80339b7b75efd9561f61
tree4f9d2078162f0432b6747f235a3dd0ede36cdb6d
parent4adb35816f18a4dee6c686f36e16ba9c4ba39b11
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>
Signed-off-by: Linus Torvalds <torvalds@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]