Re: [PATCH v8 03/10] Input: atmel_mxt_ts - add support for T37 diagnostic data

2016-08-23 Thread Dmitry Torokhov
On Tue, Aug 23, 2016 at 04:30:47PM -0300, Mauro Carvalho Chehab wrote: > Hi Dmitry, > > Em Mon, 18 Jul 2016 22:10:31 +0100 > Nick Dyer escreveu: > > > Atmel maXTouch devices have a T37 object which can be used to read raw > > touch deltas from the device. This consists of an array of 16-bit > >

Re: [PATCH v8 03/10] Input: atmel_mxt_ts - add support for T37 diagnostic data

2016-08-23 Thread Mauro Carvalho Chehab
Hi Dmitry, Em Mon, 18 Jul 2016 22:10:31 +0100 Nick Dyer escreveu: > Atmel maXTouch devices have a T37 object which can be used to read raw > touch deltas from the device. This consists of an array of 16-bit > integers, one for each node on the touchscreen matrix. Is it ok to merge this patch (a

[PATCH v8 03/10] Input: atmel_mxt_ts - add support for T37 diagnostic data

2016-07-18 Thread Nick Dyer
Atmel maXTouch devices have a T37 object which can be used to read raw touch deltas from the device. This consists of an array of 16-bit integers, one for each node on the touchscreen matrix. Signed-off-by: Nick Dyer --- drivers/input/touchscreen/Kconfig|6 ++ drivers/input/touchscre