From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ring0.de ([5.45.105.125]:47355 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbaBZAqY (ORCPT ); Tue, 25 Feb 2014 19:46:24 -0500 From: Sebastian Reichel To: Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse Cc: Jonathan Cameron , Marek Belisko , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= , Sebastian Reichel Subject: [PATCHv1 0/2] Convert rx51-battery to IIO API and add DT support Date: Wed, 26 Feb 2014 01:46:07 +0100 Message-Id: <1393375569-21751-1-git-send-email-sre@debian.org> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org Hi, This is PATCHv1 for converting rx51-battery to the IIO API and adding DT support. The patchset compiles and has been tested on my Nokia N900. It depends on another patchset converting twl4030-madc to the IIO API: https://lkml.org/lkml/2014/2/25/627 -- Sebastian Sebastian Reichel (2): rx51_battery: convert to iio consumer Documentation: DT: Document rx51-battery binding .../devicetree/bindings/power/rx51-battery.txt | 25 ++++++++ drivers/power/rx51_battery.c | 68 ++++++++++++++-------- 2 files changed, 70 insertions(+), 23 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/rx51-battery.txt -- 1.8.5.3