All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] add support for winsen MHZ19B CO2 sensor
@ 2025-04-09  2:43 Gyeyoung Baek
  2025-04-09  2:43 ` Gyeyoung Baek
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Gyeyoung Baek @ 2025-04-09  2:43 UTC (permalink / raw)
  To: jic23
  Cc: Gyeyoung Baek, linux-iio, devicetree, dlechner, nuno.sa, andy,
	robh, krzk+dt, conor+dt

Datasheet:
https://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf

v3:
 - Add vin supply regulator.
 - Drop custom ABI.
 - Drop unnecessary mutex.

v2:
 - Add ABI doc.
 - Add complete struct to receive UART transmission successfully.
 - Add undersigned as a maintainer for the WINSEN MHZ19B.
 - Modify to comply with the IIO subsystem ABI as much as possible.
 - Revise the coding style overall.

Gyeyoung Baek (4):
  dt-bindings: add winsen to the vendor prefixes
  dt-bindings: add device tree support for winsen MHZ19B CO2 sensor
  iio: chemical: add support for winsen MHZ19B CO2 sensor
  MAINTAINERS: Add WINSEN MHZ19B

 .../bindings/iio/chemical/winsen,mhz19b.yaml  |  33 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/iio/chemical/Kconfig                  |  10 +
 drivers/iio/chemical/Makefile                 |   1 +
 drivers/iio/chemical/mhz19b.c                 | 347 ++++++++++++++++++
 6 files changed, 399 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] 15+ messages in thread

end of thread, other threads:[~2025-04-20 10:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09  2:43 [PATCH v3 0/4] add support for winsen MHZ19B CO2 sensor Gyeyoung Baek
2025-04-09  2:43 ` Gyeyoung Baek
2025-04-09  2:43 ` [PATCH v3 1/4] dt-bindings: add winsen to the vendor prefixes Gyeyoung Baek
2025-04-09  2:43 ` [PATCH v3 2/4] dt-bindings: add device tree support for winsen MHZ19B CO2 sensor Gyeyoung Baek
2025-04-09  2:43 ` [PATCH v3 3/4] iio: chemical: add " Gyeyoung Baek
2025-04-12 15:38   ` Jonathan Cameron
2025-04-14  8:56     ` gyeyoung
2025-04-12 18:25   ` Andy Shevchenko
2025-04-14 15:49     ` gyeyoung
2025-04-14 17:21       ` Andy Shevchenko
2025-04-15  1:16         ` gyeyoung
2025-04-17 14:03         ` gyeyoung
2025-04-17 16:51           ` Andy Shevchenko
2025-04-20 10:43             ` Gyeyoung Baek
2025-04-09  2:43 ` [PATCH v3 4/4] MAINTAINERS: Add WINSEN MHZ19B Gyeyoung Baek

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.