From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753271Ab3JVMrg (ORCPT ); Tue, 22 Oct 2013 08:47:36 -0400 Received: from ring0.de ([91.143.88.219]:35970 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752635Ab3JVMrb (ORCPT ); Tue, 22 Oct 2013 08:47:31 -0400 X-Spam-Report: * -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% * [score: 0.0000] From: Sebastian Reichel To: Sebastian Reichel , linux-input@vger.kernel.org Cc: =?UTF-8?q?=27Beno=C3=AEt=20Cousson=27?= , Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Russell King , Dmitry Torokhov , Grant Likely , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Sebastian Reichel Subject: [PATCHv2 0/3] Add Nokia N900 DT support Date: Tue, 22 Oct 2013 14:47:19 +0200 Message-Id: <1382446042-27099-1-git-send-email-sre@debian.org> X-Mailer: git-send-email 1.8.4.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add device tree support for the Nokia N900 keyboard. Changes since v1: * create "DTS: ARM: TWL4030: Add keypad node" patch, which was part of "Input: twl4030-keypad - add device tree support" before. * use "IS_ENABLED(CONFIG_OF)" to check if DT is enabled Currently non-DT boot crashes for me very early, so I was not able to check this patch using non-DT boot. -- Sebastian Sebastian Reichel (3): Input: twl4030-keypad - add device tree support DTS: ARM: TWL4030: Add keypad node ARM: dts: N900: TWL4030 Keypad Matrix definition .../devicetree/bindings/input/twl4030-keypad.txt | 31 ++++++++ arch/arm/boot/dts/omap3-n900.dts | 55 +++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 7 ++ drivers/input/keyboard/twl4030_keypad.c | 91 ++++++++++++++++++---- 4 files changed, 167 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt -- 1.8.4.rc3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: sre@debian.org (Sebastian Reichel) Date: Tue, 22 Oct 2013 14:47:19 +0200 Subject: [PATCHv2 0/3] Add Nokia N900 DT support Message-ID: <1382446042-27099-1-git-send-email-sre@debian.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add device tree support for the Nokia N900 keyboard. Changes since v1: * create "DTS: ARM: TWL4030: Add keypad node" patch, which was part of "Input: twl4030-keypad - add device tree support" before. * use "IS_ENABLED(CONFIG_OF)" to check if DT is enabled Currently non-DT boot crashes for me very early, so I was not able to check this patch using non-DT boot. -- Sebastian Sebastian Reichel (3): Input: twl4030-keypad - add device tree support DTS: ARM: TWL4030: Add keypad node ARM: dts: N900: TWL4030 Keypad Matrix definition .../devicetree/bindings/input/twl4030-keypad.txt | 31 ++++++++ arch/arm/boot/dts/omap3-n900.dts | 55 +++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 7 ++ drivers/input/keyboard/twl4030_keypad.c | 91 ++++++++++++++++++---- 4 files changed, 167 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/twl4030-keypad.txt -- 1.8.4.rc3