summaryrefslogtreecommitdiffstats
path: root/drivers/input/matrix-keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* input: Add device tree parsing support for matrix keymapSascha Hauer2016-01-131-1/+48
| | | | | | Add support for parsing the "linux,keymap" property. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-131-0/+42
Future additions will make the function too big to live as a static inline function. Move to a C file and while at it, move matrix_keypad.h to include/input/ where it belongs to. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>