Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 1/3] iio: Documentation update for outputs / dac
@ 2011-01-13 13:09 Roland Stigge
  2011-01-13 13:09 ` [PATCH 2/3] " Roland Stigge
  2011-01-13 13:09 ` [PATCH 3/3] iio: Fixed documentation Roland Stigge
  0 siblings, 2 replies; 5+ messages in thread
From: Roland Stigge @ 2011-01-13 13:09 UTC (permalink / raw)
  To: linux-iio; +Cc: Roland Stigge, Roland Stigge

Documented outX_raw etc. interfaces

Signed-off-by: Roland Stigge <stigge@antcom.de>

---
 drivers/staging/iio/Documentation/sysfs-bus-iio |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio b/drivers/staging/iio/Documentation/sysfs-bus-iio
index 2dde97d..38b9813 100644
--- a/drivers/staging/iio/Documentation/sysfs-bus-iio
+++ b/drivers/staging/iio/Documentation/sysfs-bus-iio
@@ -168,6 +168,7 @@ Description:
 What:		/sys/bus/iio/devices/deviceX/inY_scale
 What:		/sys/bus/iio/devices/deviceX/inY_supply_scale
 What:		/sys/bus/iio/devices/deviceX/in_scale
+What:		/sys/bus/iio/devices/deviceX/outY_scale
 What:		/sys/bus/iio/devices/deviceX/accel_scale
 What:		/sys/bus/iio/devices/deviceX/accel_peak_scale
 What:		/sys/bus/iio/devices/deviceX/gyro_scale
@@ -222,6 +223,25 @@ Description:
 		If a discrete set of scale values are available, they
 		are listed in this attribute.
 
+What:		/sys/bus/iio/devices/deviceX/outY_raw
+KernelVersion:	2.6.37
+Contact:	linux-iio@vger.kernel.org
+Description:
+		Raw (unscaled, no bias etc.) output voltage for
+		channel Y. In special cases where the channel does not
+		correspond to externally available output one of the named
+		versions may be used. The number must always be specified and
+		unique if the output corresponds to a single channel.
+
+What:		/sys/bus/iio/devices/deviceX/outY&Z&..._raw
+KernelVersion:	2.6.37
+Contact:	linux-iio@vger.kernel.org
+Description:
+		Raw (unscaled, no bias etc.) output voltage for an aggregate of
+		channel Y, channel Z, etc.  This interface is available in cases
+		where a single output sets the value for multiple channels
+		simultaneously.
+
 What:		/sys/bus/iio/devices/deviceX/deviceX:eventY
 KernelVersion:	2.6.35
 Contact:	linux-iio@vger.kernel.org
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] iio: Documentation update for outputs / dac
  2011-01-13 13:09 [PATCH 1/3] iio: Documentation update for outputs / dac Roland Stigge
@ 2011-01-13 13:09 ` Roland Stigge
  2011-01-13 13:09 ` [PATCH 3/3] iio: Fixed documentation Roland Stigge
  1 sibling, 0 replies; 5+ messages in thread
From: Roland Stigge @ 2011-01-13 13:09 UTC (permalink / raw)
  To: linux-iio; +Cc: Roland Stigge, Roland Stigge

Added documentation for outX_raw, outX&Y_raw and outX_scale sysfs iio interface

Signed-off-by: Roland Stigge <stigge@antcom.de>
---
 drivers/staging/iio/Documentation/sysfs-bus-iio |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio b/drivers/staging/iio/Documentation/sysfs-bus-iio
index 38b9813..e993fe2 100644
--- a/drivers/staging/iio/Documentation/sysfs-bus-iio
+++ b/drivers/staging/iio/Documentation/sysfs-bus-iio
@@ -233,7 +233,7 @@ Description:
 		versions may be used. The number must always be specified and
 		unique if the output corresponds to a single channel.
 
-What:		/sys/bus/iio/devices/deviceX/outY&Z&..._raw
+What:		/sys/bus/iio/devices/deviceX/outY&Z_raw
 KernelVersion:	2.6.37
 Contact:	linux-iio@vger.kernel.org
 Description:
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] iio: Fixed documentation
  2011-01-13 13:09 [PATCH 1/3] iio: Documentation update for outputs / dac Roland Stigge
  2011-01-13 13:09 ` [PATCH 2/3] " Roland Stigge
@ 2011-01-13 13:09 ` Roland Stigge
  2011-01-13 13:12   ` Roland Stigge
  1 sibling, 1 reply; 5+ messages in thread
From: Roland Stigge @ 2011-01-13 13:09 UTC (permalink / raw)
  To: linux-iio; +Cc: Roland Stigge

Removed reference to named versions.
---
 drivers/staging/iio/Documentation/sysfs-bus-iio |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio b/drivers/staging/iio/Documentation/sysfs-bus-iio
index e993fe2..8e5d8d1 100644
--- a/drivers/staging/iio/Documentation/sysfs-bus-iio
+++ b/drivers/staging/iio/Documentation/sysfs-bus-iio
@@ -228,9 +228,7 @@ KernelVersion:	2.6.37
 Contact:	linux-iio@vger.kernel.org
 Description:
 		Raw (unscaled, no bias etc.) output voltage for
-		channel Y. In special cases where the channel does not
-		correspond to externally available output one of the named
-		versions may be used. The number must always be specified and
+		channel Y.  The number must always be specified and
 		unique if the output corresponds to a single channel.
 
 What:		/sys/bus/iio/devices/deviceX/outY&Z_raw
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] iio: Fixed documentation
  2011-01-13 13:09 ` [PATCH 3/3] iio: Fixed documentation Roland Stigge
