From: Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
To: Tomasz Duszynski <tduszyns@gmail.com>
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/2] iio: chemical: pms7003: extend supported sensors list
Date: Wed, 20 Feb 2019 10:52:56 +0000 [thread overview]
Message-ID: <20190220105256.7eb366a1@archlinux> (raw)
In-Reply-To: <20190217192213.15803-2-tduszyns@gmail.com>
On Sun, 17 Feb 2019 20:22:12 +0100
Tomasz Duszynski <tduszyns@gmail.com> wrote:
> Add other sensors to the compatible list.
>
> Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Applied to the togreg branch of iio.git and pushed out as
testing for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/chemical/pms7003.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/iio/chemical/pms7003.c b/drivers/iio/chemical/pms7003.c
> index db8e7b2327b3..23c9ab252470 100644
> --- a/drivers/iio/chemical/pms7003.c
> +++ b/drivers/iio/chemical/pms7003.c
> @@ -321,7 +321,12 @@ static int pms7003_probe(struct serdev_device *serdev)
> }
>
> static const struct of_device_id pms7003_of_match[] = {
> + { .compatible = "plantower,pms1003" },
> + { .compatible = "plantower,pms3003" },
> + { .compatible = "plantower,pms5003" },
> + { .compatible = "plantower,pms6003" },
> { .compatible = "plantower,pms7003" },
> + { .compatible = "plantower,pmsa003" },
> { }
> };
> MODULE_DEVICE_TABLE(of, pms7003_of_match);
next prev parent reply other threads:[~2019-02-20 10:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-17 19:22 [PATCH 0/2] iio: chemical: pms7003: add other supported sensors Tomasz Duszynski
2019-02-17 19:22 ` [PATCH 1/2] iio: chemical: pms7003: extend supported sensors list Tomasz Duszynski
2019-02-20 10:52 ` Jonathan Cameron [this message]
2019-02-17 19:22 ` [PATCH 2/2] dt-bindings: " Tomasz Duszynski
2019-02-20 10:54 ` 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=20190220105256.7eb366a1@archlinux \
--to=jic23@jic23.retrosnub.co.uk \
--cc=devicetree@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tduszyns@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).