aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/bcm-keypad.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-03-02Input: add driver for Broadcom keypad controllerScott Branden1-0/+458
Broadcom Keypad controller is used to interface a SoC with a matrix-type keypad device. The keypad controller supports multiple row and column lines. A key can be placed at each intersection of a unique row and a unique column. The keypad controller can sense a key-press and key-release and report the event using an interrupt to the CPU. Reviewed-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>