All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/9] display and keypad support for nhk8815
@ 2009-12-05 12:39 Alessandro Rubini
  2009-12-05 12:39 ` [U-Boot] [PATCH V3 1/9] nhk8815: change the order of initialization Alessandro Rubini
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Alessandro Rubini @ 2009-12-05 12:39 UTC (permalink / raw)
  To: u-boot

This patch series is very similar to V2 I sent on Nov 25th,
only 2/9 and 9/9 are different.

Changes from V2:

* the clcd driver using a C structure instead of numeric defines for
register offsets. Renamed previous clcdc_regs to clcd_config, since
regs is now the hardware-description structure.

* added "address" field to clcd_config, so clcd.c doesn't include
anithing specific to Nomadik and can be use unchanged by other
clcd-equipped SoCs.

ps: Wolfgang: while I understand patches must be posted, I offered to
avoid extra traffic if it was only a matter of removing printf. Won't
do that again, lesson learnt.

Alessandro Rubini (9):
  nhk8815: change the order of initialization
  video: add amba-clcd prime-cell
  include/nomadik.h: add physical address for cldc
  drivers/misc: add stmpe2401 port extender and keypad controller
  nhk8815.h: define we need stmpe
  lcd: make 16bpp work
  nhk8815: added keypad
  nhk8815: start lower in RAM, so the 800x480 frame buffer fits
  nhk8815: added lcd support

 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 +++++--
 common/lcd.c                       |   27 ++++-
 drivers/misc/Makefile              |    1 +
 drivers/misc/stmpe2401.c           |  191 ++++++++++++++++++++++++++++++++++++
 drivers/video/Makefile             |    1 +
 drivers/video/amba.c               |   79 +++++++++++++++
 include/amba_clcd.h                |   77 +++++++++++++++
 include/configs/nhk8815.h          |   20 ++++-
 include/nomadik.h                  |    1 +
 include/stmpe2401.h                |   66 ++++++++++++
 15 files changed, 687 insertions(+), 23 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 drivers/video/amba.c
 create mode 100644 include/amba_clcd.h
 create mode 100644 include/stmpe2401.h

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

end of thread, other threads:[~2010-03-24 10:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.