From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1442925594-21240-2-git-send-email-peda@lysator.liu.se> References: <1442925594-21240-1-git-send-email-peda@lysator.liu.se> <1442925594-21240-2-git-send-email-peda@lysator.liu.se> Date: Tue, 22 Sep 2015 15:48:11 +0300 Message-ID: Subject: Re: [PATCH v3 1/2] iio: resistance: Document that resistance can be output From: Daniel Baluta To: Peter Rosin Cc: "linux-iio@vger.kernel.org" , Peter Rosin , Crt Mori , Andreas Dannenberg , Greg Kroah-Hartman , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 List-ID: On Tue, Sep 22, 2015 at 3:39 PM, Peter Rosin wrote: > From: Peter Rosin > > Signed-off-by: Peter Rosin > --- > Documentation/ABI/testing/sysfs-bus-iio | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/= testing/sysfs-bus-iio > index 9398484196c4..2eea468f704d 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -1475,6 +1475,8 @@ Description: > > What: /sys/bus/iio/devices/iio:deviceX/in_resistance_raw > What: /sys/bus/iio/devices/iio:deviceX/in_resistanceX_raw > +What: /sys/bus/iio/devices/iio:deviceX/out_resistance_raw > +What: /sys/bus/iio/devices/iio:deviceX/out_resistanceX_raw > KernelVersion: 4.3 > Contact: linux-iio@vger.kernel.org > Description: One more thing. The description for this sections says: =C2=BB =C2=BB Raw (unscaled no offset etc.) resistance reading = that can be processed =C2=BB =C2=BB into an ohm value. I'm not sure this still holds for out_resistanceX_raw. We have two options = here: * remove 'reading' because with the out_ file we are basically setting the resistance raw value OR * add a separate section for out_ files, with proper description. Any other comments? thanks, Daniel.