@ 2011-01-13 13:12   ` Roland Stigge
  2011-01-13 13:57     ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Stigge @ 2011-01-13 13:12 UTC (permalink / raw)
  To: Roland Stigge; +Cc: linux-iio

On 01/13/2011 02:09 PM, Roland Stigge wrote:
> Removed reference to named versions.

Signed-off-by: Roland Stigge <stigge@antcom.de>

Sorry.

> ---
>  drivers/staging/iio/Documentation/sysfs-bus-iio |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
>=20
> diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio b/driver=
s/staging/iio/Documentation/sysfs-bus-iio
> index e993fe2..8e5d8d1 100644
> --- a/drivers/staging/iio/Documentation/sysfs-bus-iio
> +++ b/drivers/staging/iio/Documentation/sysfs-bus-iio
> @@ -228,9 +228,7 @@ KernelVersion:	2.6.37
>  Contact:	linux-iio@vger.kernel.org
>  Description:
>  		Raw (unscaled, no bias etc.) output voltage for
> -		channel Y. In special cases where the channel does not
> -		correspond to externally available output one of the named
> -		versions may be used. The number must always be specified and
> +		channel Y.  The number must always be specified and
>  		unique if the output corresponds to a single channel.
> =20
>  What:		/sys/bus/iio/devices/deviceX/outY&Z_raw


--=20
Dipl.-Inf. Roland Stigge
SATCOM Technologies
**********************************************************
WORK Microwave GmbH
Raiffeisenstrasse 12
83607 Holzkirchen
Germany
Tel: +49 8024 6408-0
=46ax: +49 8024 6408-40
roland.stigge@work-microwave.de
http://www.work-microwave.de./

Gesch=C3=A4ftsf=C3=BChrer / Managing Directors:
Dr. Andreas Hausotter (CEO), Dr. G=C3=BCnter Prokoph (CTO)
Sitz / Reg. Office: Holzkirchen, Germany
Reg. HRB M=C3=BCnchen Nr. 79479
ISO 9001:2008 certificate

This message and any attachments may contain confidential information
and must not be disclosed to a third party without the prior written
consent of Work Microwave GmbH, Germany.
If you have received it erroneously, please discard it and contact us b=
y
return.
**********************************************************

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] iio: Fixed documentation
  2011-01-13 13:12   ` Roland Stigge
@ 2011-01-13 13:57     ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2011-01-13 13:57 UTC (permalink / raw)
  To: Roland Stigge; +Cc: Roland Stigge, linux-iio

On 01/13/11 13:12, Roland Stigge wrote:
> On 01/13/2011 02:09 PM, Roland Stigge wrote:
>> Removed reference to named versions.
> 
> Signed-off-by: Roland Stigge <stigge@antcom.de>
Given these are all playing with the same text, I'd be tempted
to merge them down into one patch before sending on for neatness
sake. Still, either way:

Acked-by: Jonathan Cameron <jic23@cam.ac.uk>

Please send on to Greg KH.
> 
> Sorry.
> 
>> ---
>>  drivers/staging/iio/Documentation/sysfs-bus-iio |    4 +---
>>  1 files changed, 1 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio b/drivers/staging/iio/Documentation/sysfs-bus-iio
>> index e993fe2..8e5d8d1 100644
>> --- a/drivers/staging/iio/Documentation/sysfs-bus-iio
>> +++ b/drivers/staging/iio/Documentation/sysfs-bus-iio
>> @@ -228,9 +228,7 @@ KernelVersion:	2.6.37
>>  Contact:	linux-iio@vger.kernel.org
>>  Description:
>>  		Raw (unscaled, no bias etc.) output voltage for
>> -		channel Y. In special cases where the channel does not
>> -		correspond to externally available output one of the named
>> -		versions may be used. The number must always be specified and
>> +		channel Y.  The number must always be specified and
>>  		unique if the output corresponds to a single channel.
>>  
>>  What:		/sys/bus/iio/devices/deviceX/outY&Z_raw
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-13 13:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 13:09 [PATCH 1/3] iio: Documentation update for outputs / dac Roland Stigge
2011-01-13 13:09 ` [PATCH 2/3] " Roland Stigge
2011-01-13 13:09 ` [PATCH 3/3] iio: Fixed documentation Roland Stigge
2011-01-13 13:12   ` Roland Stigge
2011-01-13 13:57     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox