]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add ATMEL LCD driver
authorStelian Pop <stelian@popies.net>
Fri, 9 May 2008 19:57:18 +0000 (21:57 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:44:55 +0000 (11:44 +0200)
commit39cf480484fcce5c04a590ee1c30be0c17b02c34
tree54b08d094a8e1ecae391eb07cf477b9ed5b1a0a2
parent2118ebb44dc40f8117c94950fd95799a9ef821b2
Add ATMEL LCD driver

This patch adds support for the ATMEL LCDC driver which is used on some
AT91 and AVR platforms.

Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
README
common/lcd.c
drivers/video/Makefile
drivers/video/atmel_lcdfb.c [new file with mode: 0644]
include/asm-arm/arch-at91sam9/clk.h
include/atmel_lcdc.h [new file with mode: 0644]
include/lcd.h
lib_arm/board.c