All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: chemical: Add support for sgp40 gas sensor
@ 2021-07-27 16:34 Andreas Klinger
  0 siblings, 0 replies; only message in thread
From: Andreas Klinger @ 2021-07-27 16:34 UTC (permalink / raw)
  To: devicetree, linux-iio, Rob Herring, Jonathan Cameron
  Cc: Jonathan Cameron, Jiri Kosina, Guenter Roeck, Chris Packham,
	Slawomir Stepien, Krzysztof Kozlowski, Alexandre Belloni,
	Vadim Pasternak, Alexandru Ardelean, linux-kernel,
	Lars-Peter Clausen, Tomasz Duszynski

This patch set adds support for sensirion sgp40 gas sensor.

Andreas Klinger (2):
  dt-bindings: iio: chemical: Add trivial DT binding for sgp40
  iio: chemical: Add driver support for sgp40

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 MAINTAINERS                                   |   5 +
 drivers/iio/chemical/Kconfig                  |  11 +
 drivers/iio/chemical/Makefile                 |   1 +
 drivers/iio/chemical/sgp40.c                  | 413 ++++++++++++++++++
 5 files changed, 432 insertions(+)
 create mode 100644 drivers/iio/chemical/sgp40.c

-- 
2.20.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-27 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 16:34 [PATCH 0/2] iio: chemical: Add support for sgp40 gas sensor Andreas Klinger

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.