]> git.baikalelectronics.ru Git - kernel.git/commit
Input: qt1050 - add Microchip AT42QT1050 support
authorMarco Felsch <m.felsch@pengutronix.de>
Sat, 4 May 2019 16:49:23 +0000 (09:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 7 May 2019 21:12:43 +0000 (14:12 -0700)
commitc53f435a00e6f8f2e4de675b9c9d1e090428002d
tree3ad0b35227b212407feca907f9d5346ec2fb53f6
parentbf3656cceb607ce60a577d924e40c48415342f75
Input: qt1050 - add Microchip AT42QT1050 support

Add initial support for the AT42QT1050 (QT1050) device. The device
supports up to five input keys, dependent on the mode. Since it adds only
the initial support, the "1 to 4 keys plus Guard Channel" mode isn't
supported.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/microchip,qt1050.txt [new file with mode: 0644]
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/qt1050.c [new file with mode: 0644]