All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] iio: add ABI documentation for scaled pressure
@ 2014-10-13 13:53 Vlad Dogaru
  2014-10-14  9:35 ` Daniel Baluta
  0 siblings, 1 reply; 3+ messages in thread
From: Vlad Dogaru @ 2014-10-13 13:53 UTC (permalink / raw
  To: jic23, linux-iio; +Cc: Vlad Dogaru

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
---
Since v1: also mention channel Y, for uniformity with the description of
the raw channel above.

 Documentation/ABI/testing/sysfs-bus-iio | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index d760b02..d3d67b6 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -200,6 +200,13 @@ Description:
 		Raw pressure measurement from channel Y. Units after
 		application of scale and offset are kilopascal.
 
+What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_input
+What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_input
+KernelVersion:	3.8
+Contact:	linux-iio@vger.kernel.org
+Description:
+		Scaled pressure measurement from channel Y, in kilopascal.
+
 What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw
 KernelVersion:	3.14
 Contact:	linux-iio@vger.kernel.org
-- 
1.9.1


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

* Re: [PATCH v2] iio: add ABI documentation for scaled pressure
  2014-10-13 13:53 [PATCH v2] iio: add ABI documentation for scaled pressure Vlad Dogaru
@ 2014-10-14  9:35 ` Daniel Baluta
  2014-10-18 12:24   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2014-10-14  9:35 UTC (permalink / raw
  To: Vlad Dogaru, Jonathan Cameron; +Cc: linux-iio

On Mon, Oct 13, 2014 at 4:53 PM, Vlad Dogaru <vlad.dogaru@intel.com> wrote:
> Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>

Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>

> ---
> Since v1: also mention channel Y, for uniformity with the description of
> the raw channel above.
>
>  Documentation/ABI/testing/sysfs-bus-iio | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index d760b02..d3d67b6 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -200,6 +200,13 @@ Description:
>                 Raw pressure measurement from channel Y. Units after
>                 application of scale and offset are kilopascal.
>
> +What:          /sys/bus/iio/devices/iio:deviceX/in_pressureY_input
> +What:          /sys/bus/iio/devices/iio:deviceX/in_pressure_input
> +KernelVersion: 3.8
> +Contact:       linux-iio@vger.kernel.org
> +Description:
> +               Scaled pressure measurement from channel Y, in kilopascal.
> +
>  What:          /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw
>  KernelVersion: 3.14
>  Contact:       linux-iio@vger.kernel.org
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] iio: add ABI documentation for scaled pressure
  2014-10-14  9:35 ` Daniel Baluta
@ 2014-10-18 12:24   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2014-10-18 12:24 UTC (permalink / raw
  To: Daniel Baluta, Vlad Dogaru; +Cc: linux-iio

On 14/10/14 10:35, Daniel Baluta wrote:
> On Mon, Oct 13, 2014 at 4:53 PM, Vlad Dogaru <vlad.dogaru@intel.com> wrote:
>> Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
> 
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Applied to the togreg branch of iio.git

Thanks,
> 
>> ---
>> Since v1: also mention channel Y, for uniformity with the description of
>> the raw channel above.
>>
>>  Documentation/ABI/testing/sysfs-bus-iio | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
>> index d760b02..d3d67b6 100644
>> --- a/Documentation/ABI/testing/sysfs-bus-iio
>> +++ b/Documentation/ABI/testing/sysfs-bus-iio
>> @@ -200,6 +200,13 @@ Description:
>>                 Raw pressure measurement from channel Y. Units after
>>                 application of scale and offset are kilopascal.
>>
>> +What:          /sys/bus/iio/devices/iio:deviceX/in_pressureY_input
>> +What:          /sys/bus/iio/devices/iio:deviceX/in_pressure_input
>> +KernelVersion: 3.8
>> +Contact:       linux-iio@vger.kernel.org
>> +Description:
>> +               Scaled pressure measurement from channel Y, in kilopascal.
>> +
>>  What:          /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_raw
>>  KernelVersion: 3.14
>>  Contact:       linux-iio@vger.kernel.org
>> --
>> 1.9.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-10-18 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 13:53 [PATCH v2] iio: add ABI documentation for scaled pressure Vlad Dogaru
2014-10-14  9:35 ` Daniel Baluta
2014-10-18 12:24   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.