public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alessandro Rubini <rubini-list@gnudd.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] Nomadik: lcd and other stuff
Date: Thu, 15 Apr 2010 13:11:45 +0200	[thread overview]
Message-ID: <cover.1271329352.git.rubini@unipv.it> (raw)

From: Alessandro Rubini <rubini@unipv.it>

This patch set is the one from December, with one addition in
documentation (last patch in the series).  It is rebased to current
master, although there was no dependency on the massive renames
besides the "fix timer" patch which meanwhile got upstream.

Alessandro Rubini (7):
  nhk8815: change the order of initialization
  drivers/misc: add stmpe2401 port extender and keypad controller
  nhk8815.h: define we need stmpe
  nhk8815: added keypad
  nhk8815: start lower in RAM, so the 800x480 frame buffer fits
  nhk8815: added lcd support
  nhk8815: documented how to replace u-boot on flash

 board/st/nhk8815/Makefile          |    6 +-
 board/st/nhk8815/config.mk         |    8 +-
 board/st/nhk8815/keypad.c          |   99 +++++++++++++++++++
 board/st/nhk8815/lcd.c             |   88 +++++++++++++++++
 board/st/nhk8815/nhk8815-devices.h |    8 ++
 board/st/nhk8815/nhk8815.c         |   38 +++++--
 doc/README.nhk8815                 |   20 ++++
 drivers/misc/Makefile              |    1 +
 drivers/misc/stmpe2401.c           |  191 ++++++++++++++++++++++++++++++++++++
 include/configs/nhk8815.h          |   20 ++++-
 include/stmpe2401.h                |   66 ++++++++++++
 11 files changed, 528 insertions(+), 17 deletions(-)
 create mode 100644 board/st/nhk8815/keypad.c
 create mode 100644 board/st/nhk8815/lcd.c
 create mode 100644 board/st/nhk8815/nhk8815-devices.h
 create mode 100644 drivers/misc/stmpe2401.c
 create mode 100644 include/stmpe2401.h

             reply	other threads:[~2010-04-15 11:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15 11:11 Alessandro Rubini [this message]
2010-04-15 11:11 ` [U-Boot] [PATCH 1/7] nhk8815: change the order of initialization Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 2/7] drivers/misc: add stmpe2401 port extender and keypad controller Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 3/7] nhk8815.h: define we need stmpe Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 4/7] nhk8815: added keypad Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 5/7] nhk8815: start lower in RAM, so the 800x480 frame buffer fits Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 6/7] nhk8815: added lcd support Alessandro Rubini
2010-04-15 11:12 ` [U-Boot] [PATCH 7/7] nhk8815: documented how to replace u-boot on flash 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=cover.1271329352.git.rubini@unipv.it \
    --to=rubini-list@gnudd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox