From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: Re: [PATCH v10 1/3] Input: cyttsp - Cypress TTSP capacitive multi-touch screen support Date: Tue, 24 Jan 2012 08:26:39 +0100 Message-ID: References: <1327021046-18024-1-git-send-email-javier@dowhile0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:48146 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754781Ab2AXH0j convert rfc822-to-8bit (ORCPT ); Tue, 24 Jan 2012 02:26:39 -0500 Received: by iacb35 with SMTP id b35so4970511iac.19 for ; Mon, 23 Jan 2012 23:26:39 -0800 (PST) In-Reply-To: <1327021046-18024-1-git-send-email-javier@dowhile0.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Henrik Rydberg , Mohan Pallaka , Kevin McNeely , Shubhrajyoti Datta , linux-input@vger.kernel.org, Javier Martinez Canillas On Fri, Jan 20, 2012 at 1:57 AM, Javier Martinez Canillas 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, mult= i-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 > --- > > Changes for v10: Fix issues called out by Dmitry Torokhov > =C2=A0 =C2=A0 =C2=A0 =C2=A0- Remove use_sleep and put device to sleep= unconditionally on suspend > =C2=A0 =C2=A0 =C2=A0 =C2=A0- Cleanup cyttsp_power_on() and remove cyt= tsp_bl_app_valid() function > > =C2=A0drivers/input/touchscreen/Kconfig =C2=A0 =C2=A0 =C2=A0 | =C2=A0= 31 ++ > =C2=A0drivers/input/touchscreen/Makefile =C2=A0 =C2=A0 =C2=A0| =C2=A0= =C2=A03 + > =C2=A0drivers/input/touchscreen/cyttsp_core.c | =C2=A0682 +++++++++++= ++++++++++++++++++++ > =C2=A0drivers/input/touchscreen/cyttsp_core.h | =C2=A0141 +++++++ > =C2=A0include/linux/input/cyttsp.h =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0| =C2=A0 68 +++ > =C2=A05 files changed, 925 insertions(+), 0 deletions(-) Hello Dmitry, Any comments on this version? Thanks for your patience Henrik, I didn't know if I should add your: Reviewed-by: Henrik Rydberg Since it is a new version of the patch-set. The only changes were those asked by Dmitry though. Thanks a lot and best 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