All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: Jonathan Cameron <jic23@cam.ac.uk>,
	linux-iio@vger.kernel.org, drivers@analog.com
Subject: Re: [PATCH 5/7] iio: Add pressure channel type
Date: Tue, 20 Nov 2012 21:12:59 +0000	[thread overview]
Message-ID: <50ABF25B.6090005@kernel.org> (raw)
In-Reply-To: <1353418611-17614-5-git-send-email-lars@metafoo.de>

On 11/20/2012 01:36 PM, Lars-Peter Clausen wrote:
> This patch adds support for a new IIO channel type for pressure measurements.
> This can for example be used for barometric pressure sensors.
> 
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Whilst we have had quite a few pressure drivers mentioned, it is nice
to finally see one turn up!
added to togreg branch of iio.git
> ---
>  Documentation/ABI/testing/sysfs-bus-iio | 24 ++++++++++++++++++++++++
>  drivers/iio/industrialio-core.c         |  1 +
>  include/linux/iio/types.h               |  1 +
>  3 files changed, 26 insertions(+)
> 
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index 2f06d40..f08d0f7 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -189,6 +189,14 @@ Description:
>  		A computed peak value based on the sum squared magnitude of
>  		the underlying value in the specified directions.
>  
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_raw
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_raw
> +KernelVersion:	3.8
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		Raw pressure measurement from channel Y. Units after
> +		application of scale and offset are kilopascal.
> +
>  What:		/sys/bus/iio/devices/iio:deviceX/in_accel_offset
>  What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_offset
>  What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_offset
> @@ -197,6 +205,8 @@ What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_offset
>  What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_offset
>  What:		/sys/bus/iio/devices/iio:deviceX/in_tempY_offset
>  What:		/sys/bus/iio/devices/iio:deviceX/in_temp_offset
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_offset
>  KernelVersion:	2.6.35
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -226,6 +236,8 @@ What:		/sys/bus/iio/devices/iio:deviceX/in_magn_scale
>  What:		/sys/bus/iio/devices/iio:deviceX/in_magn_x_scale
>  What:		/sys/bus/iio/devices/iio:deviceX/in_magn_y_scale
>  What:		/sys/bus/iio/devices/iio:deviceX/in_magn_z_scale
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_scale
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_scale
>  KernelVersion:	2.6.35
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -245,6 +257,8 @@ What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibbias
>  What:		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibbias
>  What:		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibbias
>  What:		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibbias
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibbias
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibbias
>  KernelVersion:	2.6.35
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -262,6 +276,8 @@ What		/sys/bus/iio/devices/iio:deviceX/in_anglvel_y_calibscale
>  What		/sys/bus/iio/devices/iio:deviceX/in_anglvel_z_calibscale
>  what		/sys/bus/iio/devices/iio:deviceX/in_illuminance0_calibscale
>  what		/sys/bus/iio/devices/iio:deviceX/in_proximity0_calibscale
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_calibscale
> +What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_calibscale
>  KernelVersion:	2.6.35
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -275,6 +291,8 @@ What:		/sys/.../iio:deviceX/in_voltage-voltage_scale_available
>  What:		/sys/.../iio:deviceX/out_voltageX_scale_available
>  What:		/sys/.../iio:deviceX/out_altvoltageX_scale_available
>  What:		/sys/.../iio:deviceX/in_capacitance_scale_available
> +What:		/sys/.../iio:deviceX/in_pressure_scale_available
> +What:		/sys/.../iio:deviceX/in_pressureY_scale_available
>  KernelVersion:	2.6.35
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -694,6 +712,8 @@ What:		/sys/.../buffer/scan_elements/in_voltageY_en
>  What:		/sys/.../buffer/scan_elements/in_voltageY-voltageZ_en
>  What:		/sys/.../buffer/scan_elements/in_incli_x_en
>  What:		/sys/.../buffer/scan_elements/in_incli_y_en
> +What:		/sys/.../buffer/scan_elements/in_pressureY_en
> +What:		/sys/.../buffer/scan_elements/in_pressure_en
>  KernelVersion:	2.6.37
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -707,6 +727,8 @@ What:		/sys/.../buffer/scan_elements/in_voltageY_type
>  What:		/sys/.../buffer/scan_elements/in_voltage_type
>  What:		/sys/.../buffer/scan_elements/in_voltageY_supply_type
>  What:		/sys/.../buffer/scan_elements/in_timestamp_type
> +What:		/sys/.../buffer/scan_elements/in_pressureY_type
> +What:		/sys/.../buffer/scan_elements/in_pressure_type
>  KernelVersion:	2.6.37
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> @@ -751,6 +773,8 @@ What:		/sys/.../buffer/scan_elements/in_magn_z_index
>  What:		/sys/.../buffer/scan_elements/in_incli_x_index
>  What:		/sys/.../buffer/scan_elements/in_incli_y_index
>  What:		/sys/.../buffer/scan_elements/in_timestamp_index
> +What:		/sys/.../buffer/scan_elements/in_pressureY_index
> +What:		/sys/.../buffer/scan_elements/in_pressure_index
>  KernelVersion:	2.6.37
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
> index 060a404..3dccd6c 100644
> --- a/drivers/iio/industrialio-core.c
> +++ b/drivers/iio/industrialio-core.c
> @@ -65,6 +65,7 @@ static const char * const iio_chan_type_name_spec[] = {
>  	[IIO_CAPACITANCE] = "capacitance",
>  	[IIO_ALTVOLTAGE] = "altvoltage",
>  	[IIO_CCT] = "cct",
> +	[IIO_PRESSURE] = "pressure",
>  };
>  
>  static const char * const iio_modifier_names[] = {
> diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h
> index 87b196a..88bf0f0 100644
> --- a/include/linux/iio/types.h
> +++ b/include/linux/iio/types.h
> @@ -28,6 +28,7 @@ enum iio_chan_type {
>  	IIO_CAPACITANCE,
>  	IIO_ALTVOLTAGE,
>  	IIO_CCT,
> +	IIO_PRESSURE,
>  };
>  
>  enum iio_modifier {
> 

  reply	other threads:[~2012-11-20 21:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 13:36 [PATCH 1/7] iio:imu:adis: Add debugfs register access support Lars-Peter Clausen
2012-11-20 13:36 ` [PATCH 2/7] iio:imu:adis: Add support for 32bit registers Lars-Peter Clausen
2012-11-20 20:55   ` Jonathan Cameron
2012-11-20 13:36 ` [PATCH 3/7] iio:gyro: Add support for the ADIS16136 gyroscope Lars-Peter Clausen
2012-11-20 21:05   ` Jonathan Cameron
2012-11-20 21:15     ` Lars-Peter Clausen
2012-11-20 21:26       ` Jonathan Cameron
2012-11-20 13:36 ` [PATCH 4/7] iio:imu:adis: Add paging support Lars-Peter Clausen
2012-11-20 21:10   ` Jonathan Cameron
2012-11-20 13:36 ` [PATCH 5/7] iio: Add pressure channel type Lars-Peter Clausen
2012-11-20 21:12   ` Jonathan Cameron [this message]
2012-11-20 13:36 ` [PATCH 6/7] iio: Factor out fixed point number parsing into its own function Lars-Peter Clausen
2012-11-20 21:14   ` Jonathan Cameron
2012-11-20 13:36 ` [PATCH 7/7] iio:imu: Add support for the ADIS16480 and similar IMUs Lars-Peter Clausen
2012-11-20 21:24   ` Jonathan Cameron
2012-11-20 19:51 ` [PATCH 1/7] iio:imu:adis: Add debugfs register access support Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50ABF25B.6090005@kernel.org \
    --to=jic23@kernel.org \
    --cc=drivers@analog.com \
    --cc=jic23@cam.ac.uk \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.