aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/tca8418_keypad.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-02-08input: Extend matrix-keypad device tree bindingSimon Glass1-2/+4
Some matrix keypad drivers can support different numbers of rows and columns. Add a generic binding for these. Implementation note: In order to implement this binding in the kernel, we will need to modify matrix_keypad_() to look up the number of rows and cols in the keymap. Perhaps this could be done by passing 0 for these parameters? Many of the parameters can already be set to NULL. Ick. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2012-11-29Input: tca8418_keypad - add support for device tree bindingsAlban Bedel1-0/+8
Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>