Re: [PATCH] input: matrix_keypad: add option to drive inactive columns

2017-03-29 Thread Dmitry Torokhov
On Tue, Mar 28, 2017 at 09:02:29PM -0500, Rob Herring wrote: > On Wed, Mar 22, 2017 at 04:16:50PM -0400, David Rivshin wrote: > > From: David Rivshin > > > > The gpio-matrix-keypad driver normally sets inactive columns as inputs > > while scanning. This does not work for all hardware, which may r

Re: [PATCH] input: matrix_keypad: add option to drive inactive columns

2017-03-28 Thread Rob Herring
On Wed, Mar 22, 2017 at 04:16:50PM -0400, David Rivshin wrote: > From: David Rivshin > > The gpio-matrix-keypad driver normally sets inactive columns as inputs > while scanning. This does not work for all hardware, which may require > the inactive columns to be actively driven in order to overcom

[PATCH] input: matrix_keypad: add option to drive inactive columns

2017-03-22 Thread David Rivshin
From: David Rivshin The gpio-matrix-keypad driver normally sets inactive columns as inputs while scanning. This does not work for all hardware, which may require the inactive columns to be actively driven in order to overcome any pull-ups/downs on the columns. Signed-off-by: David Rivshin ---