Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966914AbaLLLqK (ORCPT ); Fri, 12 Dec 2014 06:46:10 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:47367 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966519AbaLLLqG (ORCPT ); Fri, 12 Dec 2014 06:46:06 -0500 Message-ID: <548AD577.10508@kernel.org> Date: Fri, 12 Dec 2014 11:45:59 +0000 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Adam Thomson , Lee Jones , Samuel Ortiz , linux-iio@vger.kernel.org, Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , linux-pm@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , devicetree@vger.kernel.org, Andrew Morton , Joe Perches , linux-api@vger.kernel.org CC: linux-kernel@vger.kernel.org, support.opensource@diasemi.com Subject: Re: [PATCH v4 8/8] iio: Add ABI documentation for input current readings References: <9d3c3451c2cac6035277fb36ffead1a1f8af453e.1416938054.git.Adam.Thomson.Opensource@diasemi.com> In-Reply-To: <9d3c3451c2cac6035277fb36ffead1a1f8af453e.1416938054.git.Adam.Thomson.Opensource@diasemi.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/11/14 18:25, Adam Thomson wrote: > Add information on in_current related readings. > > Signed-off-by: Adam Thomson This one stands on it's own to applied (with some fuzz and tiny bit of rearranging) to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Documentation/ABI/testing/sysfs-bus-iio | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index d760b02..37cd4d4 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -92,6 +92,18 @@ Description: > is required is a consistent labeling. Units after application > of scale and offset are millivolts. > > +What: /sys/bus/iio/devices/iio:deviceX/in_currentY_raw > +What: /sys/bus/iio/devices/iio:deviceX/in_currentY_supply_raw > +KernelVersion: 3.17 > +Contact: linux-iio@vger.kernel.org > +Description: > + Raw (unscaled no bias removal etc.) current measurement from > + channel Y. In special cases where the channel does not > + correspond to externally available input one of the named > + versions may be used. The number must always be specified and > + unique to allow association with event codes. Units after > + application of scale and offset are milliamps. > + > What: /sys/bus/iio/devices/iio:deviceX/in_capacitanceY_raw > KernelVersion: 3.2 > Contact: linux-iio@vger.kernel.org > @@ -227,6 +239,8 @@ What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_offset > What: /sys/bus/iio/devices/iio:deviceX/in_accel_z_offset > What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_offset > What: /sys/bus/iio/devices/iio:deviceX/in_voltage_offset > +What: /sys/bus/iio/devices/iio:deviceX/in_currentY_offset > +What: /sys/bus/iio/devices/iio:deviceX/in_current_offset > What: /sys/bus/iio/devices/iio:deviceX/in_tempY_offset > What: /sys/bus/iio/devices/iio:deviceX/in_temp_offset > What: /sys/bus/iio/devices/iio:deviceX/in_pressureY_offset > @@ -249,8 +263,11 @@ Description: > to the _raw output. > > What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_scale > +What: /sys/bus/iio/devices/iio:deviceX/in_currentY_scale > What: /sys/bus/iio/devices/iio:deviceX/in_voltageY_supply_scale > +What: /sys/bus/iio/devices/iio:deviceX/in_currentY_supply_scale > What: /sys/bus/iio/devices/iio:deviceX/in_voltage_scale > +What: /sys/bus/iio/devices/iio:deviceX/in_current_scale > What: /sys/bus/iio/devices/iio:deviceX/out_voltageY_scale > What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale > What: /sys/bus/iio/devices/iio:deviceX/in_accel_scale > -- > 1.9.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/