public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] zmx25: Add hardware support
@ 2014-05-15 14:34 dietho at gmx.de
  2014-05-15 14:34 ` [U-Boot] [PATCH 1/8] imx25: Add new hardware registers dietho at gmx.de
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: dietho at gmx.de @ 2014-05-15 14:34 UTC (permalink / raw)
  To: u-boot

From: Thomas Diener <dietho@gmx.de>

This patchset is the result of the "[PATCH 3/4] zmx25: Add 
extended support for the cpu and base boards"
(http://patchwork.ozlabs.org/patch/341717/). I split the
patch up as Stefano Babic recommended.

Thomas Diener (8):
  imx25: Add new hardware registers
  drivers: Add polytouch touch sensor controller
  mxc_i2c: Use the 3th i2c channel for imx25
  input: Add support for FMA1125 touch controller
  input: Add support for MPR121 touch controller
  zmx25: Extended support for cpu and base boards
  imx25: Add new registers defines
  video: imx25lcdc: add board_video_init() call

 arch/arm/include/asm/arch-mx25/imx-regs.h   |  271 ++++++-
 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/lowlevel_init.S          |   21 +
 board/syteco/zmx25/zmx25.c                  | 1052 +++++++++++++++++++++++++--
 drivers/i2c/mxc_i2c.c                       |    2 +-
 drivers/input/Makefile                      |    3 +
 drivers/input/fma1125.c                     |   47 ++
 drivers/input/mpr121.c                      |   67 ++
 drivers/input/polytouch.c                   |  138 ++++
 drivers/video/imx25lcdc.c                   |   19 +
 include/configs/zmx25.h                     |   66 +-
 include/fma1125.h                           |  140 ++++
 include/mpr121.h                            |  158 ++++
 include/polytouch.h                         |   35 +
 16 files changed, 1976 insertions(+), 90 deletions(-)
 create mode 100644 drivers/input/fma1125.c
 create mode 100644 drivers/input/mpr121.c
 create mode 100644 drivers/input/polytouch.c
 create mode 100644 include/fma1125.h
 create mode 100644 include/mpr121.h
 create mode 100644 include/polytouch.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-08-04 20:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 14:34 [U-Boot] [PATCH 0/8] zmx25: Add hardware support dietho at gmx.de
2014-05-15 14:34 ` [U-Boot] [PATCH 1/8] imx25: Add new hardware registers dietho at gmx.de
2014-05-18 21:42   ` Benoît Thébaudeau
2014-05-15 14:34 ` [U-Boot] [PATCH 2/8] input: Add polytouch touch sensor controller dietho at gmx.de
2014-05-15 14:34 ` [U-Boot] [PATCH 3/8] mxc_i2c: Use the 3th i2c channel for imx25 dietho at gmx.de
2014-05-16  4:50   ` Heiko Schocher
2014-05-15 14:34 ` [U-Boot] [PATCH 4/8] input: Add support for FMA1125 touch controller dietho at gmx.de
2014-05-29 11:45   ` Michal Simek
2014-05-15 14:34 ` [U-Boot] [PATCH 5/8] input: Add support for MPR121 " dietho at gmx.de
2014-05-15 14:34 ` [U-Boot] [PATCH 6/8] zmx25: Extended support for cpu and base boards dietho at gmx.de
2014-05-15 14:34 ` [U-Boot] [PATCH 7/8] imx25: Add new registers defines dietho at gmx.de
2014-05-15 14:34 ` [U-Boot] [PATCH 8/8] video: imx25lcdc: add board_video_init() call dietho at gmx.de
2014-05-16 20:40   ` Jeroen Hofstee
2014-08-04  5:59 ` [U-Boot] [PATCH 0/8] zmx25: Add hardware support Thomas Diener
2014-08-04 20:51   ` Benoît Thébaudeau

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