From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755867Ab3AFLQQ (ORCPT ); Sun, 6 Jan 2013 06:16:16 -0500 Received: from [216.228.121.35] ([216.228.121.35]:17359 "EHLO hqemgate04.nvidia.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753189Ab3AFLQL (ORCPT ); Sun, 6 Jan 2013 06:16:11 -0500 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Sun, 06 Jan 2013 03:12:46 -0800 From: Laxman Dewangan To: CC: , , , , , , , , Laxman Dewangan Subject: [PATCH V4 0/4] input: keyboard: tegra: cleanups and DT supports Date: Sun, 6 Jan 2013 16:44:56 +0530 Message-ID: <1357470900-12619-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series: - fix build warning, - use devm_* for allocation, - make column/rows configuration through DT and - remove the rarely used key mapping table. Changes from V1: - renames the rows and pins property array. - nit cleanups. Changes from V2: - remove the error checks changes from original. - return -EBUSY when reg mapping fail. - remove unregister_input_device() devm_* version is used. - Pass correct argument in free_irq. Changes from V3: - use devm_request_irq() and remove the kbc_remove() callback. 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 | 345 ++++++-------------- 2 files changed, 118 insertions(+), 249 deletions(-)