]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit897277c99986e819359db2ad5de789c03a14eba4
tree91a0d77c94b3d62e83e9cea0b5e3adedd91244fd
parent320619b68d173ea0faad7abb9c58de9677855d18
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]