From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:60310 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755539AbaCOP1K (ORCPT ); Sat, 15 Mar 2014 11:27:10 -0400 Message-ID: <53247188.7060304@kernel.org> Date: Sat, 15 Mar 2014 15:28:08 +0000 From: Jonathan Cameron MIME-Version: 1.0 To: Sebastian Reichel , Sebastian Reichel , Marek Belisko CC: Lee Jones , Samuel Ortiz , Lars-Peter Clausen , 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 Subject: Re: [PATCHv2 8/9] iio: documentation: Add ABI documentation for *_mean_raw References: <1393702365-26429-1-git-send-email-sre@debian.org> <1393970751-18157-1-git-send-email-sre@debian.org> <1393970751-18157-9-git-send-email-sre@debian.org> In-Reply-To: <1393970751-18157-9-git-send-email-sre@debian.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 04/03/14 22:05, Sebastian Reichel wrote: > Add ABI documentation for in_*_mean_raw files, which are > already supported and used in the kernel for some time. > > Signed-off-by: Sebastian Reichel Acked-by: Jonathan Cameron Thanks for doing this. > --- > Documentation/ABI/testing/sysfs-bus-iio | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index 6e02c50..58ba333 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -210,6 +210,14 @@ Contact: linux-iio@vger.kernel.org > Description: > Scaled humidity measurement in milli percent. > > +What: /sys/bus/iio/devices/iio:deviceX/in_X_mean_raw > +KernelVersion: 3.5 > +Contact: linux-iio@vger.kernel.org > +Description: > + Averaged raw measurement from channel X. The number of values > + used for averaging is device specific. The converting rules for > + normal raw values also applies to the averaged raw values. > + > What: /sys/bus/iio/devices/iio:deviceX/in_accel_offset > What: /sys/bus/iio/devices/iio:deviceX/in_accel_x_offset > What: /sys/bus/iio/devices/iio:deviceX/in_accel_y_offset >