input: matrix-keymap: Add function to read the new DT binding
authorSimon Glass <sjg@chromium.org>
Mon, 25 Feb 2013 22:08:40 +0000 (14:08 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 5 Apr 2013 09:20:13 +0000 (11:20 +0200)
commit43840415339f1600f281211cfb5400fab696536e
tree8626b6b605073a39004fa932d2065c36d53f5731
parenta17d94f0b6e1581391378dcb11c18ddebf6dcf8e
input: matrix-keymap: Add function to read the new DT binding

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 non-GPIO drivers
to use to decode the binding.

Note: We could in fact create an entirely separate structure to hold
these two fields, but it does not seem worth it, yet. If we have more
parameters then we can add this, and then refactor each driver to hold
such a structure.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Tested-by: Sourav Poddar <sourav.poddar@ti.com> (v2)
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/input/keyboard/lpc32xx-keys.c
drivers/input/keyboard/omap4-keypad.c
drivers/input/keyboard/tca8418_keypad.c
drivers/input/matrix-keymap.c
include/linux/input/matrix_keypad.h
This page took 0.029369 seconds and 5 git commands to generate.