]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita15865263a32c5d8ceea025b8d456f6a96951c93
tree5c5c67e549c60b030555f97fb66c1501f86897d2
parent36408ffeeb285d6aa2ff77a65352269179410990
[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]