Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | video: atmel: implement lcd_setcolreg function | Bo Shen | 2012-11-10 | -0/+7 |
| | | | | | | | | implement the common api lcd_setcolreg in include/lcd.h Signed-off-by: Bo Shen <voice.shen@atmel.com> [agust: fixed commit log and gcc 4.6 -Wparentheses warnings] Signed-off-by: Anatolij Gustschin <agust@denx.de> | |||
* | video: atmel/lcd: add LCD driver for new Atmel SoC | Bo Shen | 2012-06-05 | -0/+231 |
The new Atmel SoC (at91sam9x5 series and at91sam9n12) add a totally different LCD controller. Add this new driver to support it. Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable this in board configuration file. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Anatolij Gustschin <agust@denx.de> |