[PATCH 0/4] input: keyboard: tegra: cleanups and DT supports
From: Laxman Dewangan <hidden>
Date: 2013-01-04 11:02:39
Also in:
linux-input, linux-tegra, lkml
From: Laxman Dewangan <hidden>
Date: 2013-01-04 11:02:39
Also in:
linux-input, linux-tegra, lkml
This patch series:
- fix build warning,
- use devm_* for allocation,
- make column/rows configuration through DT and
- remove the rarely used key mapping table.
Laxman Dewangan (4):
input: keyboard: tegra: fix build warning
input: keyboard: tegra: use devm_* for resource allocation
input: keyboard: tegra: add support for rows/cols configuration from
dt
input: keyboard: tegra: remove default key mapping
.../bindings/input/nvidia,tegra20-kbc.txt | 22 ++
drivers/input/keyboard/tegra-kbc.c | 346 ++++++--------------
2 files changed, 120 insertions(+), 248 deletions(-)