From: "Johnny Chuang(莊佳霖)" <johnny.chuang-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
To: '廖崇榮' <kt.liao-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>,
"'Dmitry Torokhov'"
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"'Siebren Vroegindeweij'"
<siebren.vroegindeweij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"'James Chen'"
<james.chen-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
Cc: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
'devicetree' <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
'Hans de Goede'
<hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
'Michel Verlaan'
<michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
'Siebren Vroegindeweij'
<siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
Subject: RE: [PATCH v1] Add support for the ektf2127 touchscreencontroller
Date: Fri, 15 Jul 2016 11:27:12 +0800 [thread overview]
Message-ID: <009e01d1de48$c696fad0$53c4f070$@emc.com.tw> (raw)
In-Reply-To: <009e01d1ddb8$4b51ad60$e1f50820$@emc.com.tw>
Hi Dmitry,
We suggest a separate driver for eKTF2127.
Many thanks,
Johnny
-----Original Message-----
From: 廖崇榮 [mailto:kt.liao-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org]
Sent: Thursday, July 14, 2016 6:13 PM
To: 'Dmitry Torokhov'; 'Siebren Vroegindeweij'; 'Johnny Chuang(莊佳霖)';
'James Chen'
Cc: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; 'devicetree'; 'Hans de Goede'; 'Michel
Verlaan'; 'Siebren Vroegindeweij'
Subject: RE: [PATCH v1] Add support for the ektf2127 touchscreencontroller
-----Original Message-----
From: Dmitry Torokhov [mailto:dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
Sent: Thursday, July 14, 2016 5:50 AM
To: Siebren Vroegindeweij; KT Liao
Cc: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; devicetree; Hans de Goede; Michel Verlaan;
Siebren Vroegindeweij; KT Liao
Subject: Re: [PATCH v1] Add support for the ektf2127 touchscreencontroller
On Mon, Jul 04, 2016 at 11:29:05AM +0200, Siebren Vroegindeweij wrote:
> From: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>
> The ELAN eKTF2127 driver is written for the ELAN series of
> touchscreencontrollers. This version is especially written for the
> eKTF2127 controller. The driver communicates to the controller over i2c.
> The additional screen specifications can be read from the devicetree file.
> The driver has also the ability to read the screen height and width
> from the controller. When the screen is pressed, a interrupt is generated.
> The interrupt wil be handled by a function that request a data string
> from the controller. This string is then modified so that the right
> number of touches and their x and y coordinates are available and
> given to userspace through the input subsystem.
Adding KT. Can eKTF2127 be driven with [modified] elants_i2c driver or we
are better off with separate driver.
Hi Johnny,
Please check Dmitry's touchscreen issue.
...
> + *
> + * This program is free software; you can redistribute it and/or
> + modify
> + * it under the terms of the GNU General Public License as published
> + by
> + * the Free Software Foundation; either version 3 of the License, or
> + * (at your option) any later version.
Gpl V2 or later for kernel please, we won't take v3.
Thanks.
--
Dmitry
--
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
next prev parent reply other threads:[~2016-07-15 3:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-04 9:29 [PATCH v1] Add support for the ektf2127 touchscreencontroller Siebren Vroegindeweij
2016-07-04 9:29 ` Siebren Vroegindeweij
2016-07-05 16:13 ` Rob Herring
2016-07-13 21:50 ` Dmitry Torokhov
2016-07-14 10:12 ` 廖崇榮
2016-07-15 3:27 ` Johnny Chuang(莊佳霖) [this message]
[not found] ` <1467624545-3455-2-git-send-email-siebren.vroegindeweij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-20 0:31 ` Dmitry Torokhov
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='009e01d1de48$c696fad0$53c4f070$@emc.com.tw' \
--to=johnny.chuang-9cfg7bmpbgr9nmwx13wwka@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=james.chen-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
--cc=kt.liao-9cfG7bMpBgR9nmWX13WWKA@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 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).