From patchwork Sat May 5 12:09:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: stigge@antcom.de X-Patchwork-Id: 157034 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 33A39B6FC2 for ; Sat, 5 May 2012 22:12:12 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SQdoE-0004RR-N3; Sat, 05 May 2012 12:09:59 +0000 Received: from [2a01:4f8:101:2a4:0:bc28:b2d8:8] (helo=chuck.antcom.de) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SQdoA-0004RD-NJ for linux-arm-kernel@lists.infradead.org; Sat, 05 May 2012 12:09:55 +0000 Received: from [IPv6:2001:a60:f0c7:1:3095:db2e:9aca:e7bb] (unknown [IPv6:2001:a60:f0c7:1:3095:db2e:9aca:e7bb]) by chuck.antcom.de (Postfix) with ESMTPSA id EED8C720014; Sat, 5 May 2012 12:09:47 +0000 (UTC) Message-ID: <4FA5188A.1090401@antcom.de> Date: Sat, 05 May 2012 14:09:46 +0200 From: Roland Stigge Organization: ANTCOM Open Source Research and Development User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 MIME-Version: 1.0 To: dmitry.torokhov@gmail.com, axel.lin@gmail.com, riyer@nvidia.com, michael.hennerich@analog.com, grant.likely@secretlab.ca, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kevin.wells@nxp.com, srinivas.bakki@nxp.com, devicetree-discuss@lists.ozlabs.org, rob.herring@calxeda.com Subject: [GIT PULL] input: keyboard: Add keys driver for the LPC32xx SoC X-Enigmail-Version: 1.4 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 0.0 TVD_SUBJ_NUM_OBFU_MINFP TVD_SUBJ_NUM_OBFU_MINFP X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, this is the pull request for the LPC32xx keys driver, built on top of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git - branch "next" Thanks in advance, Roland The following changes since commit 2872a9b521ac936c7a8525a8c2bdfb9b4ccf5cfc: Input: evdev - properly handle read/write with count 0 (2012-05-02 00:23:58 -0700) are available in the git repository at: git://git.antcom.de/linux-2.6.git lpc32xx-keys for you to fetch changes up to 0c98c603ef48859d887f6fee1d5b18481219d6ea: input: keyboard: Add keys driver for the LPC32xx SoC (2012-05-05 13:53:16 +0200) ---------------------------------------------------------------- Roland Stigge (1): input: keyboard: Add keys driver for the LPC32xx SoC .../devicetree/bindings/input/lpc32xx-key.txt | 28 ++ drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/lpc32xx-keys.c | 382 ++++++++++++++++++++ 4 files changed, 421 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/lpc32xx-key.txt create mode 100644 drivers/input/keyboard/lpc32xx-keys.c