From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753194AbbC0OkR (ORCPT ); Fri, 27 Mar 2015 10:40:17 -0400 Received: from ring0.de ([5.45.105.125]:34627 "EHLO ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751471AbbC0OkN (ORCPT ); Fri, 27 Mar 2015 10:40:13 -0400 X-Spam-Report: * 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: gmane.org] * -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 NO_RECEIVED Informational: message has no Received headers From: Sebastian Reichel To: Sebastian Reichel , Eric Piel , Greg Kroah-Hartman , Arnd Bergmann Cc: Tony Lindgren , linux-kernel@vger.kernel.org Subject: [PATCHv2 0/4] [RESENT] lis3lv02d: update DT binding for use with Nokia N900 Date: Fri, 27 Mar 2015 15:39:42 +0100 Message-Id: <1427467186-9360-1-git-send-email-sre@kernel.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, [Resent, since I forgot to sent this to drivers/misc maintainers and had a small typo in my mail address] The lis302 has already a DT binding described in [0], which descibes misc. hardware properties. The current binding does not support all values needed to convert the Nokia N900's platform data to DT, though. This patchset introduces support for describing inverted axis, configuration of second wakeup unit and wakeup threshold support. The series is based on top of v4.0-rc1 and has been tested on my Nokia N900. Tony suggested [1], that the whole patchset should go through Greg's tree: > This at least currently does not conflict with anything I have > queued, so I suggest you try to get Greg to take the whole set: [0] Documentation/devicetree/bindings/misc/lis302.txt [1] http://article.gmane.org/gmane.linux.ports.arm.omap/125020 -- Sebastian Sebastian Reichel (4): lis3lv02d: DT: use s32 to support negative values lis3lv02d: DT: add wakeup unit 2 and wakeup threshold Documentation: DT: lis302: update wakeup binding DTS: ARM: OMAP3-N900: Add lis3lv02d support Documentation/devicetree/bindings/misc/lis302.txt | 9 +++- arch/arm/boot/dts/omap3-n900.dts | 52 +++++++++++++++++++++ drivers/misc/lis3lv02d/lis3lv02d.c | 56 +++++++++++++++-------- 3 files changed, 97 insertions(+), 20 deletions(-) -- 2.1.4