From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 0/4] lis3lv02d: update DT binding for use with Nokia N900 Date: Fri, 13 Dec 2013 21:54:50 +0100 Message-ID: <1386968094-24554-1-git-send-email-sre@debian.org> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel , Eric Piel , Daniel Mack , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Sebastian Reichel List-Id: devicetree@vger.kernel.org Hi, 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. This patchset introduces support for describing inverted axis, configuration of second wakeup unit and wakeup threshold support. [0] Documentation/devicetree/bindings/misc/lis302.txt -- Sebastian Sebastian Reichel (4): of: introduce of_property_read_s32 lis3lv02d: DT: use s32 to support negative values lis3lv02d: DT: add wakeup unit 2 and wakeup threshold Documentation: DT: lis302: update wakeup binding Documentation/devicetree/bindings/misc/lis302.txt | 9 +++- drivers/misc/lis3lv02d/lis3lv02d.c | 56 +++++++++++++++-------- include/linux/of.h | 7 +++ 3 files changed, 52 insertions(+), 20 deletions(-) -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html