From: Thomas Diener <dietho@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] zmx25: Add hardware support
Date: Mon, 04 Aug 2014 07:59:34 +0200 [thread overview]
Message-ID: <53DF2146.1030704@gmx.de> (raw)
In-Reply-To: <1400164490-14673-1-git-send-email-dietho@gmx.de>
Hi folks,
do you have any comments or statements for this patches?
Thanks and best regards,
Thomas
Am 15.05.2014 um 16:34 schrieb dietho at gmx.de:
> 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
>
next prev parent reply other threads:[~2014-08-04 5:59 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Thomas Diener [this message]
2014-08-04 20:51 ` [U-Boot] [PATCH 0/8] zmx25: Add hardware support Benoît Thébaudeau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53DF2146.1030704@gmx.de \
--to=dietho@gmx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox