[PATCH] Framebuffer driver for Arc LCD board
authorJaya Kumar <jayalk@intworks.biz>
Wed, 22 Jun 2005 00:17:04 +0000 (17:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:41 +0000 (19:07 -0700)
commit1154ea7dcd8eed758fb5ec47393a79d5a1f0bc43
tree5c5c67e549c60b030555f97fb66c1501f86897d2
parent4ff45f515144d232c83bf55c53f54deecb750296
[PATCH] Framebuffer driver for Arc LCD board

Add support for the Arc monochrome LCD board.

The board uses KS108 controllers to drive individual 64x64 LCD matrices.
The board can be paneled in a variety of setups such as 2x1=128x64,
4x4=256x256 and so on.  The board/host interface is through GPIO.

Signed-off-by: Jaya Kumar <jayalk@intworks.biz>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: <linux-fbdev-devel@lists.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
CREDITS
MAINTAINERS
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/arcfb.c [new file with mode: 0644]
include/linux/arcfb.h [new file with mode: 0644]