]> git.baikalelectronics.ru Git - kernel.git/commit
Input: of_keymap - add device tree bindings for simple key matrices
authorOlof Johansson <olof@lixom.net>
Wed, 14 Mar 2012 04:35:51 +0000 (21:35 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 Mar 2012 04:37:04 +0000 (21:37 -0700)
commit8ce2cb46709878070c0e268e76a40f97ce1919c2
treec9f7618f3b49c2ba5516c9023ba7e5604aa6b08c
parent8a36f9d7afc87fa8541c062fccaa327f0dbde5ba
Input: of_keymap - add device tree bindings for simple key matrices

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>
Documentation/devicetree/bindings/input/matrix-keymap.txt [new file with mode: 0644]
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/keyboard/Kconfig
drivers/input/of_keymap.c [new file with mode: 0644]
include/linux/input/matrix_keypad.h