fb: add s3c-fb driver for newer Samsung SoC framebuffer devices
authorBen Dooks <ben-linux@fluff.org>
Tue, 31 Mar 2009 22:25:39 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Apr 2009 15:59:33 +0000 (08:59 -0700)
commitec549a0fdc32171b26677f1ef0b5309faa743362
tree5b560bf154069e7d6c36a1ab1cb5430081e5bc15
parent4c8714310afbaabd94ac30db1e499a90e4a69c4e
fb: add s3c-fb driver for newer Samsung SoC framebuffer devices

Add support for the newer Samsung devices, such as found in the S3C2443,
S3C6400 or S3C6410 series SoC.

It currently does not support all the alpha- or chroma-key options but it
will support more exporting more than one framebuffer ready for adding
overlay and blending functions.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
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/s3c-fb.c [new file with mode: 0644]