From: Simon Glass Date: Fri, 11 Jan 2013 01:41:32 +0000 (-0800) Subject: input: Extend matrix-keypad device tree binding X-Git-Tag: v3.9-rc1~147^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0b1c74ed22d2614ae9206febf956f0b22c81a5;p=pandora-kernel.git input: Extend matrix-keypad device tree binding 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 Reviewed-by: Stephen Warren Signed-off-by: Grant Likely --- Reading git-diff-tree failed