All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 2/9] video: add amba-clcd prime-cell
Date: Sat, 12 Dec 2009 21:13:11 +0100	[thread overview]
Message-ID: <20091212211311.4926b4f1@wker> (raw)
In-Reply-To: <242136daf4f21366ebd175c09ea8fc518b50e6de.1260016056.git.rubini@unipv.it>

On Sat, 5 Dec 2009 13:39:31 +0100
Alessandro Rubini <rubini-list@gnudd.com> wrote:

> From: Alessandro Rubini <rubini@unipv.it>
> 
> This adds support for the CLCD logic cell. It accepts precompiled
> register values for specific configuration through a board-supplied
> data structure.  It is used by the Nomadik nhk8815, added by a later
> patch in this series.
> 
> Signed-off-by: Alessandro Rubini <rubini@unipv.it>
> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
> ---
>  drivers/video/Makefile |    1 +
>  drivers/video/amba.c   |   79 ++++++++++++++++++++++++++++++++++++++++++++++++
>  include/amba_clcd.h    |   77 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 157 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/video/amba.c
>  create mode 100644 include/amba_clcd.h

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

Best regards,
Anatolij

  reply	other threads:[~2009-12-12 20:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-05 12:39 [U-Boot] [PATCH V3 0/9] display and keypad support for nhk8815 Alessandro Rubini
2009-12-05 12:39 ` [U-Boot] [PATCH V3 1/9] nhk8815: change the order of initialization Alessandro Rubini
2009-12-05 12:39 ` [U-Boot] [PATCH V3 2/9] video: add amba-clcd prime-cell Alessandro Rubini
2009-12-12 20:13   ` Anatolij Gustschin [this message]
2009-12-05 12:39 ` [U-Boot] [PATCH V3 3/9] include/nomadik.h: add physical address for cldc Alessandro Rubini
2009-12-12 20:14   ` Anatolij Gustschin
2009-12-05 12:39 ` [U-Boot] [PATCH V3 4/9] drivers/misc: add stmpe2401 port extender and keypad controller Alessandro Rubini
2009-12-05 12:40 ` [U-Boot] [PATCH V3 5/9] nhk8815.h: define we need stmpe Alessandro Rubini
2009-12-05 12:40 ` [U-Boot] [PATCH V3 6/9] lcd: make 16bpp work Alessandro Rubini
2009-12-05 20:01   ` Alessandro Rubini
2009-12-12 20:52     ` [U-Boot] [PATCH] lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor Anatolij Gustschin
2010-01-27 20:53       ` Anatolij Gustschin
2010-01-27 21:20         ` Alessandro Rubini
2010-03-13 16:44   ` [U-Boot] [PATCH] lcd: make 16bpp work Anatolij Gustschin
2010-03-14 12:08     ` Alessandro Rubini
2010-03-24 10:33     ` Anatolij Gustschin
2009-12-05 12:40 ` [U-Boot] [PATCH V3 7/9] nhk8815: added keypad Alessandro Rubini
2009-12-05 12:40 ` [U-Boot] [PATCH V3 8/9] nhk8815: start lower in RAM, so the 800x480 frame buffer fits Alessandro Rubini
2009-12-05 12:40 ` [U-Boot] [PATCH V3 9/9] nhk8815: added lcd support Alessandro Rubini

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=20091212211311.4926b4f1@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 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.