From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:49247 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751009AbaIUNDR (ORCPT ); Sun, 21 Sep 2014 09:03:17 -0400 Message-ID: <541ECC92.6030207@kernel.org> Date: Sun, 21 Sep 2014 14:03:14 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Jacob Pan , IIO , LKML , DEVICE TREE , Lee Jones CC: Carlo Caione , Srinivas Pandruvada , Aaron Lu , Alan Cox , Samuel Ortiz , Liam Girdwood , Mark Brown , Grant Likely , Greg Kroah-Hartman , Rob Herring , Lars-Peter Clausen , Hartmut Knaack , Fugang Duan , Arnd Bergmann , Zubair Lutfullah , Sebastian Reichel , Johannes Thumshirn , Philippe Reynes , Angelo Compagnucci , Doug Anderson , Ramakrishna Pallala , Peter Meerwald , Maxime Ripard , Rafael Wysocki Subject: Re: [PATCH v4 3/3] iio: add documentation for current attribute References: <1410912715-25903-1-git-send-email-jacob.jun.pan@linux.intel.com> <1410912715-25903-4-git-send-email-jacob.jun.pan@linux.intel.com> In-Reply-To: <1410912715-25903-4-git-send-email-jacob.jun.pan@linux.intel.com> Content-Type: text/plain; charset=windows-1252 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 17/09/14 01:11, Jacob Pan wrote: > Add documentation for input current raw sysfs attribute. > > Signed-off-by: Jacob Pan Applied to the togreg branch of iio.git (initially pushed out as testing for autobuilders to play - though obviously they aren't going to do much with this patch!) Jonathan > --- > Documentation/ABI/testing/sysfs-bus-iio | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index d760b02..1ac9ac2 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -1028,3 +1028,12 @@ Contact: linux-iio@vger.kernel.org > Description: > Raw value of rotation from true/magnetic north measured with > or without compensation from tilt sensors. > + > +What: /sys/bus/iio/devices/iio:deviceX/in_currentX_raw > +KernelVersion: 3.18 > +Contact: linux-iio@vger.kernel.org > +Description: > + Raw current measurement from channel X. Units are in milliamps > + after application of scale and offset. If no offset or scale is > + present, output should be considered as processed with the > + unit in milliamps. >