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


Groups > linux.kernel > #1383511 > unrolled thread

[RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs

Started byDaniel Baluta <daniel.baluta@intel.com>
First post2016-04-20 17:50 +0200
Last post2016-04-24 13:40 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Daniel Baluta <daniel.baluta@intel.com> - 2016-04-20 17:50 +0200
    Re: [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Lars-Peter Clausen <lars@metafoo.de> - 2016-04-20 17:50 +0200
      Re: [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Daniel Baluta <daniel.baluta@intel.com> - 2016-04-20 18:00 +0200
        Re: [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Jonathan Cameron <jic23@kernel.org> - 2016-04-23 23:50 +0200
    Re: [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs Jonathan Cameron <jic23@kernel.org> - 2016-04-24 13:40 +0200

#1383511 — [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs

FromDaniel Baluta <daniel.baluta@intel.com>
Date2016-04-20 17:50 +0200
Subject[RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs
Message-ID<rq2y6-1Fp-5@gated-at.bofh.it>
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
---
 Documentation/ABI/testing/configfs-iio | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Documentation/ABI/testing/configfs-iio b/Documentation/ABI/testing/configfs-iio
index 2483756..84b6bd1 100644
--- a/Documentation/ABI/testing/configfs-iio
+++ b/Documentation/ABI/testing/configfs-iio
@@ -19,3 +19,16 @@ KernelVersion:	4.4
 Description:
 		High resolution timers directory. Creating a directory here
 		will result in creating a hrtimer trigger in the IIO subsystem.
+
+What:		/config/iio/devices
+Date:		April 2016
+KernelVersion:	4.7
+Description:
+		Industrial IO software devices directory.
+
+What:		/config/iio/triggers/dummy
+Date:		April 2016
+KernelVersion:	4.7
+Description:
+		Dummy IIO devices directory. Creating a directory here will result
+		in creating a dummy IIO device in the IIO subystem.
-- 
2.5.0

[toc] | [next] | [standalone]


#1383512

FromLars-Peter Clausen <lars@metafoo.de>
Date2016-04-20 17:50 +0200
Message-ID<rq2y6-1Fp-11@gated-at.bofh.it>
In reply to#1383511
On 04/20/2016 05:45 PM, Daniel Baluta wrote:

> +
> +What:		/config/iio/triggers/dummy

s/triggers/devices

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


#1383530

FromDaniel Baluta <daniel.baluta@intel.com>
Date2016-04-20 18:00 +0200
Message-ID<rq2HN-1IU-23@gated-at.bofh.it>
In reply to#1383512
On Wed, Apr 20, 2016 at 6:44 PM, Lars-Peter Clausen <lars@metafoo.de> wrote:
> On 04/20/2016 05:45 PM, Daniel Baluta wrote:
>
>> +
>> +What:                /config/iio/triggers/dummy
>
> s/triggers/devices

:D, will fix in v2. Obviously, one problem of this RFC is that we
have a lot of duplicate code between the triggers and devices
in configfs support.

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


#1385731

FromJonathan Cameron <jic23@kernel.org>
Date2016-04-23 23:50 +0200
Message-ID<rrdB8-1Cm-5@gated-at.bofh.it>
In reply to#1383530
On 20/04/16 16:51, Daniel Baluta wrote:
> On Wed, Apr 20, 2016 at 6:44 PM, Lars-Peter Clausen <lars@metafoo.de> wrote:
>> On 04/20/2016 05:45 PM, Daniel Baluta wrote:
>>
>>> +
>>> +What:                /config/iio/triggers/dummy
>>
>> s/triggers/devices
> 
> :D, will fix in v2. Obviously, one problem of this RFC is that we
> have a lot of duplicate code between the triggers and devices
> in configfs support.
> 
We could take this as is, and do the refactor as a follow up series
- kind of up to you really.

The series as a whole looks pretty good to me though a bit of tidying
up is needed in one or two corners.  Will take a closer look....

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


#1385809

FromJonathan Cameron <jic23@kernel.org>
Date2016-04-24 13:40 +0200
Message-ID<rrqyl-3EV-9@gated-at.bofh.it>
In reply to#1383511
On 20/04/16 16:45, Daniel Baluta wrote:
> Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Other than the deliberate mistake, looks good.

J
> ---
>  Documentation/ABI/testing/configfs-iio | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/Documentation/ABI/testing/configfs-iio b/Documentation/ABI/testing/configfs-iio
> index 2483756..84b6bd1 100644
> --- a/Documentation/ABI/testing/configfs-iio
> +++ b/Documentation/ABI/testing/configfs-iio
> @@ -19,3 +19,16 @@ KernelVersion:	4.4
>  Description:
>  		High resolution timers directory. Creating a directory here
>  		will result in creating a hrtimer trigger in the IIO subsystem.
> +
> +What:		/config/iio/devices
> +Date:		April 2016
> +KernelVersion:	4.7
> +Description:
> +		Industrial IO software devices directory.
> +
> +What:		/config/iio/triggers/dummy
> +Date:		April 2016
> +KernelVersion:	4.7
> +Description:
> +		Dummy IIO devices directory. Creating a directory here will result
> +		in creating a dummy IIO device in the IIO subystem.
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web