Re: [PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-25 Thread Simon Glass
Hi Dmitry, On Wed, Feb 20, 2013 at 10:18 AM, Dmitry Torokhov wrote: > On Wed, Feb 20, 2013 at 09:24:38AM -0800, Simon Glass wrote: >> We now have a binding which adds two parameters to the matrix keypad DT >> node. This is separate from the GPIO-driven matrix keypad binding, and >> unfortunately

Re: [PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-25 Thread Simon Glass
Hi Dmitry, On Wed, Feb 20, 2013 at 10:18 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Wed, Feb 20, 2013 at 09:24:38AM -0800, Simon Glass wrote: We now have a binding which adds two parameters to the matrix keypad DT node. This is separate from the GPIO-driven matrix keypad binding,

Re: [PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-20 Thread Dmitry Torokhov
On Wed, Feb 20, 2013 at 09:24:38AM -0800, Simon Glass wrote: > We now have a binding which adds two parameters to the matrix keypad DT > node. This is separate from the GPIO-driven matrix keypad binding, and > unfortunately incompatible, since that uses row-gpios/col-gpios for the > row and column

[PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-20 Thread Simon Glass
We now have a binding which adds two parameters to the matrix keypad DT node. This is separate from the GPIO-driven matrix keypad binding, and unfortunately incompatible, since that uses row-gpios/col-gpios for the row and column counts. So the easiest option here is to provide a function for

[PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-20 Thread Simon Glass
We now have a binding which adds two parameters to the matrix keypad DT node. This is separate from the GPIO-driven matrix keypad binding, and unfortunately incompatible, since that uses row-gpios/col-gpios for the row and column counts. So the easiest option here is to provide a function for

Re: [PATCH v5 5/6] Input: matrix-keymap: Add function to read the new DT binding

2013-02-20 Thread Dmitry Torokhov
On Wed, Feb 20, 2013 at 09:24:38AM -0800, Simon Glass wrote: We now have a binding which adds two parameters to the matrix keypad DT node. This is separate from the GPIO-driven matrix keypad binding, and unfortunately incompatible, since that uses row-gpios/col-gpios for the row and column