]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: Add support for the display controllers in VT8500 and WM8505
authorAlexey Charkov <alchark@gmail.com>
Mon, 8 Nov 2010 23:42:39 +0000 (02:42 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 9 Nov 2010 09:52:07 +0000 (18:52 +0900)
commitd6ff7d0fe22cdf3ea41c48b50da9a9181500d1bf
treef14609b2e10c9b381c1905a3a895729293119929
parenta7bcf21e60c73cb7f7c13fad928967d7e47c3cac
ARM: Add support for the display controllers in VT8500 and WM8505

This adds drivers for the LCD controller found in VIA VT8500 SoC,
GOVR display controller found in WonderMedia WM8505 SoC and for the
Graphics Engine present in both of them that provides hardware
accelerated raster operations (used for copyarea and fillrect).

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/vt8500lcdfb.c [new file with mode: 0644]
drivers/video/vt8500lcdfb.h [new file with mode: 0644]
drivers/video/wm8505fb.c [new file with mode: 0644]
drivers/video/wm8505fb_regs.h [new file with mode: 0644]
drivers/video/wmt_ge_rops.c [new file with mode: 0644]
drivers/video/wmt_ge_rops.h [new file with mode: 0644]