Re: TSC2004 driver

2014-08-06 Thread Dmitry Torokhov
Hi Michael, On Tue, Aug 05, 2014 at 12:06:40PM -0500, Michael Welling wrote: The TSC2004 driver has yet to appear in the mainline kernel. We have been using the driver referenced here as provided by TI: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg22018.html Are there any

Re: TSC2004 driver

2014-08-06 Thread Joachim Eastwood
On 6 August 2014 21:37, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Michael, On Tue, Aug 05, 2014 at 12:06:40PM -0500, Michael Welling wrote: The TSC2004 driver has yet to appear in the mainline kernel. We have been using the driver referenced here as provided by TI: https

Re: TSC2004 driver

2014-08-06 Thread Dmitry Torokhov
On Wed, Aug 06, 2014 at 10:33:18PM +0200, Joachim Eastwood wrote: On 6 August 2014 21:37, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Michael, On Tue, Aug 05, 2014 at 12:06:40PM -0500, Michael Welling wrote: The TSC2004 driver has yet to appear in the mainline kernel. We have

Re: TSC2004 driver

2014-08-06 Thread Michael Welling
wrote: The TSC2004 driver has yet to appear in the mainline kernel. We have been using the driver referenced here as provided by TI: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg22018.html Are there any plans of supporting this device in the mainline kernel? I still

Re: TSC2004 driver

2014-08-06 Thread Sebastian Reichel
Hi, On Wed, Aug 06, 2014 at 05:13:19PM -0500, Michael Welling wrote: The tsc2005 still needs devicetree conversion, so it is at least 2 patches away from where I can use it. TSC2005 DT support has been added in 3.16:

Re: TSC2004 driver

2014-08-06 Thread Michael Welling
On Wed, Aug 6, 2014 at 5:28 PM, Sebastian Reichel s...@kernel.org wrote: Hi, On Wed, Aug 06, 2014 at 05:13:19PM -0500, Michael Welling wrote: The tsc2005 still needs devicetree conversion, so it is at least 2 patches away from where I can use it. TSC2005 DT support has been added in 3.16:

TSC2004 driver

2014-08-05 Thread Michael Welling
The TSC2004 driver has yet to appear in the mainline kernel. We have been using the driver referenced here as provided by TI: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg22018.html Are there any plans of supporting this device in the mainline kernel? Mysteriously a device tree

RE: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-10 Thread Hiremath, Vaibhav
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, February 05, 2010 10:09 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM * Hiremath, Vaibhav hvaib

Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-10 Thread Tony Lindgren
@vger.kernel.org Subject: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM This patch has been applied to the linux-omap by youw fwiendly patch wobot. [Hiremath, Vaibhav] Tony, Please revert this single commit. Actually I had a discussion

Re: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-05 Thread Tony Lindgren
/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM This patch has been applied to the linux-omap by youw fwiendly patch wobot. [Hiremath, Vaibhav] Tony, Please revert this single commit. Actually I had a discussion with Dmitry Torokhov and the conclusion is, as of now

[APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-04 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 5fcad6b119b8760f817dbf2f2d6331ee0cee442f PatchWorks http://patchwork.kernel.org/patch/72102/ Git (Likely to change, and takes a while to get

RE: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-02-04 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, February 05, 2010 6:35 AM To: linux-omap@vger.kernel.org Subject: [APPLIED] [PATCH 2/4-V1] AM3517: Enable TSC2004 driver support

RE: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2010-01-30 Thread Hiremath, Vaibhav
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Tuesday, January 12, 2010 2:07 PM To: Hiremath, Vaibhav Cc: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

Re: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2010-01-12 Thread Dmitry Torokhov
: Introduce TSC2004 driver support From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/tsc2004.c | 525

[PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support touch-Screen driver (TSC2004). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 60 + 1 files changed, 60 insertions(+), 0 deletions(-)

RE: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2010-01-10 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Thursday, November 19, 2009 8:17 PM To: linux-in...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Hiremath, Vaibhav Subject: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support From: Vaibhav Hiremath hvaib...@ti.com

[PATCH 2/4] AM3517: Add support for TSC2004 driver

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This patch is dependent on the TSC2004 driver patch, please refer below link - http://marc.info/?l=linux-omapm=125864200818153w=2 Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 60

RE: [PATCH V2] AM3517: Add support for TSC2004 driver

2009-12-17 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Thursday, December 10, 2009 11:13 AM To: 'Tony Lindgren'; 'Dmitry Torokhov'; 'd...@mail.ru' Cc: linux-omap@vger.kernel.org; linux-in...@vger.kernel.org Subject: RE: [PATCH V2] AM3517: Add support for TSC2004 driver -Original

RE: [PATCH V2] AM3517: Add support for TSC2004 driver

2009-12-09 Thread Hiremath, Vaibhav
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, November 30, 2009 11:04 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH V2] AM3517: Add support for TSC2004 driver * Hiremath, Vaibhav hvaib...@ti.com [091125 21:13

Re: [PATCH V2] AM3517: Add support for TSC2004 driver

2009-11-30 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [091125 21:13]: -Original Message- From: Hiremath, Vaibhav Sent: Thursday, November 26, 2009 10:41 AM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH V2] AM3517: Add support for TSC2004 driver

[PATCH V2] AM3517: Add support for TSC2004 driver

2009-11-25 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Changes: - Removed omap_cfg_reg() Reviewed-by: Tony Lindgren t...@atomide.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 61 + 1 files changed, 61 insertions(+), 0

RE: [PATCH V2] AM3517: Add support for TSC2004 driver

2009-11-25 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Thursday, November 26, 2009 10:41 AM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH V2] AM3517: Add support for TSC2004 driver From: Vaibhav Hiremath hvaib...@ti.com Changes

RE: [PATCH 3/3] AM3517: Add support for TSC2004 driver

2009-11-24 Thread Hiremath, Vaibhav
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, November 23, 2009 11:25 PM To: Hiremath, Vaibhav Cc: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 3/3] AM3517: Add support for TSC2004 driver Hi, * hvaib...@ti.com

RE: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2009-11-23 Thread Hiremath, Vaibhav
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Friday, November 20, 2009 10:32 PM To: Hiremath, Vaibhav Cc: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support Hi

Re: [PATCH 3/3] AM3517: Add support for TSC2004 driver

2009-11-23 Thread Tony Lindgren
Hi, * hvaib...@ti.com hvaib...@ti.com [091119 06:46]: From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 62 + 1 files changed, 62 insertions(+), 0 deletions(-) diff

Re: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2009-11-20 Thread Dmitry Torokhov
Hi Vaibhav, On Thu, Nov 19, 2009 at 08:16:40PM +0530, hvaib...@ti.com wrote: From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com If I do: sed 's/2004/2007/g' drivers/input/touchscreen/tsc2004.c | diff -u drivers/input/touchscreen/tsc2007.c - the diff is

[PATCH 0/3] Introducing TouchScreen TSC2004 driver support

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This is first version of TSC2004 driver support, which has been validated on AM3517EVM platform. Driver is derived from existing touchscreen driver TSC2007. Vaibhav Hiremath (3): Mux configuration for AM3517 TouchScreen support Input:TouchScreen

[PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/tsc2004.c | 525 +++ include/linux/i2c/tsc2004.h

[PATCH 3/3] AM3517: Add support for TSC2004 driver

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 62 + 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c