[U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC

Anatolij Gustschin agust at denx.de
Mon Jun 4 22:54:29 CEST 2012


On Fri, 25 May 2012 12:59:58 +0200
Anatolij Gustschin <agust at denx.de> wrote:

> From: Bo Shen <voice.shen at atmel.com>
> 
> 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 at atmel.com>
> Signed-off-by: Anatolij Gustschin <agust at denx.de>
> ---
> Changes since v2:
>  - rebase on current tree
>  - convert to use struct for register offsets
>  - fix indentation in header file
>  - slightly revise commit log
> 
>  drivers/video/Makefile       |    1 +
>  drivers/video/atmel_hlcdfb.c |  211 ++++++++++++++++++++++++++++++++++++++
>  include/atmel_hlcdc.h        |  231 ++++++++++++++++++++++++++++++++++++++++++
>  include/lcd.h                |    3 +-
>  4 files changed, 445 insertions(+), 1 deletions(-)
>  create mode 100644 drivers/video/atmel_hlcdfb.c
>  create mode 100644 include/atmel_hlcdc.h

Applied to u-boot-video/master. Thanks!

Anatolij


More information about the U-Boot mailing list