Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-09-12 Thread Henrik Rydberg
Hi Ferruh, > Before finalizing the work, we want to learn if introducing new files > for new driver is acceptable and our effort is inline with your request, > can you please comment on it? New files are certainly alright when they are warranted, but of course it depends on the details. We will

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-09-12 Thread Ferruh Yigit
On 08/27/2012 08:46 AM, Ferruh Yigit wrote: On 08/24/2012 08:34 PM, Henrik Rydberg wrote: Hi Ferruh, As Javier mentioned, there is already a framework for the Cypress devices in the kernel. Please make sure your patches build on what is already there. Until then, I have nothing further to add.

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-09-12 Thread Ferruh Yigit
On 08/27/2012 08:46 AM, Ferruh Yigit wrote: On 08/24/2012 08:34 PM, Henrik Rydberg wrote: Hi Ferruh, As Javier mentioned, there is already a framework for the Cypress devices in the kernel. Please make sure your patches build on what is already there. Until then, I have nothing further to add.

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-09-12 Thread Henrik Rydberg
Hi Ferruh, Before finalizing the work, we want to learn if introducing new files for new driver is acceptable and our effort is inline with your request, can you please comment on it? New files are certainly alright when they are warranted, but of course it depends on the details. We will

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Henrik Rydberg
Hi Ferruh, > Hi Henrik, > > Is driver reviewed and is there anything we can help on it? As Javier mentioned, there is already a framework for the Cypress devices in the kernel. Please make sure your patches build on what is already there. Until then, I have nothing further to add. Thanks,

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Ferruh Yigit
On 08/07/2012 04:09 PM, Ferruh Yigit wrote: From: Ferruh YIGIT This driver is for Cypress TrueTouch(tm) Standard Product controllers, Generation4 devices. Driver consist of four main modules: Bus driver: Linux bus driver implementation, binds other modules. Core driver: Core module that

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Ferruh Yigit
On 08/07/2012 04:09 PM, Ferruh Yigit wrote: From: Ferruh YIGIT f...@cypress.com This driver is for Cypress TrueTouch(tm) Standard Product controllers, Generation4 devices. Driver consist of four main modules: Bus driver: Linux bus driver implementation, binds other modules. Core driver: Core

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-24 Thread Henrik Rydberg
Hi Ferruh, Hi Henrik, Is driver reviewed and is there anything we can help on it? As Javier mentioned, there is already a framework for the Cypress devices in the kernel. Please make sure your patches build on what is already there. Until then, I have nothing further to add. Thanks, Henrik

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Ferruh Yigit
Hello Javier, We needed a new modular driver mechanism so that we can handle the very flexible new generation of Cypress multi-touch devices (TMA4XX and TMA5XX). With this initial set of patches we are providing the primary function of multi-touch processing, according to protocol B, as the

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Javier Martinez Canillas
On Tue, Aug 7, 2012 at 3:09 PM, Ferruh Yigit wrote: > From: Ferruh YIGIT > > This driver is for Cypress TrueTouch(tm) Standard Product controllers, > Generation4 devices. > > Driver consist of four main modules: > > Bus driver: Linux bus driver implementation, binds other modules. > Core driver:

[PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Ferruh Yigit
From: Ferruh YIGIT This driver is for Cypress TrueTouch(tm) Standard Product controllers, Generation4 devices. Driver consist of four main modules: Bus driver: Linux bus driver implementation, binds other modules. Core driver: Core module that communicate with TTSP controller. MT driver:

[PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Ferruh Yigit
From: Ferruh YIGIT f...@cypress.com This driver is for Cypress TrueTouch(tm) Standard Product controllers, Generation4 devices. Driver consist of four main modules: Bus driver: Linux bus driver implementation, binds other modules. Core driver: Core module that communicate with TTSP controller.

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Javier Martinez Canillas
On Tue, Aug 7, 2012 at 3:09 PM, Ferruh Yigit f...@cypress.com wrote: From: Ferruh YIGIT f...@cypress.com This driver is for Cypress TrueTouch(tm) Standard Product controllers, Generation4 devices. Driver consist of four main modules: Bus driver: Linux bus driver implementation, binds other

Re: [PATCH 1/4] Input: cyttsp4 - bus driver for Cypress TMA4XX touchscreen devices

2012-08-07 Thread Ferruh Yigit
Hello Javier, We needed a new modular driver mechanism so that we can handle the very flexible new generation of Cypress multi-touch devices (TMA4XX and TMA5XX). With this initial set of patches we are providing the primary function of multi-touch processing, according to protocol B, as the