From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] video: atmel/lcd: add LCD driver for new Atmel SoC
Date: Mon, 28 May 2012 15:33:59 +0800 [thread overview]
Message-ID: <4FC32A67.2090303@atmel.com> (raw)
In-Reply-To: <1337943598-4160-1-git-send-email-agust@denx.de>
Hi Anatolij,
On 5/25/2012 18:59, Anatolij Gustschin 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
Verified on Atmel SoC. It works well.
Thanks
Best Regards,
Bo Shen
next prev parent reply other threads:[~2012-05-28 7:33 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 [this message]
2012-06-04 20:54 ` Anatolij Gustschin
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=4FC32A67.2090303@atmel.com \
--to=voice.shen@atmel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.