All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: "Markezana, William" <William.Markezana@te.com>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Cc: "knaack.h@gmx.de" <knaack.h@gmx.de>,
	"lars@metafoo.de" <lars@metafoo.de>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH] iio: (ms5637) Add Measurement Specialties explicit MS5805 and MS5837 support
Date: Sat, 11 Jun 2016 17:29:12 +0100	[thread overview]
Message-ID: <cc8127ad-7136-2600-161f-cd331e797733@kernel.org> (raw)
In-Reply-To: <CY1PR01MB1947F70E574A7D6F4FEB281A955C0@CY1PR01MB1947.prod.exchangelabs.com>

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@meas-spec.com>
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},
>  	{}
>  };
>  
> 


      reply	other threads:[~2016-06-11 16:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 13:01 [PATCH] iio: (ms5637) Add Measurement Specialties explicit MS5805 and MS5837 support Markezana, William
2016-05-31 13:13 ` Lars-Peter Clausen
2016-05-31 13:21   ` Markezana, William
2016-05-31 21:20 ` Peter Meerwald-Stadler
2016-06-01  7:27   ` Markezana, William
2016-06-03 12:23     ` Jonathan Cameron
2016-06-06  8:12       ` Markezana, William
2016-06-11 16:29         ` Jonathan Cameron [this message]

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=cc8127ad-7136-2600-161f-cd331e797733@kernel.org \
    --to=jic23@kernel.org \
    --cc=William.Markezana@te.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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.