Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592731
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 1/2] iio: Generalize counting direction modes |
| Date | 2017-03-05 12:20 +0100 |
| Message-ID | <thCmK-7RH-17@gated-at.bofh.it> (permalink) |
| References | <tgdJL-4r7-5@gated-at.bofh.it> <tgdJL-4r7-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 01/03/17 14:45, Benjamin Gaignard wrote: > Move counting direction documentation for 104-quad-8 to sysfs-bus-iio > to avoid duplicated for other incoming drivers > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Applied to the togreg branch of iio.git and pushed out as testing to be completely ignored by the autobuilders. Thanks, Jonathan > --- > Documentation/ABI/testing/sysfs-bus-iio | 14 ++++++++++++++ > Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 | 8 -------- > 2 files changed, 14 insertions(+), 8 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index b8f220f..b63723b 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -1597,3 +1597,17 @@ Description: > provides an absolute positional reference (e.g. a pulse once per > revolution) which may be used to home positional systems as > required. > + > +What: /sys/bus/iio/devices/iio:deviceX/in_count_count_direction_available > +KernelVersion: 4.12 > +Contact: linux-iio@vger.kernel.org > +Description: > + A list of possible counting directions which are: > + - "up" : counter device is increasing. > + - "down": counter device is decreasing. > + > +What: /sys/bus/iio/devices/iio:deviceX/in_countY_count_direction > +KernelVersion: 4.12 > +Contact: linux-iio@vger.kernel.org > +Description: > + Raw counter device counters direction for channel Y. > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 b/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 > index ba67652..322c8da 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 > +++ b/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8 > @@ -1,4 +1,3 @@ > -What: /sys/bus/iio/devices/iio:deviceX/in_count_count_direction_available > What: /sys/bus/iio/devices/iio:deviceX/in_count_count_mode_available > What: /sys/bus/iio/devices/iio:deviceX/in_count_noise_error_available > What: /sys/bus/iio/devices/iio:deviceX/in_count_quadrature_mode_available > @@ -10,13 +9,6 @@ Description: > Discrete set of available values for the respective counter > configuration are listed in this file. > > -What: /sys/bus/iio/devices/iio:deviceX/in_countY_count_direction > -KernelVersion: 4.9 > -Contact: linux-iio@vger.kernel.org > -Description: > - Read-only attribute that indicates whether the counter for > - channel Y is counting up or down. > - > What: /sys/bus/iio/devices/iio:deviceX/in_countY_count_mode > KernelVersion: 4.9 > Contact: linux-iio@vger.kernel.org >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 1/2] iio: Generalize counting direction modes Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-03-01 15:50 +0100 Re: [PATCH v1 1/2] iio: Generalize counting direction modes Jonathan Cameron <jic23@kernel.org> - 2017-03-05 12:20 +0100
csiph-web