AW: [PATCH v2 1/2] add driver for cypress cy8cmbr3102

2017-03-13 Thread Vogelaar, Patrick
Hi Dimtry, Thanks for the feedback. I will prepare a v3 of the patch with the things you pointed out fixed and a more meaningful description and changelog. I have a few questions regarding your comments (see below). >Hi Patrick, > >On Tue, Feb 21, 2017 at 07:40:20AM +0100, Patrick Vogelaar wrot

Re: [PATCH v2 1/2] add driver for cypress cy8cmbr3102

2017-03-10 Thread Dmitry Torokhov
Hi Patrick, On Tue, Feb 21, 2017 at 07:40:20AM +0100, Patrick Vogelaar wrote: > Version 2: > * removed .owner > * based on branch next A better changelog would be nice: the kid of device, limitations, etc. > > Signed-off-by: Patrick Vogelaar > --- > drivers/input/misc/Kconfig | 12 +++

[PATCH v2 1/2] add driver for cypress cy8cmbr3102

2017-02-20 Thread Patrick Vogelaar
Version 2: * removed .owner * based on branch next Signed-off-by: Patrick Vogelaar --- drivers/input/misc/Kconfig | 12 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/cy8cmbr3102.c | 221 +++ 3 files changed, 234 insertions(+) create