summaryrefslogtreecommitdiffstats
path: root/drivers/input/of_keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-87/+0
Change matrix-keymap helper to be out-of-line, like sparse keymap, allow the helper perform basic keymap validation and return errors, and prepare for device tree support. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2012-03-13Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson1-0/+87
This adds a simple device tree binding for simple key matrix data and a helper to fill in the platform data. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>