]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add Atmel Captouch Button driver
authorDaniel Hung-yu Wu <hywu@google.com>
Wed, 18 May 2016 21:55:12 +0000 (14:55 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 18 May 2016 22:08:19 +0000 (15:08 -0700)
commit2fcbe09f200930391f65f95c67b4496ea810fc90
tree1bbc3d310dfe4c87785b7554820ddcaebb8f76b3
parentd9b24a19828fe9d8c372dfb622d73aa9cf0d961a
Input: add Atmel Captouch Button driver

Add I2C driver for Atmel Capacitive Touch Button device.

Signed-off-by: Hung-yu Wu <hywu@google.com>
Signed-off-by: Grant Grundler <grundler@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/atmel,captouch.txt [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/atmel_captouch.c [new file with mode: 0644]