All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: add ABI documentation for scaled pressure
@ 2014-10-13 13:09 Vlad Dogaru
  2014-10-13 13:19 ` Vlad Dogaru
  2014-10-13 13:34 ` Daniel Baluta
  0 siblings, 2 replies; 3+ messages in thread
From: Vlad Dogaru @ 2014-10-13 13:09 UTC (permalink / raw)
  To: jic23, linux-iio; +Cc: Vlad Dogaru

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
---

There's at least one user of in_pressure_input, the bmg280 driver I submitted
earlier.

 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..0b771f8 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 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] iio: add ABI documentation for scaled pressure
  2014-10-13 13:09 [PATCH] iio: add ABI documentation for scaled pressure Vlad Dogaru
@ 2014-10-13 13:19 ` Vlad Dogaru
  2014-10-13 13:34 ` Daniel Baluta
  1 sibling, 0 replies; 3+ messages in thread
From: Vlad Dogaru @ 2014-10-13 13:19 UTC (permalink / raw)
  To: jic23, linux-iio

On Mon, Oct 13, 2014 at 04:09:11PM +0300, Vlad Dogaru wrote:
> Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
> ---
> 
> There's at least one user of in_pressure_input, the bmg280 driver I submitted
> earlier.

Sorry, I meant bmp280, the temperature and pressure chip.

Thanks,
Vlad

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

* Re: [PATCH] iio: add ABI documentation for scaled pressure
  2014-10-13 13:09 [PATCH] iio: add ABI documentation for scaled pressure Vlad Dogaru
  2014-10-13 13:19 ` Vlad Dogaru
@ 2014-10-13 13:34 ` Daniel Baluta
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Baluta @ 2014-10-13 13:34 UTC (permalink / raw)
  To: Vlad Dogaru, linux-iio; +Cc: jic23



On 10/13/2014 04:09 PM, Vlad Dogaru wrote:
> Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
> ---
>
> There's at least one user of in_pressure_input, the bmg280 driver I submitted
> earlier.
>
>   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..0b771f8 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 in kilopascal.

For consistency, with the pressure raw entry description, this should be:
Scaled pressure measurement from channel Y, in kilopascal.

Another user for this is EPCOS T5403 (pressure/t5403.c).

thanks,
Daniel.

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

end of thread, other threads:[~2014-10-13 13:34 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:09 [PATCH] iio: add ABI documentation for scaled pressure Vlad Dogaru
2014-10-13 13:19 ` Vlad Dogaru
2014-10-13 13:34 ` Daniel Baluta

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.