Re: [PATCH v3 1/4] Input: cyttsp - I2C driver split into two modules

2013-06-06 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2013 at 12:34:41PM +0300, Ferruh Yigit wrote: > Existing I2C code is for TrueTouch Gen3 devices > > TrueTouch Gen4 device is using same protocol, will split driver into > two pieces to use common code with both drivers. > > Read/Write functions parameter list modified, since share

[PATCH v3 1/4] Input: cyttsp - I2C driver split into two modules

2013-06-04 Thread Ferruh Yigit
Existing I2C code is for TrueTouch Gen3 devices TrueTouch Gen4 device is using same protocol, will split driver into two pieces to use common code with both drivers. Read/Write functions parameter list modified, since shared code will be used by two separate drivers and these drivers are not shar