public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Nomadik: lcd and other stuff
@ 2010-04-15 11:11 Alessandro Rubini
  2010-04-15 11:11 ` [U-Boot] [PATCH 1/7] nhk8815: change the order of initialization Alessandro Rubini
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alessandro Rubini @ 2010-04-15 11:11 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-04-15 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 11:11 [U-Boot] [PATCH 0/7] Nomadik: lcd and other stuff Alessandro Rubini
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox