Re: [PATCH v2] input: Extend matrix-keypad device tree binding

2013-01-11 Thread Stephen Warren
On 01/10/2013 06:41 PM, Simon Glass wrote: 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

Re: [PATCH v2] input: Extend matrix-keypad device tree binding

2013-01-11 Thread Dmitry Torokhov
On Fri, Jan 11, 2013 at 10:09:19AM -0700, Stephen Warren wrote: On 01/10/2013 06:41 PM, Simon Glass wrote: 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

[PATCH v2] input: Extend matrix-keypad device tree binding

2013-01-10 Thread Simon Glass
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