Input: add matrix keypad driver for Cirrus EP93xx
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sun, 19 Apr 2009 06:43:57 +0000 (23:43 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 19 Apr 2009 06:44:59 +0000 (23:44 -0700)
commite06003af56c386018f0c209608ac6c6662228cc0
tree4db5a03163a51f900dc3f777929017b92dedca7b
parent864fe73c312ca8e177da01207ce86fb1b80b3e54
Input: add matrix keypad driver for Cirrus EP93xx

This is a keyboard driver for the Cirrus Logic EP93xx keypad matrix
peripheral. This driver is based on the pxa27x_keypad driver.

[dtor@mail.ru: Plug in input_dev->keycode so keymap can be changed
from userspace.]
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
arch/arm/mach-ep93xx/include/mach/ep93xx_keypad.h [new file with mode: 0644]
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/ep93xx_keypad.c [new file with mode: 0644]