RE: [PATCH 1/3] IIO: GYRO: Add MACRO for gyro quadrature correction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Greg,

Please ignore this set.

Cliff left ADI last week.
I therefore tried to apply his patches to my tree in order to resubmit the complete patch set.
However this set is incomplete, and also shows the wrong From:

Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin, Margaret Seif


> -----Original Message-----
> From: Cliff Cai [mailto:cliff.cai@xxxxxxxxxx]
> Sent: Wednesday, April 06, 2011 10:39 AM
> To: greg@xxxxxxxxx
> Cc: linux-iio@xxxxxxxxxxxxxxx; Drivers; jic23@xxxxxxxxx; device-
> drivers-devel@xxxxxxxxxxxxxxxxxxxx; Hennerich, Michael
> Subject: [PATCH 1/3] IIO: GYRO: Add MACRO for gyro quadrature
> correction
>
> From: Michael Hennerich <michael.hennerich@xxxxxxxxxx>
>
> Add gyro_z_quadrature_correction_raw define.
>
> Signed-off-by: Cliff Cai <cliff.cai@xxxxxxxxxx>
> Signed-off-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx>
> Acked-by: Jonathan Cameron <jic23@xxxxxxxxx>
> ---
>  drivers/staging/iio/gyro/gyro.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/staging/iio/gyro/gyro.h
> b/drivers/staging/iio/gyro/gyro.h
> index b4ea5bf..b549561 100644
> --- a/drivers/staging/iio/gyro/gyro.h
> +++ b/drivers/staging/iio/gyro/gyro.h
> @@ -57,6 +57,9 @@
>  #define IIO_DEV_ATTR_GYRO_Z_CALIBSCALE(_mode, _show, _store, _addr)
>               \
>       IIO_DEVICE_ATTR(gyro_z_calibscale, _mode, _show, _store, _addr)
>
> +#define IIO_DEV_ATTR_GYRO_Z_QUADRATURE_CORRECTION(_show, _addr)
>       \
> +     IIO_DEVICE_ATTR(gyro_z_quadrature_correction_raw, S_IRUGO, _show,
> NULL, _addr)
> +
>  #define IIO_DEV_ATTR_GYRO(_show, _addr)                      \
>       IIO_DEVICE_ATTR(gyro_raw, S_IRUGO, _show, NULL, _addr)
>
> --
> 1.6.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux