* (no subject)
@ 2025-03-29 16:41 Gyeyoung Baek
0 siblings, 0 replies; only message in thread
From: Gyeyoung Baek @ 2025-03-29 16:41 UTC (permalink / raw)
To: jic23
Cc: Gyeyoung Baek, linux-iio, devicetree, lars, gustavograzs,
javier.carrasco.cruz, robh, krzk+dt, conor+dt
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-29 16:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-29 16:41 Gyeyoung Baek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox