public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC
Date: Mon, 4 Jun 2012 22:54:29 +0200	[thread overview]
Message-ID: <20120604225429.59921f57@wker> (raw)
In-Reply-To: <1337943598-4160-1-git-send-email-agust@denx.de>

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

> From: Bo Shen <voice.shen@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@atmel.com>
> Signed-off-by: Anatolij Gustschin <agust@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

  parent reply	other threads:[~2012-06-04 20:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22  8:47 [U-Boot] [PATCH v2] video: atmel/lcd: add LCD driver for Atmel new SoC Bo Shen
2012-05-25 10:59 ` [U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC Anatolij Gustschin
2012-05-28  7:33   ` Bo Shen
2012-06-04 20:54   ` Anatolij Gustschin [this message]
2012-05-25 11:04 ` [U-Boot] [PATCH v2] video: atmel/lcd: add LCD driver for Atmel new SoC Anatolij Gustschin
2012-05-28  7:31   ` Bo Shen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120604225429.59921f57@wker \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox