From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCHv2 0/2] Convert rx51-battery to IIO API and add DT support Date: Sat, 1 Mar 2014 21:22:43 +0100 Message-ID: <1393705366-32420-1-git-send-email-sre@debian.org> References: <1393375569-21751-1-git-send-email-sre@debian.org> Return-path: In-Reply-To: <1393375569-21751-1-git-send-email-sre-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= , Sebastian Reichel List-Id: devicetree@vger.kernel.org Hi, This is PATCHv2 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 [0]. Changes since PATCHv1 [1]: * Release IIO channels on device removal * Release IIO channels when errors occur in device probe [0] https://lkml.org/lkml/2014/3/1/105 [1] Convert rx51-battery to IIO API and add DT support -- 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 | 90 ++++++++++++++++------ 2 files changed, 91 insertions(+), 24 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/rx51-battery.txt -- 1.9.0