Re: [PATCH] iio: (ms5637) Add Measurement Specialties explicit MS5805 and MS5837 support

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

 



On 06/06/16 09:12, Markezana, William wrote:
> iio: (ms5637) Add Measurement Specialties explicit MS5805 and MS5837 support
> 
> Signed-off-by: William Markezana <william.markezana@xxxxxxxxxxxxx>
Please send a new series, with [PATCH V2] as the title for a new version.
Try applying this with git AM and you'll see the fun it makes from this
commit message.

Fixed up and applied with some fuzz to the togreg branch of iio.git
Initially pushed out as testing for the autobuilders to play with it.

Thanks,

Jonathan
> ---
>  drivers/iio/pressure/ms5637.c | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/iio/pressure/ms5637.c b/drivers/iio/pressure/ms5637.c
> index e8d0e0d..66f1a4c 100644
> --- a/drivers/iio/pressure/ms5637.c
> +++ b/drivers/iio/pressure/ms5637.c
> @@ -1,6 +1,6 @@
>  /*
> - * ms5637.c - Support for Measurement-Specialties ms5637 and ms8607
> - *            pressure & temperature sensor
> + * ms5637.c - Support for Measurement-Specialties MS5637, MS5805
> + *            MS5837 and MS8607 pressure & temperature sensor
>   *
>   * Copyright (c) 2015 Measurement-Specialties
>   *
> @@ -11,6 +11,10 @@
>   * Datasheet:
>   *  http://www.meas-spec.com/downloads/MS5637-02BA03.pdf
>   * Datasheet:
> + *  http://www.meas-spec.com/downloads/MS5805-02BA01.pdf
> + * Datasheet:
> + *  http://www.meas-spec.com/downloads/MS5837-30BA.pdf
> + * Datasheet:
>   *  http://www.meas-spec.com/downloads/MS8607-02BA01.pdf
>   */
>  
> @@ -170,7 +174,9 @@ static int ms5637_probe(struct i2c_client *client,
>  
>  static const struct i2c_device_id ms5637_id[] = {
>  	{"ms5637", 0},
> -	{"ms8607-temppressure", 1},
> +	{"ms5805", 0},
> +	{"ms5837", 0},
> +	{"ms8607-temppressure", 0},
>  	{}
>  };
>  
> 

--
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