From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCHv6 0/3] DT Support for TWL4030 power button Date: Thu, 24 Oct 2013 16:48:43 +0200 Message-ID: <1382626126-12565-1-git-send-email-sre@debian.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Sebastian Reichel , Dmitry Torokhov Cc: Grant Likely , Rob Herring , Sebastian Reichel , Peter Ujfalusi , Sachin Kamat , Florian Vaussard , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi, This is the sixth iteration of DT support for the TWL4030 power button. Changes since v5 [0]: * Updated documentation [0] https://lkml.org/lkml/2013/10/23/416 -- Sebastian Sebastian Reichel (3): Input: twl4030-pwrbutton - add device tree support Input: twl4030-pwrbutton: use dev_err for errors Input: twl4030-pwrbutton: simplify driver using devm_* .../bindings/input/twl4030-pwrbutton.txt | 21 +++++++++++ drivers/input/misc/twl4030-pwrbutton.c | 44 +++++++++------------- 2 files changed, 38 insertions(+), 27 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt -- 1.8.4.rc3