atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver
authorNicolas Ferre <nicolas.ferre@rfo.atmel.com>
Fri, 11 May 2007 05:23:26 +0000 (22:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 15:29:37 +0000 (08:29 -0700)
commit14340586148e7c88d7b1b752876f5b5227b200b9
tree91a0d77c94b3d62e83e9cea0b5e3adedd91244fd
parentf23a06f076173c1f56572556169bf9e1793c5d59
atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms.
Those chips share quite the same IP and this code is suitable for both
architectures.

Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
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/atmel_lcdfb.c [new file with mode: 0644]
include/video/atmel_lcdc.h [new file with mode: 0644]