]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add support for LM8333 keypads
authorWolfram Sang <w.sang@pengutronix.de>
Tue, 3 Apr 2012 20:39:44 +0000 (13:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 4 Apr 2012 16:25:39 +0000 (09:25 -0700)
commitaa335deb88d6891ac823380f9a619c24eeea3b83
tree128d3124b99531345cfbfcf4045ec03c7996eab1
parent64fa4fbf72629a305fc0fc55f8d4120868bd2f4f
Input: add support for LM8333 keypads

This driver adds support for the keypad part of the LM8333 and is
prepared for possible GPIO/PWM drivers. Note that this is not a MFD
because you cannot disable the keypad functionality which, thus,
has to be handled by the core anyhow.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/lm8333.c [new file with mode: 0644]
include/linux/input/lm8333.h [new file with mode: 0644]