linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] input: touchscreen: Add support for Elan eKTF2127 touchscreen controller
Date: Fri, 2 Sep 2016 09:09:35 -0500	[thread overview]
Message-ID: <20160902140935.GA19453@rob-hp-laptop> (raw)
In-Reply-To: <20160828160005.20415-1-hdegoede@redhat.com>

On Sun, Aug 28, 2016 at 06:00:05PM +0200, Hans de Goede wrote:
> From: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>
> 
> This adds a driver for the Elan eKTF2127 touchscreen controller,
> which speaks an i2c protocol which is distinctly different from
> the already supported eKTH controllers.
> 
> Signed-off-by: Michel Verlaan <michel.verl@gmail.com>
> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> Changes in v2:
> -Improve devicetree bindings document
> -Use touchscreen_parse_properties and touchscreen_report_pos instead of DIY
> -Remove a bunch of unused defines (copy and paste leftover from chipone driver)
> -Some other minor cleanups and review comments addressed
> -Add defines for some command / address hex-values
> -Check packet header in interrupt handler
> ---
>  .../bindings/input/touchscreen/ektf2127.txt        |  27 ++

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/input/touchscreen/Kconfig                  |  12 +
>  drivers/input/touchscreen/Makefile                 |   1 +
>  drivers/input/touchscreen/ektf2127.c               | 333 +++++++++++++++++++++
>  4 files changed, 373 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt
>  create mode 100644 drivers/input/touchscreen/ektf2127.c

  reply	other threads:[~2016-09-02 14:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-28 16:00 [PATCH v2] input: touchscreen: Add support for Elan eKTF2127 touchscreen controller Hans de Goede
2016-09-02 14:09 ` Rob Herring [this message]
2016-09-16 18:56   ` Dmitry Torokhov
2016-09-17 12:04     ` Hans de Goede

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=20160902140935.GA19453@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).