Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Louis Adamian <adamianlouis@gmail.com>
Cc: "David Lechner" <dlechner@baylibre.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Andy Shevchenko" <andy@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/5] iio: pressure: ms5637: Add missing ms5803 I2C device ID
Date: Fri, 21 Aug 2026 01:41:48 +0100	[thread overview]
Message-ID: <20260821014148.691bb65f@jic23-huawei> (raw)
In-Reply-To: <20260820141224.23730-2-adamianlouis@gmail.com>

On Thu, 20 Aug 2026 10:12:16 -0400
Louis Adamian <adamianlouis@gmail.com> wrote:

> meas,ms5803 is in the OF match table with no corresponding entry in
> ms5637_id.
> 
> Fixes: 649ef114a0a0 ("iio:pressure:ms5637: add ms5803 support")

Hi Louis,

What is the result of this entry not being there?   We need
a reason that this is a fix rather than simply a cleanup / consistency
improvement.

> Signed-off-by: Louis Adamian <adamianlouis@gmail.com>

Please make sure that a series has a cover letter in future
--cover-letter to git will provide you with one to fill in.

The rest of the thread will end up in reply to that. Brings the
advantage of a place to provide a short overview of what the whole series is up
to; somewhere for comments; and a useful name in tools like patchwork.

Otherwise this looks good to me.

> ---
>  drivers/iio/pressure/ms5637.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/pressure/ms5637.c b/drivers/iio/pressure/ms5637.c
> index be8921644558..4f9f556bd123 100644
> --- a/drivers/iio/pressure/ms5637.c
> +++ b/drivers/iio/pressure/ms5637.c
> @@ -215,6 +215,7 @@ static const struct ms_tp_data ms8607_data = {
>  
>  static const struct i2c_device_id ms5637_id[] = {
>  	{ .name = "ms5637", .driver_data = (kernel_ulong_t)&ms5637_data },
> +	{ .name = "ms5803", .driver_data = (kernel_ulong_t)&ms5803_data },
>  	{ .name = "ms5805", .driver_data = (kernel_ulong_t)&ms5805_data },
>  	{ .name = "ms5837", .driver_data = (kernel_ulong_t)&ms5837_data },
>  	{ .name = "ms8607-temppressure", .driver_data = (kernel_ulong_t)&ms8607_data },


  reply	other threads:[~2026-08-21  0:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260820141224.23730-1-adamianlouis@gmail.com>
2026-08-20 14:12 ` [PATCH v3 1/5] iio: pressure: ms5637: Add missing ms5803 I2C device ID Louis Adamian
2026-08-21  0:41   ` Jonathan Cameron [this message]
2026-08-20 14:12 ` [PATCH v3 2/5] iio: pressure: ms5637: Move device data struct to header Louis Adamian
2026-08-21  0:48   ` Jonathan Cameron
2026-08-20 14:12 ` [PATCH v3 3/5] dt-bindings: iio: pressure: Add MS5637 Louis Adamian
2026-08-20 18:13   ` Conor Dooley
2026-08-20 14:12 ` [PATCH v3 4/5] iio: pressure: ms5637: Parameterise second order temperature compensation Louis Adamian
2026-08-20 14:12 ` [PATCH v3 5/5] iio: pressure: ms5637: Add per-variant compensation Louis Adamian
2026-08-21  1:01   ` 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=20260821014148.691bb65f@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=adamianlouis@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andy@kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox