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

Bo Shen voice.shen at atmel.com
Mon May 28 09:33:59 CEST 2012


Hi Anatolij,

On 5/25/2012 18:59, Anatolij Gustschin 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

Verified on Atmel SoC. It works well.
Thanks

Best Regards,
Bo Shen


More information about the U-Boot mailing list