Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1576597 > unrolled thread

[PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation

Started byWilliam Breathitt Gray <vilhelm.gray@gmail.com>
First post2017-02-08 15:10 +0100
Last post2017-02-11 11:20 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-02-08 15:10 +0100
    [PATCH 1/2] Documentation: iio: Fix KernelVersion in counter sysfs ABI documentation William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-02-08 15:10 +0100
    [PATCH 2/2] Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI documentation William Breathitt Gray <vilhelm.gray@gmail.com> - 2017-02-08 15:10 +0100
    Re: [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in  counter sysfs ABI documentation Jonathan Cameron <jic23@kernel.org> - 2017-02-11 11:20 +0100

#1576597 — [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation

FromWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Date2017-02-08 15:10 +0100
Subject[PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation
Message-ID<t8B6x-1k4-15@gated-at.bofh.it>
The IIO counter driver support did not appear in the 4.9 version of the
Linux kernel. The sysfs ABI documentation merged had incorrectly
anticipated a version 4.9 release. However, the relevant patches ended
up in the 4.10 merge instead. This patchset fixes the KernelVersion
lines of the relevant IIO counter and 104-QUAD-8 IIO driver sysfs ABI
documentation.

William Breathitt Gray (2):
  Documentation: iio: Fix KernelVersion in counter sysfs ABI
    documentation
  Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI
    documentation

 Documentation/ABI/testing/sysfs-bus-iio                |  4 ++--
 .../ABI/testing/sysfs-bus-iio-counter-104-quad-8       | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.11.1

[toc] | [next] | [standalone]


#1576599 — [PATCH 1/2] Documentation: iio: Fix KernelVersion in counter sysfs ABI documentation

FromWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Date2017-02-08 15:10 +0100
Subject[PATCH 1/2] Documentation: iio: Fix KernelVersion in counter sysfs ABI documentation
Message-ID<t8B6y-1k4-21@gated-at.bofh.it>
In reply to#1576597
The IIO counter driver support did not appear in the 4.9 version of the
Linux kernel. This patch fixes the KernelVersion lines of the relevant
IIO counter sysfs ABI documentation.

Fixes: 1a8f324aa1f2 ("iio: Implement counter channel type and info constants")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 Documentation/ABI/testing/sysfs-bus-iio | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 530809ccfacf..789cae317cc2 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -1593,7 +1593,7 @@ Description:
 		can be processed to siemens per meter.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_countY_raw
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Raw counter device counts from channel Y. For quadrature
@@ -1601,7 +1601,7 @@ Description:
 		the counts of a single quadrature signal phase from channel Y.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_indexY_raw
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Raw counter device index value from channel Y. This attribute
-- 
2.11.1

[toc] | [prev] | [next] | [standalone]


#1576601 — [PATCH 2/2] Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI documentation

FromWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Date2017-02-08 15:10 +0100
Subject[PATCH 2/2] Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI documentation
Message-ID<t8B6y-1k4-29@gated-at.bofh.it>
In reply to#1576597
The ACCES 104-QUAD-8 IIO driver did not appear in the 4.9 version of the
Linux kernel. This patch fixes the KernelVersion lines of the 104-QUAD-8
sysfs ABI documentation.

Fixes: 28e5d3bb0325 ("iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
---
 .../ABI/testing/sysfs-bus-iio-counter-104-quad-8       | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

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 ba676520b953..5f4924a94949 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
+++ b/Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
@@ -4,21 +4,21 @@ What:		/sys/bus/iio/devices/iio:deviceX/in_count_noise_error_available
 What:		/sys/bus/iio/devices/iio:deviceX/in_count_quadrature_mode_available
 What:		/sys/bus/iio/devices/iio:deviceX/in_index_index_polarity_available
 What:		/sys/bus/iio/devices/iio:deviceX/in_index_synchronous_mode_available
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 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
+KernelVersion:	4.10
 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
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Count mode for channel Y. Four count modes are available:
@@ -52,7 +52,7 @@ Description:
 			continuously throughout.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_countY_noise_error
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Read-only attribute that indicates whether excessive noise is
@@ -60,14 +60,14 @@ Description:
 		irrelevant in non-quadrature clock mode.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_countY_preset
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		If the counter device supports preset registers, the preset
 		count for channel Y is provided by this attribute.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_countY_quadrature_mode
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Configure channel Y counter for non-quadrature or quadrature
@@ -88,7 +88,7 @@ Description:
 			decoded for UP/DN clock.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_countY_set_to_preset_on_index
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Whether to set channel Y counter with channel Y preset value
@@ -96,14 +96,14 @@ Description:
 		Valid attribute values are boolean.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_indexY_index_polarity
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Active level of channel Y index input; irrelevant in
 		non-synchronous load mode.
 
 What:		/sys/bus/iio/devices/iio:deviceX/in_indexY_synchronous_mode
-KernelVersion:	4.9
+KernelVersion:	4.10
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Configure channel Y counter for non-synchronous or synchronous
-- 
2.11.1

[toc] | [prev] | [next] | [standalone]


#1579007 — Re: [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation

FromJonathan Cameron <jic23@kernel.org>
Date2017-02-11 11:20 +0100
SubjectRe: [PATCH 0/2] Documentation: iio: Fix KernelVersion lines in counter sysfs ABI documentation
Message-ID<t9CWB-7T5-11@gated-at.bofh.it>
In reply to#1576597
On 08/02/17 14:01, William Breathitt Gray wrote:
> The IIO counter driver support did not appear in the 4.9 version of the
> Linux kernel. The sysfs ABI documentation merged had incorrectly
> anticipated a version 4.9 release. However, the relevant patches ended
> up in the 4.10 merge instead. This patchset fixes the KernelVersion
> lines of the relevant IIO counter and 104-QUAD-8 IIO driver sysfs ABI
> documentation.
> 
> William Breathitt Gray (2):
>   Documentation: iio: Fix KernelVersion in counter sysfs ABI
>     documentation
>   Documentation: iio: 104-quad-8: Fix KernelVersion in sysfs ABI
>     documentation
> 
>  Documentation/ABI/testing/sysfs-bus-iio                |  4 ++--
>  .../ABI/testing/sysfs-bus-iio-counter-104-quad-8       | 18 +++++++++---------
>  2 files changed, 11 insertions(+), 11 deletions(-)
> 
Not in the super important category, but why not have it correct I guess ;)

Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to completely ignore.

Jonathan

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web