From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Dmitry Torokhov
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Siebren Vroegindeweij
<siebren.vroegindeweij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Michel Verlaan
<michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Siebren Vroegindeweij
<siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
On Sun, Aug 28, 2016 at 06:00:05PM +0200, Hans de Goede wrote:
> From: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>
> 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
> 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-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
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
next prev parent reply other threads:[~2016-09-02 14:09 UTC|newest]
Thread overview: 8+ 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-08-28 16:00 ` Hans de Goede
[not found] ` <20160828160005.20415-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-09-02 14:09 ` Rob Herring [this message]
2016-09-02 14:09 ` Rob Herring
2016-09-16 18:56 ` Dmitry Torokhov
2016-09-16 18:56 ` Dmitry Torokhov
2016-09-17 12:04 ` Hans de Goede
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-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org \
--cc=siebren.vroegindeweij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.