linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@dowhile0.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Henrik Rydberg <rydberg@euromail.se>,
	Mohan Pallaka <mpallaka@codeaurora.org>,
	Kevin McNeely <kev@cypress.com>,
	Shubhrajyoti Datta <omaplinuxkernel@gmail.com>,
	linux-input@vger.kernel.org
Subject: Re: [PATCH v10 1/3] Input: cyttsp - Cypress TTSP capacitive multi-touch screen support
Date: Thu, 26 Jan 2012 01:12:50 +0100	[thread overview]
Message-ID: <CABxcv=k_e3Pdx=OaLWW-xTGoDXEQKKGWYzcLLWvZEnYBPSv6qw@mail.gmail.com> (raw)
In-Reply-To: <20120124075430.GA9775@core.coreip.homeip.net>

On Tue, Jan 24, 2012 at 8:54 AM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> On Tue, Jan 24, 2012 at 08:26:39AM +0100, Javier Martinez Canillas wrote:
>> On Fri, Jan 20, 2012 at 1:57 AM, Javier Martinez Canillas
>> <javier@dowhile0.org> wrote:
>> > Cypress TrueTouch(tm) Standard Product controllers are found in
>> > a wide range of embedded devices. This driver add support for a
>> > variety of TTSP controllers.
>> >
>> > Since the hardware is capable of tracking identifiable contacts, multi-touch
>> > protocol type B (stateful) is used to report contact information.
>> >
>> > The driver is composed of a core driver that process the data sent by
>> > the contacts and a set of bus specific interface modules. This patch
>> > adds the base core TTSP driver.
>> >
>> > Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
>> > ---
>> >
>> > Changes for v10: Fix issues called out by Dmitry Torokhov
>> >        - Remove use_sleep and put device to sleep unconditionally on suspend
>> >        - Cleanup cyttsp_power_on() and remove cyttsp_bl_app_valid() function
>> >
>> >  drivers/input/touchscreen/Kconfig       |   31 ++
>> >  drivers/input/touchscreen/Makefile      |    3 +
>> >  drivers/input/touchscreen/cyttsp_core.c |  682 +++++++++++++++++++++++++++++++
>> >  drivers/input/touchscreen/cyttsp_core.h |  141 +++++++
>> >  include/linux/input/cyttsp.h            |   68 +++
>> >  5 files changed, 925 insertions(+), 0 deletions(-)
>>
>> Hello Dmitry,
>>
>> Any comments on this version?
>
> Looking at it... If you do not hear from me by Wednesday please ping
> me again.
>
> Thanks.
>
> --
> Dmitry

ping :)

Regards,
Javier
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2012-01-26  0:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-20  0:57 [PATCH v10 1/3] Input: cyttsp - Cypress TTSP capacitive multi-touch screen support Javier Martinez Canillas
2012-01-20  0:57 ` [PATCH v10 2/3] Input: cyttsp - add support for Cypress TTSP touchscreen I2C bus interface Javier Martinez Canillas
2012-01-20  0:57 ` [PATCH v10 3/3] Input: cyttsp - add support for Cypress TTSP touchscreen SPI " Javier Martinez Canillas
2012-01-24  7:26 ` [PATCH v10 1/3] Input: cyttsp - Cypress TTSP capacitive multi-touch screen support Javier Martinez Canillas
2012-01-24  7:54   ` Dmitry Torokhov
2012-01-24  8:09     ` Javier Martinez Canillas
2012-01-26  0:12     ` Javier Martinez Canillas [this message]
2012-01-27  8:18       ` Dmitry Torokhov
2012-01-27 15:57         ` Javier Martinez Canillas
2012-01-27 18:18           ` Dmitry Torokhov
2012-01-27 21:01             ` Javier Martinez Canillas
2012-01-27 21:26               ` Dmitry Torokhov
2012-01-29  6:08                 ` Javier Martinez Canillas
2012-01-24  9:26   ` Henrik Rydberg

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='CABxcv=k_e3Pdx=OaLWW-xTGoDXEQKKGWYzcLLWvZEnYBPSv6qw@mail.gmail.com' \
    --to=javier@dowhile0.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=kev@cypress.com \
    --cc=linux-input@vger.kernel.org \
    --cc=mpallaka@codeaurora.org \
    --cc=omaplinuxkernel@gmail.com \
    --cc=rydberg@euromail.se \
    /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).