public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/8] input: Add support for FMA1125 touch controller
Date: Thu, 29 May 2014 13:45:17 +0200	[thread overview]
Message-ID: <53871DCD.5090502@monstr.eu> (raw)
In-Reply-To: <1400164490-14673-5-git-send-email-dietho@gmx.de>

On 05/15/2014 04:34 PM, dietho at gmx.de wrote:
> From: Thomas Diener <dietho@gmx.de>
> 
> Signed-off-by: Thomas Diener <dietho@gmx.de>
> ---
>  drivers/input/Makefile  |    3 +-
>  drivers/input/fma1125.c |   47 ++++++++++++++++
>  include/fma1125.h       |  140 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 189 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/input/fma1125.c
>  create mode 100644 include/fma1125.h
> 
> diff --git a/drivers/input/Makefile b/drivers/input/Makefile
> index 65c40ba..203a311 100644
> --- a/drivers/input/Makefile
> +++ b/drivers/input/Makefile
> @@ -14,4 +14,5 @@ obj-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
>  endif
>  obj-y += input.o
>  obj-$(CONFIG_OF_CONTROL) += key_matrix.o
> -obj-$(CONFIG_POLYTOUCH) += polytouch.o
> \ No newline at end of file
> +obj-$(CONFIG_POLYTOUCH) += polytouch.o
> +obj-$(CONFIG_FMA1125) += fma1125.o
> \ No newline at end of file

It doesn't look right.

Thanks,
Michal
-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140529/c8a1b93f/attachment.pgp>

  reply	other threads:[~2014-05-29 11:45 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 [this message]
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

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=53871DCD.5090502@monstr.eu \
    --to=monstr@monstr.eu \
    --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