Re: [PATCH 2/3 V2] Input: add Atmel Captouch Button driver

2016-05-13 Thread Grant Grundler
Ping? Any additional feedback? We've been holding off putting this code into ChromeOS since I'm happy to integrate (just about) any addtional feedback on the code or DT entries. thanks! grant On Tue, May 10, 2016 at 7:07 PM, Grant Grundler wrote: > From: Daniel Hung-yu Wu > > Add I2C driver f

[PATCH 2/3 V2] Input: add Atmel Captouch Button driver

2016-05-10 Thread Grant Grundler
From: Daniel Hung-yu Wu Add I2C driver for Atmel Capacitive Touch Button device. Signed-off-by: Hung-yu Wu Signed-off-by: Grant Grundler --- drivers/input/misc/Kconfig | 11 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/atmel_captouch.c | 287 +++