fbdev: add the carmine FB driver
authorSebastian Siewior <bigeasy@linutronix.de>
Thu, 24 Jul 2008 04:30:49 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:34 +0000 (10:47 -0700)
commit2ece5f43b041b96fa2a05107a10a6b0ea0c03a3b
tree3705b27ddc3a0fc3c721331f5b6247beb70124cc
parent4cad4431fcd872a1b2efc093b0db6df943f5a898
fbdev: add the carmine FB driver

Basic FB driver for the carmine chip.  The driver registers two FB devices for
the two possible screens.  The DRAM settings can be be switched via Kconfig
(between eval board and custom).

Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/carminefb.c [new file with mode: 0644]
drivers/video/carminefb.h [new file with mode: 0644]
drivers/video/carminefb_regs.h [new file with mode: 0644]