From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657Ab3K3Qxr (ORCPT ); Sat, 30 Nov 2013 11:53:47 -0500 Received: from ring0.de ([91.143.88.219]:36212 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751752Ab3K3Qxn (ORCPT ); Sat, 30 Nov 2013 11:53:43 -0500 X-Spam-Report: * -0.0 NO_RELAYS Informational: message was not relayed via SMTP * -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% * [score: 0.0000] * 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. * See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block * for more information. * [URIs: lkml.org] * -0.0 NO_RECEIVED Informational: message has no Received headers From: Sebastian Reichel To: Sebastian Reichel , Dmitry Torokhov , Dmitry Torokhov , linux-input@vger.kernel.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Grant Likely , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel Subject: [PATCHv4 0/2] twl4030-keypad DT binding Date: Sat, 30 Nov 2013 17:53:34 +0100 Message-Id: <1385830416-12900-1-git-send-email-sre@debian.org> X-Mailer: git-send-email 1.8.4.3 In-Reply-To: <1383948866-32672-1-git-send-email-sre@debian.org> References: <1383948866-32672-1-git-send-email-sre@debian.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Add device tree support for the twl4030 keypad, which is for example used in the Nokia N900. Changes since v3 [0]: * Removed support for disabling autorepeat via DT. There is still discussion going on, how the standard binding should look like. On the other hand everyone agrees, that autorepeat should be default for keypads. * Remove useless twl4030_keypad_dt_match [0] https://lkml.org/lkml/2013/11/8/463 -- Sebastian Sebastian Reichel (2): Input: twl4030-keypad - add device tree support dt: binding documentation for twl4030-keypad .../devicetree/bindings/input/twl4030-keypad.txt | 27 +++++++++ drivers/input/keyboard/twl4030_keypad.c | 65 ++++++++++++++++------ 2 files changed, 75 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt -- 1.8.4.3