From: Gyeyoung Baek <gye976@gmail.com>
To: jic23@kernel.org
Cc: Gyeyoung Baek <gye976@gmail.com>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
lars@metafoo.de, gustavograzs@gmail.com,
javier.carrasco.cruz@gmail.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Subject:
Date: Sun, 30 Mar 2025 01:41:32 +0900 [thread overview]
Message-ID: <20250329164135.631824-1-gye976@gmail.com> (raw)
Date: Sun, 30 Mar 2025 00:31:21 +0900
Subject: [PATCH 0/3] add support for winsen MHZ19B CO2 sensor
This patch series adds support for winsen MHZ19B CO2 sensor.
Datasheet:
https://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf
Gyeyoung Baek (3):
iio: chemical: add support for winsen MHZ19B CO2 sensor
dt-bindings: add device tree support for winsen MHZ19B CO2 sensor
dt-bindings: add winsen to the vendor prefixes
.../bindings/iio/chemical/winsen,mhz19b.yaml | 31 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/iio/chemical/Kconfig | 6 +
drivers/iio/chemical/Makefile | 1 +
drivers/iio/chemical/mhz19b.c | 354 ++++++++++++++++++
5 files changed, 394 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/chemical/winsen,mhz19b.yaml
create mode 100644 drivers/iio/chemical/mhz19b.c
--
2.34.1
reply other threads:[~2025-03-29 16:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250329164135.631824-1-gye976@gmail.com \
--to=gye976@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gustavograzs@gmail.com \
--cc=javier.carrasco.cruz@gmail.com \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--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