From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 0/4] Add N900 powerbutton DT support Date: Tue, 22 Oct 2013 14:55:00 +0200 Message-ID: <1382446504-27837-1-git-send-email-sre@debian.org> Return-path: Received: from ring0.de ([91.143.88.219]:36061 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752399Ab3JVMzJ (ORCPT ); Tue, 22 Oct 2013 08:55:09 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org 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 This patchset adds support for the Nokia N900 powerbutton. Currently non-DT boot crashes for me very early, so I was not able to check this patch using non-DT boot. It would be nice if somebody can check if the first patch works using non-DT boot. It should be enough to test it with any omap3 board using the twl4030 power button. Sebastian Reichel (4): Input: twl4030-pwrbutton - add device tree support Input: twl4030-pwrbutton: use dev_err for errors Input: twl4030-pwrbutton: simplify driver using devm_* ARM: dts: twl4030: Add power button support arch/arm/boot/dts/twl4030.dtsi | 5 +++++ drivers/input/misc/twl4030-pwrbutton.c | 33 ++++++++++++++++++++------------- 2 files changed, 25 insertions(+), 13 deletions(-) -- 1.8.4.rc3