public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4]  imx25: Add hardware support
@ 2014-04-23  5:52 dietho at gmx.de
  2014-04-23  5:52 ` [U-Boot] [PATCH 1/4] imx25: Add new hardware registers dietho at gmx.de
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: dietho at gmx.de @ 2014-04-23  5:52 UTC (permalink / raw)
  To: u-boot

From: Thomas Diener <dietho@gmx.de>

This patchset adds support for the imx25 lcd controller and support for
variants of cpu and base boards with drivers.

Thomas Diener (4):
  imx25: Add new hardware registers
  video: Add support for imx25 lcd controller
  zmx25: Add extended support for the cpu board and belonging base
    boards
  Update of the company logo

 arch/arm/include/asm/arch-mx25/imx-regs.h   |  175 ++++++
 arch/arm/include/asm/arch-mx25/iomux-mx25.h |   25 +-
 arch/arm/include/asm/imx-common/iomux-v3.h  |   13 +-
 arch/arm/lib/asm-offsets.c                  |    9 +
 board/syteco/zmx25/Makefile                 |    2 +-
 board/syteco/zmx25/fma1125.c                |  193 ++++++
 board/syteco/zmx25/fma1125.h                |   19 +
 board/syteco/zmx25/lowlevel_init.S          |   20 +
 board/syteco/zmx25/mpr121.c                 |  204 ++++++
 board/syteco/zmx25/mpr121.h                 |   20 +
 board/syteco/zmx25/polytouch.c              |  123 ++++
 board/syteco/zmx25/polytouch.h              |   19 +
 board/syteco/zmx25/zmx25.c                  |  897 +++++++++++++++++++++++++--
 drivers/video/Makefile                      |    1 +
 drivers/video/imx25lcdc.c                   |  123 ++++
 include/configs/zmx25.h                     |   47 +-
 tools/logos/syteco.bmp                      |  Bin 11414 -> 11414 bytes
 17 files changed, 1830 insertions(+), 60 deletions(-)
 create mode 100644 board/syteco/zmx25/fma1125.c
 create mode 100644 board/syteco/zmx25/fma1125.h
 create mode 100644 board/syteco/zmx25/mpr121.c
 create mode 100644 board/syteco/zmx25/mpr121.h
 create mode 100644 board/syteco/zmx25/polytouch.c
 create mode 100644 board/syteco/zmx25/polytouch.h
 create mode 100644 drivers/video/imx25lcdc.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-09 12:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23  5:52 [U-Boot] [PATCH 0/4] imx25: Add hardware support dietho at gmx.de
2014-04-23  5:52 ` [U-Boot] [PATCH 1/4] imx25: Add new hardware registers dietho at gmx.de
2014-05-09 12:49   ` Stefano Babic
2014-04-23  5:52 ` [U-Boot] [PATCH 2/4] video: Add support for imx25 lcd controller dietho at gmx.de
2014-05-05  9:16   ` Anatolij Gustschin
2014-05-05 13:22     ` Stefano Babic
2014-05-09 12:52   ` Stefano Babic
2014-04-23  5:52 ` [U-Boot] [PATCH 3/4] zmx25: Add extended support for the cpu and base boards dietho at gmx.de
2014-05-09  7:32   ` Stefano Babic
2014-04-23  5:52 ` [U-Boot] [PATCH 4/4] Update of the company logo dietho at gmx.de
2014-05-05  9:23   ` Anatolij Gustschin

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