Add device tree support to matrix keypad driver by adding all necessary DT parameters. Also added device tree bindings.
These patches were tested on AM335x-EVM with DT patches, DT patches will be submitted once these are accepted. AnilKumar Ch (2): Input: matrix-keypad - remove const from pointer to array of gpios Input: matrix-keypad - Add device tree support .../devicetree/bindings/input/matrix-keypad.txt | 52 ++++++++++ drivers/input/keyboard/matrix_keypad.c | 104 +++++++++++++++++++- include/linux/input/matrix_keypad.h | 4 +- 3 files changed, 157 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/matrix-keypad.txt -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/