[U-Boot] [PATCH 0/7] Nomadik: lcd and other stuff

Alessandro Rubini rubini-list at gnudd.com
Thu Apr 15 13:11:45 CEST 2010


From: Alessandro Rubini <rubini at 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


More information about the U-Boot mailing list